Altostra Docs

    ›Commands

    Getting Started

    • Overview
    • 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 deployments 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
      • console
      • environments
      • images
      • deployments
      • build
      • local run
      • config
      • login
      • logout
      • whoami
      • api-key

      Options

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

    Errors And Solutions

    • Autnentication Required

    Technical Reference

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

    deployments

    List all deployments for the project or display details for a specific deployment.

    List all deployments for the project

    $ alto deployments
    

    Display details for a single deployment

    $ alto deployments <deployment-name>
    

    Arguments

    deployment-name

    The name of the deployment 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.

    Aliases: --pp

    Required: no

    --project

    The project ID to to get deployment information for.

    If not specified, this command must be run from an Altostra project directory.

    Aliases: -p

    Required: no

    ← imagesbuild →
    • List all deployments for the project
    • Display details for a single deployment
      • Arguments
    • Options
      • --page
      • --project-path
      • --project
    © 2020 Altostra, Inc.