Skip to content

Commit

Permalink
Swich order of apps and quickstarts commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Widcket committed Feb 22, 2021
1 parent 808653c commit 061d3e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cli/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ func Execute() {
// order of the comamnds here matters
// so add new commands in a place that reflect its relevance or relation with other commands:
rootCmd.AddCommand(loginCmd(cli))
rootCmd.AddCommand(quickstartsCmd(cli))
rootCmd.AddCommand(appsCmd(cli))
rootCmd.AddCommand(quickstartsCmd(cli))
rootCmd.AddCommand(apisCmd(cli))
rootCmd.AddCommand(testCmd(cli))
rootCmd.AddCommand(logsCmd(cli))
Expand Down

0 comments on commit 061d3e4

Please sign in to comment.