fix(cli): add name flag to adming secret add (#5101)

This commit is contained in:
Joshua Chapman 2025-04-17 16:37:16 +02:00 committed by GitHub
parent 53cd585e9e
commit 22d24b8457
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,6 +31,10 @@ var secretCreateCmd = &cli.Command{
ArgsUsage: "[repo-id|repo-full-name]",
Action: secretCreate,
Flags: []cli.Flag{
&cli.StringFlag{
Name: "name",
Usage: "secret name",
},
&cli.StringFlag{
Name: "value",
Usage: "secret value",