We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b06a16a + 2d37a86 commit de954dfCopy full SHA for de954df
cli/cmd/registry_add_ecr.go
@@ -19,6 +19,7 @@ func (r *runners) InitRegistryAddECR(parent *cobra.Command) {
19
}
20
parent.AddCommand(cmd)
21
22
+ cmd.Flags().StringVar(&r.args.addRegistryEndpoint, "endpoint", "", "The ECR endpoint")
23
cmd.Flags().StringVar(&r.args.addRegistryAccessKeyID, "accesskeyid", "", "The access key id to authenticate to the registry with")
24
cmd.Flags().StringVar(&r.args.addRegistrySecretAccessKey, "secretaccesskey", "", "The secret access key to authenticate to the registry with")
25
cmd.Flags().BoolVar(&r.args.addRegistrySecretAccessKeyFromStdIn, "secretaccesskey-stdin", false, "Take the secret access key from stdin")
0 commit comments