Skip to main content

Quick install

The fastest way to install the CLI:
curl -fsSL https://chicklet.io/install.sh | sh
This downloads the latest binary for your platform and adds it to your PATH.

Verify installation

chicklet --version

Authenticate

After installation, log in to your account:
chicklet login 
This will set up the cli locally for you. If you don’t have an account yet with billing, the cli will walk you through setting that up.

CLI commands overview

Once you’ve set up your account, you’re good to start using chicklet.io for all of your chicklet needs.
CommandDescription
chicklet create <name>Create a new chicklet
chicklet cl listList all your chicklets
chicklet console -s <name>SSH into a chicklet
chicklet exec -s <name> -- <cmd>Run a command on a chicklet
chicklet delete -s <name>Delete a chicklet
chicklet ports -s <name>List exposed ports