Skip to content

Commit c9e2e4b

Browse files
Merge pull request #28 from semaphoreci/yank-alias-delete
alias to yank command: delete
2 parents 6f5174a + e00b503 commit c9e2e4b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

cmd/yank.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ import (
1313

1414
// yankCmd represents the yank command
1515
var yankCmd = &cobra.Command{
16-
Use: "yank",
17-
Short: "Deletes a file or directory from the storage you pushed earlier",
16+
Use: "yank",
17+
Aliases: []string{"delete"},
18+
Short: "Deletes a file or directory from the storage you pushed earlier",
1819
Long: `You may store files project, workflow or job related files with
1920
artifact push. With artifact yank you can delete them if you
2021
don't need them any more.`,

0 commit comments

Comments
 (0)