password
The cldkctl registry password command displays the authentication password required to access the registry. This command is used to retrieve the private registry password after providing your user login credentials.
Usage
cldkctl registry password [flags]Steps
Follow the steps below to run and view the result of this command:
Use the --registry global flag to specify which registry you want to retrieve the password for.
Run the following command in your terminal:
./cldkctl --registry <registry_name> registry passwordWhen prompted, enter your user login password — this is the same password you use to sign in to the Service Portal AI.
After authentication, the system will display your registry password:
This password is automatically generated by the system.
It is used exclusively for registry authentication and is different from your login password.
The displayed password will appear as a random string

Flags
-h, --help
Help for the registry password command.
-p, --password string
User password for authentication.
Last updated
