Skip to main content

amb

Ambient has a CLI app called amb that allows you to create new projects and interact with running apps.

Build the Ambient interactive CLI (amb) in the current folder.

bash -c "$(curl -fsSL https://raw.githubusercontent.com/ambientkit/amb/main/bash/install.sh)"

Run the app.

./amb

Press tab to get a list of the available commands. The CLI supports auto-completion.

amb CLI

Exit by typing exit or pressing Ctrl+D.

exit