Altostra Docs

    ›Commands

    Getting Started

    • Welcome to Altostra
    • Connect your accounts
    • Install the developer tools
    • Log in from the CLI

    Tutorials

    • Create a Static Website
    • Create a Scalable Webhook
    • Create a Simple API Project
    • Try Altostra without connecting cloud accounts
    • CI/CD with Altostra CLI and Github Actions

    How To

      Working with projects

      • Create a new project
      • Deploy a project
      • Manage a project

      Working with environments

      • Manage an environment
      • Configure instances expiration for an environment

      Working with the Editor

      • Grant access to vendor services
      • Use the Parameter Store
      • Use a custom CloudFormation resource
      • Attach a custom policy to a Function
      • Connect a Function to VPC
      • Add filter policy to SNS subscription

      Organization account settings

      • Set General Settings
      • Connect a Git account
      • Connect Cloud Accounts
      • Manage log aggregation accounts

    CLI

    • Altostra CLI
    • Commands

      • templates
      • new
      • init
      • push
      • deploy
      • sls-deploy
      • sync
      • invalidate
      • domains
      • console
      • environments
      • images
      • instances
      • build
      • config
      • import
      • projects
      • tasks
      • activity-log
      • login
      • logout
      • account
      • whoami
      • api-key
      • docs

      Options

      • --debug
      • --verbose
      • Scripting options
    • Configuration files

    Errors And Solutions

    • Autnentication Required

    Technical Reference

    • Environments
    • Playground Environment
    • Instances
    • Project image
    • Image Repository
    • Log Shipping
    • Deployment Modes
    • Altostra Cloud Integration

    Integrations

      CI/CD

      • CircleCI

    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

    delete

    Delete a project.

    $ alto projects delete <project-name>
    

    Arguments

    project-name

    The project name.

    Required: yes

    instances

    List the available project instances or get instance details.

    List all project instances

    $ alto projects instances <project-name>
    

    Get a project instance

    $ alto projects instances <project-name> <instance-name>
    

    Aliases: instance, deployments, deployment

    Arguments

    project-name

    The project name.

    Required: no
    instance-name

    The project name.

    Required: no

    images

    List available project images.

    $ alto projects images <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
    ← importtasks →
    • Sub-Commands
      • get
      • Display details for a single project
      • delete
      • instances
      • images
      • update
    © 2021 Altostra, Inc.