GithubHelp home page GithubHelp logo

aptible-cli's Introduction

Aptible CLI

Gem Version Build Status Dependency Status

Roadmap

Command-line interface for Aptible services.

Installation

Add the following line to your application's Gemfile.

gem 'aptible-cli'

And then run bundle install.

NOTE: To install the aptible tool as a system-level binary, consider using the aptible-toolbelt gem, which is performance-optimized through dependency pinning.

Usage

From aptible help:

Commands:
  aptible apps                        # List all applications
  aptible apps:create HANDLE          # Create a new application
  aptible config                      # Print an app's current configuration
  aptible config:add                  # Add an ENV variable to an app
  aptible config:rm                   # Remove an ENV variable from an app
  aptible config:set                  # Alias for config:add
  aptible config:unset                # Alias for config:rm
  aptible db:clone SOURCE DEST        # Clone a database to create a new one
  aptible db:create HANDLE            # Create a new database
  aptible db:dump HANDLE              # Dump a remote database to file
  aptible db:execute HANDLE SQL_FILE  # Executes sql against a database
  aptible db:tunnel HANDLE            # Create a local tunnel to a database
  aptible help [COMMAND]              # Describe available commands or one specific command
  aptible login                       # Log in to Aptible
  aptible logs                        # Follows logs from a running app
  aptible rebuild                     # Rebuild an app, and restart its services
  aptible restart                     # Restart all services associated with an app
  aptible ssh [COMMAND]               # Run a command against an app
  aptible version                     # Print Aptible CLI version

Contributing

  1. Fork the project.
  2. Commit your changes, with specs.
  3. Ensure that your code passes specs (rake spec) and meets Aptible's Ruby style guide (rake rubocop).
  4. If you add a command, update this README with the output of aptible help | grep -v help.
  5. Create a new pull request on GitHub.

Contributors

Copyright and License

MIT License, see LICENSE for details.

Copyright (c) 2015 Aptible and contributors.

@fancyremarker

aptible-cli's People

Contributors

blakepettersson avatar faber avatar melcher avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.