README.md in dokku-installer-cli-0.1.2 vs README.md in dokku-installer-cli-0.1.3
- old
+ new
@@ -35,11 +35,13 @@
dokku run <cmd> # Run a command in the environment of the application
dokku ssh # Start an SSH session as root user
dokku ssl:add CRT KEY # Add an SSL endpoint.
dokku ssl:force DOMAIN # Force SSL on the given domain.
dokku ssl:remove # Remove an SSL endpoint.
+ dokku update # Update dokku-installer-cli to latest version
+ dokku upgrade # Upgrade the Dokku install on your remote server
dokku url # Show the URL for the application
- dokku version # Show dokku-installer-cli's version
+ dokku version # Show version information
```
## Contributing
1. Fork it ( https://github.com/[my-github-username]/dokku_installer_cli/fork )