-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
18 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# Scalingo-CLI v1.14.1 | ||
# Scalingo-CLI v1.15.0 | ||
|
||
This repository contains the command line utility for the public PaaS Scalingo | ||
|
||
https://scalingo.com | ||
[https://scalingo.com](https://scalingo.com) | ||
|
||
## How to build? | ||
|
||
|
@@ -52,7 +52,7 @@ USAGE: | |
scalingo [global options] command [command options] [arguments...] | ||
VERSION: | ||
1.14.1 | ||
1.15.0 | ||
AUTHOR: | ||
Scalingo Team <[email protected]> | ||
|
@@ -61,12 +61,15 @@ COMMANDS: | |
help Shows a list of commands or help for one command | ||
Addons: | ||
addons List used add-ons | ||
addons-add Provision an add-on for your application | ||
addons-remove Remove an existing addon from your app | ||
addons-upgrade Upgrade or downgrade an add-on attached to your app | ||
backups List backups for an addon | ||
backup-download Download a backup | ||
addons List used add-ons | ||
addons-add Provision an add-on for your application | ||
addons-remove Remove an existing addon from your app | ||
addons-upgrade Upgrade or downgrade an add-on attached to your app | ||
backups-config Configure the periodic backups of a database | ||
backups List backups for an addon | ||
backups-create Ask for a new backup | ||
backups-download Download a backup | ||
backup-download Download a backup | ||
Addons - Global: | ||
addons-list List all addons | ||
|
@@ -201,7 +204,7 @@ Bump new version number in: | |
- `VERSION` | ||
- `config/version.go` | ||
|
||
Build the new version for all platforms with: `./dists/make-release.sh -v 1.14.1`. | ||
Build the new version for all platforms with: `./dists/make-release.sh -v 1.15.0`. | ||
|
||
Tag and release a new version on GitHub [here](https://github.com/Scalingo/cli/releases/new). Attach | ||
the zip archives created by the `make-release.sh` script to this release. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.14.1 | ||
1.15.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
package config | ||
|
||
var Version = "1.14.1" | ||
var Version = "1.15.0" |