UffizziCloud / uffizzi_cli

The command-line interface for the Uffizzi API
Apache License 2.0
87 stars 46 forks source link

Fix misleading `uffizzi install` message related to namespaces #399

Open gadkins opened 9 months ago

gadkins commented 9 months ago

After running uffizzi install HOSTNAME --namespace NAMESPACE the error message says “This will install in the default namespace” even if they already specified a namespace.

Update the message as follows:

$ uffizzi install controller.example.com --email jdoe@example.com --namespace foobar

This command will install Uffizzi in the 'foobar' namespace of 'gke_my-project_us_east5_my-cluster-1' context. 

After installation, new environments created for account 'gadkins' will be deployed to this host cluster.

Okay to proceed? (Y/n)