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 6f5174a + e00b503 commit c9e2e4bCopy full SHA for c9e2e4b
cmd/yank.go
@@ -13,8 +13,9 @@ import (
13
14
// yankCmd represents the yank command
15
var yankCmd = &cobra.Command{
16
- Use: "yank",
17
- Short: "Deletes a file or directory from the storage you pushed earlier",
+ Use: "yank",
+ Aliases: []string{"delete"},
18
+ Short: "Deletes a file or directory from the storage you pushed earlier",
19
Long: `You may store files project, workflow or job related files with
20
artifact push. With artifact yank you can delete them if you
21
don't need them any more.`,
0 commit comments