All Projects → aerobatic → aerobatic-cli

aerobatic / aerobatic-cli

Licence: other
CLI for interacting with Aerobatic static hosting platform

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to aerobatic-cli

Setup
My own front end web development set up, covering everything from operating system to analytics.
Stars: ✭ 93 (+615.38%)
Mutual labels:  cdn, hosting
CloudflareSpeedTest
🌩「自选优选 IP」测试 Cloudflare CDN 延迟和速度,获取最快 IP (IPv4 / IPv6)!另外也支持其他 CDN / 网站 IP ~
Stars: ✭ 5,092 (+39069.23%)
Mutual labels:  cdn
terraform-aws-cloudfront-cdn
Terraform Module that implements a CloudFront Distribution (CDN) for a custom origin.
Stars: ✭ 89 (+584.62%)
Mutual labels:  cdn
traefik-pages
Website hosting server designed to deeply integrate with Traefik
Stars: ✭ 16 (+23.08%)
Mutual labels:  hosting
go-fastly-cli
CLI tool for interacting with Fastly CDN services via official REST API.
Stars: ✭ 14 (+7.69%)
Mutual labels:  cdn
node-version-assets
Version your static assets with MD5 hashes using node.js
Stars: ✭ 65 (+400%)
Mutual labels:  cdn
lambda-resize-image
An AWS Lambda Function to resize images automatically with API Gateway and S3 for imagemagick tasks. When an image is called on AWS Api Gateway, this package will resize it and send it to the S3.
Stars: ✭ 56 (+330.77%)
Mutual labels:  cdn
smart rtmpd
RTMP server, smart, compact, high performance(c, c++), high concurrency, easy to maintain, easy to deploy, (supports multiple operating systems Windows and Linux, ARM, FreeBSD)
Stars: ✭ 159 (+1123.08%)
Mutual labels:  cdn
qcloud-upload
基于 nodejs 腾讯云 cos 静态资源上传插件
Stars: ✭ 14 (+7.69%)
Mutual labels:  cdn
image-upload-app
A simple image upload application using React and Node, which explores multiple ways to upload an image including using multer as a middleware, a CDN system and converting an image to a string and storing it.
Stars: ✭ 35 (+169.23%)
Mutual labels:  cdn
wakemeops
A Debian repository for portable applications
Stars: ✭ 54 (+315.38%)
Mutual labels:  hosting
plugin-intellij
jsDelivr plugin for JetBrains IntelliJ based editors
Stars: ✭ 18 (+38.46%)
Mutual labels:  cdn
cdnupload
Upload your site's static files to a directory or CDN, using content-based hashing
Stars: ✭ 41 (+215.38%)
Mutual labels:  cdn
media-delivery
This collection of samples demonstrates best practices to achieve optimal video quality and performance on Intel GPUs for content delivery networks. Check out our demo, recommended command lines and quality and performance measuring tools.
Stars: ✭ 26 (+100%)
Mutual labels:  cdn
auto-cloudinary
Super simple Cloudinary auto-upload implementation for WordPress.
Stars: ✭ 34 (+161.54%)
Mutual labels:  cdn
simple-dev-blog-zola-starter
A simple dev-blog theme for Zola.
Stars: ✭ 30 (+130.77%)
Mutual labels:  static-website
simple-image-server
Host Your Own Image Server based on MongoDB, Azure Blob Storage or Google Drive
Stars: ✭ 29 (+123.08%)
Mutual labels:  cdn
serverless-aws-static-websites
Deploy your static websites without all the hassle on AWS with CloudFront, S3, ACM and Route53 via Serverless
Stars: ✭ 121 (+830.77%)
Mutual labels:  static-website
jamstatic-fr
Sites statiques et architectures découplées
Stars: ✭ 33 (+153.85%)
Mutual labels:  static-website
indexed-cache
A tiny Javsacript library for sideloading static assets on pages and caching them in the browser's IndexedDB for longer-term storage.
Stars: ✭ 56 (+330.77%)
Mutual labels:  cdn

NPM Version NPM Downloads Build Status

aerobatic-cli

Command line interface for interacting with the Aerobatic static hosting platform.

Installation

npm install aerobatic-cli -g

This will make the aero command globally available. Run aero help for usage instructions:

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].