Project Commands#

Project commands manage the full lifecycle of a deployment project: initialization, configuration, provisioning, teardown, and inspection.

Command

Description

init

Initialize a project from a template in the target directory.

config

Verify the system configuration, prompt inputs and prepare for deployment.

up

Apply the project configuration to the cloud resources.

down

Destroy the cloud resources defined in the project configuration.

open

Open the app in your web browser.

show

Display information about the project.

health

Check the health of the full deployment stack.

history

View and manage logs emitted by the infrastructure-as-code engine.