Sha256: fb02988f511f407d33720177b2dd0a92f9ae4f6e0a0365d9456f01fd713d1e74

Contents?: true

Size: 1.41 KB

Versions: 7

Compression:

Stored size: 1.41 KB

Contents

# Dokku Installer CLI

Command line tool for Dokku Installer.

## Installation

Add this line to your application's Gemfile:

```bash
$ gem install dokku-installer-cli
```

## Usage

```bash
$ dokku help

Commands:
  dokku config                                    # Display the app's environment variables
  dokku config:get KEY                            # Display an environment variable value
  dokku config:set KEY1=VALUE1 [KEY2=VALUE2 ...]  # Set one or more environment variables
  dokku config:unset KEY1 [KEY2 ...]              # Unset one or more environment variables
  dokku domains                                   # Display the app's domains
  dokku domains:set DOMAIN1 [DOMAIN2 ...]         # Set one or more domains
  dokku help [COMMAND]                            # Describe available commands or one specific command
  dokku logs [-t]                                 # Show the last logs for the application (-t follows)
  dokku run <cmd>                                 # Run a command in the environment of an application
  dokku version                                   # Print dokku-installer-cli's version
```

## Contributing

1. Fork it ( https://github.com/[my-github-username]/dokku_installer_cli/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
dokku-installer-cli-0.0.9 README.md
dokku-installer-cli-0.0.8 README.md
dokku-installer-cli-0.0.7 README.md
dokku-installer-cli-0.0.6 README.md
dokku-installer-cli-0.0.5 README.md
dokku-installer-cli-0.0.4 README.md
dokku-installer-cli-0.0.3 README.md