instances
List all instances for the project or display details for a specific instance.
List all instances for the project
$ alto instances
Display details for a single instance
$ alto instances <instance-name>
Arguments
instance-name
The name of the instance for which to print the details.
Required: yes
Options
--page
Select a specific results page.
Required: no
--project-path
Specify the project directory.
If not specified, project directory is assumed to be the current directory.
--pp
Aliases: Required: no
--project-name
Select the project by name.
If neither --project
nor --project-name
is specified,
then the command must be run from an Altostra project directory.
Required: no
--project
Select a project by id.
If neither --project
nor --project-name
is specified,
then the command must be run from an Altostra project directory.
-p
Aliases: Required: no
history
List the deployment history for a project instance.
$ alto instances history <instance-name>
Arguments
instance-name
The instance name.
Required: yes
Options
--page
Select a specific results page.
Required: no
--project-path
Specify the project directory.
If not specified, project directory is assumed to be the current directory.
--pp
Aliases: Required: no
--project-name
Select the project by name.
If neither --project
nor --project-name
is specified,
the the command must be run from an Altostra project directory.
Required: no
--project
Select a project by id.
If neither --project
nor --project-name
is specified,
then the command must be run from an Altostra project directory.
-p
Aliases: Required: no
errors
Get the error from the latest deployment of an instance.
$ alto instances errors <instance-name>
Arguments
instance-name
The instance name.
Required: yes
Options
--project-path
Specify the project directory.
If not specified, project directory is assumed to be the current directory.
--pp
Aliases: Required: no
--project-path
Specify the project directory.
If not specified, project directory is assumed to be the current directory.
--pp
Aliases: Required: no
--project-name
Select a project by name.
If neither --project
nor --project-name
is specified,
then the command must be run from an Altostra project directory.
Required: no
--project
Select a project by id.
If neither --project
nor --project-name
is specified,
then the command must be run from an Altostra project directory.
-p
Aliases: Required: no
config
Get configuration values for an instance.
$ alto instances config <instance-name>
Arguments
instance-name
The instance name.
Required: no
Options
--project-path
Specify the project directory.
If not specified, project directory is assumed to be the current directory.
--pp
Aliases: Required: no
--project-name
Select a project by name.
If neither --project
nor --project-name
is specified,
then the command must be run from an Altostra project directory.
Required: no
--project
Select a project by id.
If neither --project
nor --project-name
is specified,
then the command must be run from an Altostra project directory.
-p
Aliases: Required: no
delete
Delete a project instance.
$ alto instances delete <instance-name>
Arguments
instance-name
The instance name.
Required: yes
Options
--project-path
Specify the project directory.
If not specified, project directory is assumed to be the current directory.
--pp
Aliases: Required: no
--project-name
Select a project by name.
If neither --project
nor --project-name
is specified,
then the command must be run from an Altostra project directory.
Required: no
--project
Select a project by id.
If neither --project
nor --project-name
is specified,
then the command must be run from an Altostra project directory.