Page cover

logs

The cldkctl registry logs command displays the logs for a specific registry in the project. This command shows log entries related to the registry’s operations, including events, actions, and other related activities.

Usage

cldkctl registry logs [registry name] [flags]

Aliases

logs, log

Steps

Follow the steps below to run and view the result of this command:

  1. Make sure to specify the registry name using the --registry global flags before the subcommand.

  2. Run the following command in your terminal and replace <registry_name> with the name of your target registry.

./cldkctl --registry <registry_name> registry logs
  1. Refer to the Registry List section to view the available registry names.

  2. Once executed, the command displays the list of log entries associated with the selected registry.

Column
Description

Username

The user who performed the action.

Resource

The name of the registry or resource affected.

Resource Type

The type of resource being logged.

Operation

The type of operation performed.

Time Stamp

The date and time when the action occurred.

Flags

This command supports global flags. Refer to the Global Flags section for details.

Flag
Description

-h, --help

Help for the registry logs command.

-p, --project string

Specifies the project ID to scope the operation.

Last updated