Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support dokku cli #227

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

Commits on Feb 15, 2015

  1. Initial support for Dokku PaaS (https://github.com/progrium/dokku)

    Usage:
    figaro dokku:set --server=<example-dokku-server.com> --app=<example-app>
    
    Limitations:
    1. Requires Dokku server and app to be specified via --app and --server
    2. Requires Dokku server to be accessible via ssh from the client machine for the 'dokku' user
    
    Future enhancements could include supporting arbitrary users (which would require dynamically changing the command) and potentially reading the app and server values from the client/shell ENV
    Jin Hian Lee committed Feb 15, 2015
    Configuration menu
    Copy the full SHA
    09f6772 View commit details
    Browse the repository at this point in the history
  2. Update README to add a Dokku section

    Also fix (as best as possible) minor command line help formatting issues
    Jin Hian Lee committed Feb 15, 2015
    Configuration menu
    Copy the full SHA
    879eaa5 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2016

  1. support dokku cli command

    morizyun committed Jan 9, 2016
    Configuration menu
    Copy the full SHA
    898ea6c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9e9e57 View commit details
    Browse the repository at this point in the history
  3. fixing README

    morizyun committed Jan 9, 2016
    Configuration menu
    Copy the full SHA
    6e71bcb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d838c63 View commit details
    Browse the repository at this point in the history