Skip to content

Commit b2265fb

Browse files
committed
Rename "app" commands domain to "apptrust". Added app-* prefix to application CRUD commands.
1 parent e3659bb commit b2265fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/cli.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import (
1616
// nil,
1717
// components.Namespace{
1818
// Name: "apptrust",
19-
// //Aliases: []string{"at"},
19+
// Aliases: []string{"at"},
2020
// Description: "AppTrust commands.",
2121
// Category: "Command Namespaces",
2222
// Commands: []components.Command{

0 commit comments

Comments
 (0)