Secret sets and secret management commands
secrets
command group helps you manage sensitive information for your agent deployments. You can create and manage secret sets (key-value pairs) and image pull secrets (for private Docker registries).
KEY1=value1 KEY2="value with spaces"
.See this note on using special
characters in secret values.Example:KEY=value
.Example:https://index.docker.io/v1/
.username:password
.Will prompt you for the value if not provided.Example: