Skip to main content

projects

Manage Altostra projects.

Aliases: project, proj

Sub-Commands

get

List the available projects or get project details.

Aliases: list

List all projects

alto projects list

Display details for a single project

alto project get <project-name>

Arguments

project-name

The project name.

Required: no
alto project id [--project-path path]

Print the Id of the project in the specified path. If project-path is not specified, print the Id of the project in the current directory.

Options

--project-path

The path to project.

Aliases: --pp
Required: no
alto project id --project-name [name]

Print the Id of the specified project. If name is not specified, the user must choose a project from a list.

Options

--project-name

The name of the project.

Required: yes

delete

Delete a project.

alto projects delete <project-name>

Arguments

project-name

The project name.

Required: yes

stacks

List the available project stacks or get stack details.

List all project stacks

alto projects stacks <project-name>

Get a project stack

alto projects stacks <project-name> <stack-name>

Aliases: stack, instances, instance, deployments, deployment

Arguments

project-name

The project name.

Required: no
stack-name

The stack name.

Required: no

versions

List available project versions.

alto projects versions <project-name>

Arguments

project-name

The project name.

Required: no

update

Update project properties.

Update a project

alto projects update <project-name> \
--name "New project name" \
--description "Project description"

Clear project description

alto projects update <project-name> --no-description

Aliases: set

Arguments

project-name

The project name.

Required: no

Options

--name

Set the project name.

Required: no
--description

Set the project description.

Aliases: --desc
Required: no
--no-description

Clear the project description.

Aliases: --no-desc
Required: no

Ready to Get Started?

Get Started for Free
© 2023 Altostra, Inc.