A collection of tools to manage the CTO sandbox environment. All dependencies should be available via Homebrew.
You can also use direnv to help manage environment variables. See .envrc.example for an example .envrc file.
Get the current address for the octo-admin instance.
admin-hostname.sh
jq
SSH to the octo-admin instance, whatever its current address may be.
First set the OCTO_ADMIN_USERNAME environment variable to your username, then:
admin-ssh.sh
Or without setting an environment variable:
admin-ssh.sh myusername
admin-hostname.sh