CLI Reference
The Beta9 CLI is the primary way youβll interact with the Beta9 runtime.
You can use the --help
flag to get information about any command.
Setup Credentials
Config
Configures your Beta9 API keys and saves a profile to ~/.beta9/config.ini
Create
Create a new context.
Delete
Delete a saved context.
List
Lists saved contexts.
Select
Set the default context.
Deployment
Deploy
Deploys your app and creates a persistent web endpoint to access it.
List
Lists all deployments.
Stop
Stops a deployment.
Serve
Serve a Preview App
Creates a temporary deployment preview.
Tasks
List Tasks
Lists all tasks.
Stop a Task
Stops a task.
Storage Volumes
Create a Volume
Creates a volume.
List Volumes
List all volumes mounted to your apps.
List Volume Contents
List all contents of a volume.
Copy Files to Volumes
Copies a file to a volume.
Remove Files from Volumes
Remove a file from a volume.
Helpers and utils
Ignore Local Files
You can create a .beamignore
file in your projectβs root directory to tell Beta9 which local files and directories to ignore when syncing to Beam.
This follows the conventions of .gitignore
Ignoring Files
Ignoring Folders
Was this page helpful?