https://github.com/aerobatic/aerobatic-cli
CLI for interacting with Aerobatic static hosting platform
https://github.com/aerobatic/aerobatic-cli
cdn hosting static-sites static-website
Last synced: 4 months ago
JSON representation
CLI for interacting with Aerobatic static hosting platform
- Host: GitHub
- URL: https://github.com/aerobatic/aerobatic-cli
- Owner: aerobatic
- Created: 2016-11-15T16:26:16.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-01-01T04:11:11.000Z (over 3 years ago)
- Last Synced: 2025-10-20T20:58:36.311Z (8 months ago)
- Topics: cdn, hosting, static-sites, static-website
- Language: JavaScript
- Size: 3.28 MB
- Stars: 13
- Watchers: 1
- Forks: 2
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![NPM Version][npm-image]][npm-url]
[![NPM Downloads][downloads-image]][downloads-url]
[![Build Status][travis-image]][travis-url]
# aerobatic-cli
Command line interface for interacting with the [Aerobatic](https://www.aerobatic.com) static hosting platform.
### Installation
```sh
npm install aerobatic-cli -g
```
This will make the `aero` command globally available. Run `aero help` for usage instructions:
```sh
Aerobatic - Professional static web publishing. (v1.0.28)
Usage:
$ aero [command] [options]
Commands:
account Display a summary of the current Aerobatic account.
apikey Get the api key for the current Aerobatic account.
create Create a new Aerobatic website in the current directory
delete Delete the current website
deploy Deploy the website in the current directory.
domain Register a custom domain for the current website
env Set or retrieve environment variables
info Display a summary of the current website
login Login to your Aerobatic account
logs Tail the web logs for the current website
rename Rename the website
switch Switch to a different Aerobatic account
versions Manage website versions
Type aero help COMMAND for more details
```
Complete docs available at: [https://www.aerobatic.com/docs/cli](https://www.aerobatic.com/docs/cli/)
[npm-image]: https://img.shields.io/npm/v/aerobatic-cli.svg?style=flat
[npm-url]: https://npmjs.org/package/aerobatic-cli
[travis-image]: https://img.shields.io/travis/aerobatic/aerobatic-cli.svg?style=flat
[travis-url]: https://travis-ci.org/aerobatic/aerobatic-cli
[downloads-image]: https://img.shields.io/npm/dm/aerobatic-cli.svg?style=flat
[downloads-url]: https://npmjs.org/package/aerobatic-cli