-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update readme and argument help, bump version
- Loading branch information
Showing
3 changed files
with
13 additions
and
12 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "cloudman-rs" | ||
version = "0.1.2" | ||
version = "0.1.3" | ||
authors = ["Remco Verhoef <[email protected]>"] | ||
edition = "2018" | ||
build = "build.rs" | ||
|
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 |
---|---|---|
|
@@ -21,20 +21,21 @@ The profiles and defaults as configured in ~/.aws/credentials will be used. | |
Cloudman can be started optionally with a region and profile to use. | ||
|
||
``` | ||
cloudman-rs 0.1.0 | ||
cloudman-rs 0.1.3 | ||
Remco Verhoef <[email protected]> | ||
USAGE: | ||
cloudman [OPTIONS] | ||
cloudman [FLAGS] [OPTIONS] | ||
FLAGS: | ||
-h, --help Prints help information | ||
-V, --version Prints version information | ||
--disable-dry-run Disable dry run | ||
-h, --help Prints help information | ||
--use-env Usen environment credentials | ||
-V, --version Prints version information | ||
OPTIONS: | ||
-p, --profile <profile> | ||
-r, --region <region> | ||
-p, --profile <profile>... One or more profiles to use | ||
-r, --region <region>... One or more regions to use | ||
``` | ||
|
||
## Shortcuts | ||
|
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