Command Line Interface (CLI)
Introduction
A Command Line Interface (CLI) helps developers make reproducible actions as part of automated workflows, usually in the form of a shell script or a batch job.
Airbase provides a CLI to help engineers perform the most common tasks, including:
- Deploying new environments
- Destroying existing environments
- Other administrative tasks, including:
- logging in
- configuring common project options
- identifying the current version
Common Commands
airbase build
- Build Airbase Projectairbase configure
- Configure Airbase Project Optionsairbase deploy
- Deploy an environment to Airbaseairbase destroy
- Destroy an environment on Airbaseairbase link
- Link a project to Airbase (alias forairbase project link
)airbase login
- Authenticate CLI with Airbase
About this Guide
This guide aims to help developers become more familiar with key commands in the Airbase CLI.