npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

@altostra/cli

v5.28.9

Published

Altostra CLI tools

Downloads

681

Readme

Altostra CLI

Altostra CLI provides a set of commands for developers to interact with Altostra projects on the local computer and with Altostra's online services. Use the CLI to create, deploy and manage your applications, to upload content and to get infromation about where your applications are deployed.

If you don't have an Altostra account, sign up today.

For more information, read the tutorials, how-to guides and technical references on our Docs website.

How to install

$ npm install -g @altostra/cli

How to use

$ alto <command> [flags] [arguments]

Commands

Command | Description ----------------------------------|---------------------------------- alto account | Switch between personal and team accounts. alto api-key | Manage API keys. alto build | Build the Altostra project to a SAM template. alto config | Manage the project or global configuration. alto console | Open the project in the Web Console. alto deploy | Deploy the project. alto deploy-sam | Deploy an AWS SAM managed project. alto deploy-sls | Deploy a Serverless Framework managed project. alto deploy-cfn | Deploy an AWS CloudFormation managed project. alto docs | Open the Altostra documentation. alto endpoints | List all the available domain names for a deployment of the project. alto environments create | Create a new environment. alto environments delete | Delete the environment. alto environments get | List the available environments or get environment details. alto environments parameters | Get environment parameters. alto environments projects | List projects deployed to an environment. alto environments update-params | Update environment parameters. alto import | Import a project from a Git repository. alto init | Initialize an Altostra project in the current directory. alto invalidate | Clear the cache of CDN(s) in a deployment of the project. alto local | Execute functions in the project on the local machine. alto login | Sign in to Altostra to execute CLI commands. alto logout | Sign out of Altostra. alto new | Initialize an Altostra project in a new directory. alto projects delete | Delete a project. alto projects get | List the available projects or get project details. alto projects id | Get project Id. alto projects stacks | List the available project stacks or get stack details. alto projects update | Update project properties. alto projects versions | List available project versions. alto push | Create and upload an version for the project. alto stacks config | Get configuration-set values for an stack. alto stacks delete | Delete a project stack. alto stacks get | List the available project stacks or get stack details. alto stacks history | List the deployment history for a project stack. alto sync | Upload content files to a deployment of the project. alto templates | List all publicly available Altostra project templates. alto versions | List the available versions for the project. alto versions delete | Delete a project version. alto whoami | Print the logged in user details.

Options

Option | Description ------------------|----------------------------------- --force | Force a command if it supports it. --project-path | Use another working directory path instead of the current directory. --debug | Write debug information and data to a file. --verbose | Print more information for a command. --text | Output results as plain text without decoration for piping to other commands. --json | Output results as JSON for piping to other commands. --version | Print the CLI version. --help | Print help information about the Altostra CLI.

Support

We would love to hear from you!

GitHub | Twitter | LinkedIn | Medium

For more information visit us at www.altostra.com