Skip to content

Commit

Permalink
Merge pull request #410 from civo/set-api
Browse files Browse the repository at this point in the history
Rename alias for set api
  • Loading branch information
uzaxirr committed Apr 28, 2024
2 parents cf3bedc + 5fdb85f commit 71105fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/apikey/apikey_current.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ import (
)

var apikeyCurrentCmd = &cobra.Command{
Use: "current [NAME]",
Aliases: []string{"use", "default", "set"},
Use: "set [NAME]",
Aliases: []string{"use", "default", "current"},
Short: "Set the current API key",
Args: cobra.MinimumNArgs(1),
Run: func(cmd *cobra.Command, args []string) {
Expand Down

0 comments on commit 71105fd

Please sign in to comment.