-
Notifications
You must be signed in to change notification settings - Fork 20
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
24 changed files
with
245 additions
and
26 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
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
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 |
---|---|---|
@@ -0,0 +1,30 @@ | ||
## dce auth | ||
|
||
Login to dce | ||
|
||
### Synopsis | ||
|
||
Login to dce | ||
|
||
``` | ||
dce auth [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for auth | ||
-u, --url-override string Override the DCE login url | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--config string config file (default is $HOME/.dce.yaml) | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [dce](dce.md) - Disposable Cloud Environment (DCE) | ||
|
||
###### Auto generated by spf13/cobra on 15-Oct-2019 |
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 |
---|---|---|
@@ -0,0 +1,29 @@ | ||
## dce init | ||
|
||
First time DCE cli setup. Creates config file at ~/.dce.yaml | ||
|
||
### Synopsis | ||
|
||
First time DCE cli setup. Creates config file at ~/.dce.yaml | ||
|
||
``` | ||
dce init [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for init | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--config string config file (default is $HOME/.dce.yaml) | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [dce](dce.md) - Disposable Cloud Environment (DCE) | ||
|
||
###### Auto generated by spf13/cobra on 15-Oct-2019 |
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 |
---|---|---|
@@ -0,0 +1,33 @@ | ||
## dce leases create | ||
|
||
Create a lease. | ||
|
||
### Synopsis | ||
|
||
Create a lease. | ||
|
||
``` | ||
dce leases create [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-b, --budget-amount float The leased accounts budget amount | ||
-c, --budget-currency string The leased accounts budget currency (default "USD") | ||
-e, --email stringArray The email address that budget notifications will be sent to | ||
-h, --help help for create | ||
-p, --principle-id string Principle ID for the user of the leased account | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--config string config file (default is $HOME/.dce.yaml) | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [dce leases](dce_leases.md) - Manage dce leases | ||
|
||
###### Auto generated by spf13/cobra on 15-Oct-2019 |
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 |
---|---|---|
@@ -0,0 +1,29 @@ | ||
## dce leases describe | ||
|
||
describe a lease | ||
|
||
### Synopsis | ||
|
||
describe a lease | ||
|
||
``` | ||
dce leases describe [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for describe | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--config string config file (default is $HOME/.dce.yaml) | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [dce leases](dce_leases.md) - Manage dce leases | ||
|
||
###### Auto generated by spf13/cobra on 15-Oct-2019 |
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 |
---|---|---|
@@ -0,0 +1,31 @@ | ||
## dce leases end | ||
|
||
Cause a lease to immediately expire | ||
|
||
### Synopsis | ||
|
||
Cause a lease to immediately expire | ||
|
||
``` | ||
dce leases end [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-a, --account-id string Account ID associated with the lease you wish to end | ||
-h, --help help for end | ||
-p, --principle-id string Principle ID for the user of the leased account | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--config string config file (default is $HOME/.dce.yaml) | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [dce leases](dce_leases.md) - Manage dce leases | ||
|
||
###### Auto generated by spf13/cobra on 15-Oct-2019 |
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 |
---|---|---|
@@ -0,0 +1,32 @@ | ||
## dce leases login | ||
|
||
Login to a leased DCE account | ||
|
||
### Synopsis | ||
|
||
Login to a leased DCE account | ||
|
||
``` | ||
dce leases login [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-a, --account-id string Account ID to login to | ||
-h, --help help for login | ||
-l, --lease-id string Lease ID for the account to login to | ||
-b, --open-browser Opens web broswer to AWS console instead of printing credentials | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--config string config file (default is $HOME/.dce.yaml) | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [dce leases](dce_leases.md) - Manage dce leases | ||
|
||
###### Auto generated by spf13/cobra on 15-Oct-2019 |
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 |
---|---|---|
@@ -0,0 +1,31 @@ | ||
## dce system deploy | ||
|
||
Deploy the DCE system | ||
|
||
### Synopsis | ||
|
||
Deploy the DCE system | ||
|
||
``` | ||
dce system deploy [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for deploy | ||
-n, --namespace string Set a custom terraform namespace (Optional) | ||
-p, --path string Path to local DCE repo | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--config string config file (default is $HOME/.dce.yaml) | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [dce system](dce_system.md) - Deploy and configure the DCE system | ||
|
||
###### Auto generated by spf13/cobra on 15-Oct-2019 |
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
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
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