To fetch information about your Control Tower deployment in a human readable format:
control-tower info --iaas [AWS|GCP] <your-project-name>
To fetch Information about your Control Tower deployment in a machine parseable format:
control-tower info --iaas [AWS|GCP] --json <your-project-name>
To load credentials into your environment from your Control Tower deployment:
eval "$(control-tower info --iaas [AWS|GCP] --env <your-project-name>)"
To check the expiry of the BOSH Director's NATS CA certificate:
control-tower info --iaas [AWS|GCP] --cert-expiry <your-project-name>
Warning: if your deployment is approaching a year old, it may stop working due to expired certificates. For information please see this issue #81.
All flags are optional
Flag | Description | Environment Variable |
---|---|---|
--json |
Output as json | JSON |
--env |
Output environment variables | |
--cert-expiry |
Output the expiry of the BOSH director's NATS certificate |