projects
Manage Altostra projects.
project
, proj
Aliases: Sub-Commands
get
List the available projects or get project details.
list
Aliases: 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
Print the Id for a local project
$ 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.
--pp
Aliases: Required: no
Print the Id of a project
$ 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>
stack
, instances
, instance
, deployments
, deployment
Aliases: 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
set
Aliases: Arguments
project-name
The project name.
Required: no
Options
--name
Set the project name.
Required: no
--description
Set the project description.
--desc
Aliases: Required: no
--no-description
Clear the project description.