We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7178e67 commit 76a8fcdCopy full SHA for 76a8fcd
pkg/cli/cmd/upload.go
@@ -28,7 +28,7 @@ Example output:
28
ID
29
00000000-0000-0000-0000-000000000000
30
`,
31
- Example: `escape-cli upload signed-url<schema.json`, RunE: func(cmd *cobra.Command, _ []string) error {
+ Example: `escape-cli upload schema < schema.json`, RunE: func(cmd *cobra.Command, _ []string) error {
32
upload, err := escape.GetUploadSignedURL(cmd.Context())
33
if err != nil {
34
return fmt.Errorf("unable to get signed url: %w", err)
0 commit comments