Skip to content

Commit c2a75ca

Browse files
committed
chore(shortcuts): update shortcuts
1 parent f343b81 commit c2a75ca

3 files changed

Lines changed: 2 additions & 0 deletions

File tree

cli/cli.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ package cli
44
var Shortcuts = map[string]string{
55
"create": "apps:create",
66
"destroy": "apps:destroy",
7+
"exec": "ps:exec",
78
"info": "apps:info",
89
"login": "auth:login",
910
"logout": "auth:logout",

cmd/shortcuts_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ func TestShortcutsList(t *testing.T) {
99

1010
expected := `create -> apps:create
1111
destroy -> apps:destroy
12+
exec -> ps:exec
1213
info -> apps:info
1314
login -> auth:login
1415
logout -> auth:logout

ps:logs

Whitespace-only changes.

0 commit comments

Comments
 (0)