Rename proboctl CLI binary to prb
Shorter CLI name for faster typing. Renames the binary, build targets, goreleaser config, command examples, and documentation. Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
@@ -25,7 +25,7 @@ import (
|
||||
func NewCmdAuth(f *cmdutil.Factory) *cobra.Command {
|
||||
cmd := &cobra.Command{
|
||||
Use: "auth <command>",
|
||||
Short: "Authenticate proboctl with Probo",
|
||||
Short: "Authenticate prb with Probo",
|
||||
}
|
||||
|
||||
cmd.AddCommand(login.NewCmdLogin(f))
|
||||
|
||||
Reference in New Issue
Block a user