logs
Last updated

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.
cldkctl registry logs [registry name] [flags]logs, logFollow the steps below to run and view the result of this command:
Make sure to specify the registry name using the --registry global flags before the subcommand.
Run the following command in your terminal and replace <registry_name> with the name of your target registry.
cldkctl --registry <registry_name> registry logsRefer to the Registry List section to view the available registry names.
Once executed, the command displays the list of log entries associated with the selected registry.

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.
This command supports global flags. Refer to the Global Flags section for details.
-h, --help
Help for the registry logs command.
-p, --project string
Specifies the project ID to scope the operation.
Last updated