Install the CLI with npm. It needs Node.js 22.12 or newer.
npm install --global @hubhq/cli@latest
Commands that act on one app start with hub app <name>. The name is the app, or app/instance for an instance other than prod, such as my-app/staging. In a terminal, hub --help, hub app my-app --help and hub app my-app logs --help print the same text as these pages.
# Log in, or create an accounthub login# Deploy the folder you are inhub deploy# List your appshub apps# Follow build and runtime logshub app my-app logs# Everything you can do with one apphub app my-app --help