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.
1 parent 44f40bc commit 606eabdCopy full SHA for 606eabd
main.go
@@ -124,14 +124,9 @@ var app = &cli.App{
124
EnvVars: []string{"STORAGE_ENDPOINT"},
125
},
126
&cli.StringFlag{
127
- Name: "storage-account",
128
- Usage: "Azure Blob Storage account name (for azblob storage type)",
129
- EnvVars: []string{"STORAGE_ACCOUNT"},
130
- },
131
- &cli.StringFlag{
132
- Name: "storage-key",
133
- Usage: "Azure Blob Storage account key (for azblob storage type)",
134
- EnvVars: []string{"STORAGE_KEY"},
+ Name: "storage-container",
+ Usage: "Azure Blob Storage container name",
+ EnvVars: []string{"STORAGE_CONTAINER"},
135
136
137
Name: "storage-container",
0 commit comments