Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/auth quickstart #48

Merged
merged 13 commits into from
Dec 12, 2019
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ Deploy your own Disposable Cloud Environment by following our [quick start guide

# Feature Availability

| Feature | *nix | Windows |
| ----------- | ----------- | ----------- |
| Deployment (`dce system deploy`) | Available | [Unavailable](https://github.com/Optum/dce-cli/issues/21) |
| CLI Initialization (`dce init`) | Available | Available |
| Authentication (`dce auth`) | Available | Available |
| Account Management (`dce accounts ...`) | Available | Available |
| Lease Management (`dce leases ...`) | Available | Available |
| Usage (`dce usage ...`) | Available | Available |
| Feature | *nix | Windows | Notes |
| ----------- | ----------- | ----------- | ----------- |
| Deployment (`dce system deploy`) | Available | [Unavailable](https://github.com/Optum/dce-cli/issues/21) | |
| CLI Initialization (`dce init`) | Available | Available | |
| Authentication (`dce auth`) | Available | Available | [Unavailable on Firefox](https://github.com/Optum/dce/issues/166) |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

| Account Management (`dce accounts ...`) | Available | Available | |
| Lease Management (`dce leases ...`) | Available | Available | |
| Usage (`dce usage ...`) | Available | Available | |

# Logging

Expand Down
Binary file added docs/addtogroup.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/cognito.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/creategroup.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/createuser.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/credspage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions docs/dce.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Disposable Cloud Environment (DCE)
### Options

```
--config string config file (default is $HOME/.dce.yaml)
--config string config file (default "$HOME/.dce.yaml")
-h, --help help for dce
```

Expand All @@ -27,4 +27,4 @@ Disposable Cloud Environment (DCE)
* [dce system](dce_system.md) - Deploy and configure the DCE system
* [dce usage](dce_usage.md) - View lease budget information

###### Auto generated by spf13/cobra on 13-Nov-2019
###### Auto generated by spf13/cobra on 4-Dec-2019
4 changes: 2 additions & 2 deletions docs/dce_accounts.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Manage dce accounts
### Options inherited from parent commands

```
--config string config file (default is $HOME/.dce.yaml)
--config string config file (default "$HOME/.dce.yaml")
```

### SEE ALSO
Expand All @@ -26,4 +26,4 @@ Manage dce accounts
* [dce accounts list](dce_accounts_list.md) - list accounts
* [dce accounts remove](dce_accounts_remove.md) - Remove an account from the accounts pool.

###### Auto generated by spf13/cobra on 13-Nov-2019
###### Auto generated by spf13/cobra on 4-Dec-2019
4 changes: 2 additions & 2 deletions docs/dce_accounts_add.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ dce accounts add [flags]
### Options inherited from parent commands

```
--config string config file (default is $HOME/.dce.yaml)
--config string config file (default "$HOME/.dce.yaml")
```

### SEE ALSO

* [dce accounts](dce_accounts.md) - Manage dce accounts

###### Auto generated by spf13/cobra on 13-Nov-2019
###### Auto generated by spf13/cobra on 4-Dec-2019
4 changes: 2 additions & 2 deletions docs/dce_accounts_describe.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ dce accounts describe [Accound ID] [flags]
### Options inherited from parent commands

```
--config string config file (default is $HOME/.dce.yaml)
--config string config file (default "$HOME/.dce.yaml")
```

### SEE ALSO

* [dce accounts](dce_accounts.md) - Manage dce accounts

###### Auto generated by spf13/cobra on 13-Nov-2019
###### Auto generated by spf13/cobra on 4-Dec-2019
4 changes: 2 additions & 2 deletions docs/dce_accounts_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ dce accounts list [flags]
### Options inherited from parent commands

```
--config string config file (default is $HOME/.dce.yaml)
--config string config file (default "$HOME/.dce.yaml")
```

### SEE ALSO

* [dce accounts](dce_accounts.md) - Manage dce accounts

###### Auto generated by spf13/cobra on 13-Nov-2019
###### Auto generated by spf13/cobra on 4-Dec-2019
4 changes: 2 additions & 2 deletions docs/dce_accounts_remove.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ dce accounts remove [Account ID] [flags]
### Options inherited from parent commands

```
--config string config file (default is $HOME/.dce.yaml)
--config string config file (default "$HOME/.dce.yaml")
```

### SEE ALSO

* [dce accounts](dce_accounts.md) - Manage dce accounts

###### Auto generated by spf13/cobra on 13-Nov-2019
###### Auto generated by spf13/cobra on 4-Dec-2019
7 changes: 3 additions & 4 deletions docs/dce_auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,17 @@ dce auth [flags]
### Options

```
-h, --help help for auth
-u, --url-override string Override the DCE login url
-h, --help help for auth
```

### Options inherited from parent commands

```
--config string config file (default is $HOME/.dce.yaml)
--config string config file (default "$HOME/.dce.yaml")
```

### SEE ALSO

* [dce](dce.md) - Disposable Cloud Environment (DCE)

###### Auto generated by spf13/cobra on 13-Nov-2019
###### Auto generated by spf13/cobra on 4-Dec-2019
4 changes: 2 additions & 2 deletions docs/dce_init.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ dce init [flags]
### Options inherited from parent commands

```
--config string config file (default is $HOME/.dce.yaml)
--config string config file (default "$HOME/.dce.yaml")
```

### SEE ALSO

* [dce](dce.md) - Disposable Cloud Environment (DCE)

###### Auto generated by spf13/cobra on 13-Nov-2019
###### Auto generated by spf13/cobra on 4-Dec-2019
4 changes: 2 additions & 2 deletions docs/dce_leases.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Manage dce leases
### Options inherited from parent commands

```
--config string config file (default is $HOME/.dce.yaml)
--config string config file (default "$HOME/.dce.yaml")
```

### SEE ALSO
Expand All @@ -27,4 +27,4 @@ Manage dce leases
* [dce leases list](dce_leases_list.md) - List leases using various query filters.
* [dce leases login](dce_leases_login.md) - Login to a leased DCE account. (Sets AWS CLI credentials if used with no flags)

###### Auto generated by spf13/cobra on 13-Nov-2019
###### Auto generated by spf13/cobra on 4-Dec-2019
4 changes: 2 additions & 2 deletions docs/dce_leases_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ dce leases create [flags]
### Options inherited from parent commands

```
--config string config file (default is $HOME/.dce.yaml)
--config string config file (default "$HOME/.dce.yaml")
```

### SEE ALSO

* [dce leases](dce_leases.md) - Manage dce leases

###### Auto generated by spf13/cobra on 13-Nov-2019
###### Auto generated by spf13/cobra on 4-Dec-2019
4 changes: 2 additions & 2 deletions docs/dce_leases_describe.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ dce leases describe [Lease ID] [flags]
### Options inherited from parent commands

```
--config string config file (default is $HOME/.dce.yaml)
--config string config file (default "$HOME/.dce.yaml")
```

### SEE ALSO

* [dce leases](dce_leases.md) - Manage dce leases

###### Auto generated by spf13/cobra on 13-Nov-2019
###### Auto generated by spf13/cobra on 4-Dec-2019
6 changes: 3 additions & 3 deletions docs/dce_leases_end.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Cause a lease to immediately expire
Cause a lease to immediately expire

```
dce leases end [Lease ID] [flags]
dce leases end [flags]
```

### Options
Expand All @@ -21,11 +21,11 @@ dce leases end [Lease ID] [flags]
### Options inherited from parent commands

```
--config string config file (default is $HOME/.dce.yaml)
--config string config file (default "$HOME/.dce.yaml")
```

### SEE ALSO

* [dce leases](dce_leases.md) - Manage dce leases

###### Auto generated by spf13/cobra on 13-Nov-2019
###### Auto generated by spf13/cobra on 4-Dec-2019
4 changes: 2 additions & 2 deletions docs/dce_leases_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ dce leases list [flags]
### Options inherited from parent commands

```
--config string config file (default is $HOME/.dce.yaml)
--config string config file (default "$HOME/.dce.yaml")
```

### SEE ALSO

* [dce leases](dce_leases.md) - Manage dce leases

###### Auto generated by spf13/cobra on 13-Nov-2019
###### Auto generated by spf13/cobra on 4-Dec-2019
4 changes: 2 additions & 2 deletions docs/dce_leases_login.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ dce leases login [Lease ID] [flags]
### Options inherited from parent commands

```
--config string config file (default is $HOME/.dce.yaml)
--config string config file (default "$HOME/.dce.yaml")
```

### SEE ALSO

* [dce leases](dce_leases.md) - Manage dce leases

###### Auto generated by spf13/cobra on 13-Nov-2019
###### Auto generated by spf13/cobra on 4-Dec-2019
4 changes: 2 additions & 2 deletions docs/dce_system.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ Deploy and configure the DCE system
### Options inherited from parent commands

```
--config string config file (default is $HOME/.dce.yaml)
--config string config file (default "$HOME/.dce.yaml")
```

### SEE ALSO

* [dce](dce.md) - Disposable Cloud Environment (DCE)
* [dce system deploy](dce_system_deploy.md) - Deploy DCE to a new master account

###### Auto generated by spf13/cobra on 13-Nov-2019
###### Auto generated by spf13/cobra on 4-Dec-2019
4 changes: 2 additions & 2 deletions docs/dce_system_deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ dce system deploy [flags]
### Options inherited from parent commands

```
--config string config file (default is $HOME/.dce.yaml)
--config string config file (default "$HOME/.dce.yaml")
```

### SEE ALSO

* [dce system](dce_system.md) - Deploy and configure the DCE system

###### Auto generated by spf13/cobra on 13-Nov-2019
###### Auto generated by spf13/cobra on 4-Dec-2019
4 changes: 2 additions & 2 deletions docs/dce_usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ dce usage [flags]
### Options inherited from parent commands

```
--config string config file (default is $HOME/.dce.yaml)
--config string config file (default "$HOME/.dce.yaml")
```

### SEE ALSO

* [dce](dce.md) - Disposable Cloud Environment (DCE)

###### Auto generated by spf13/cobra on 13-Nov-2019
###### Auto generated by spf13/cobra on 4-Dec-2019
Binary file added docs/groupname.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/manageuserpools.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading