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

Replaced promptui with readline #84

Merged
merged 8 commits into from
Apr 24, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## vNext

- Fix bug causing prompts to repeatedly echo input of large strings
- dce leases end command can now accept leaseID

## v0.5.0
Expand Down
2 changes: 1 addition & 1 deletion docs/dce.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ Disposable Cloud Environment (DCE)
* [dce usage](dce_usage.md) - View lease budget information
* [dce version](dce_version.md) - View the running version of dce-cli

###### Auto generated by spf13/cobra on 21-Apr-2020
###### Auto generated by spf13/cobra on 24-Apr-2020
2 changes: 1 addition & 1 deletion docs/dce_accounts.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 21-Apr-2020
###### Auto generated by spf13/cobra on 24-Apr-2020
2 changes: 1 addition & 1 deletion docs/dce_accounts_add.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ dce accounts add [flags]

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

###### Auto generated by spf13/cobra on 21-Apr-2020
###### Auto generated by spf13/cobra on 24-Apr-2020
2 changes: 1 addition & 1 deletion docs/dce_accounts_describe.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ dce accounts describe [Accound ID] [flags]

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

###### Auto generated by spf13/cobra on 21-Apr-2020
###### Auto generated by spf13/cobra on 24-Apr-2020
2 changes: 1 addition & 1 deletion docs/dce_accounts_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ dce accounts list [flags]

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

###### Auto generated by spf13/cobra on 21-Apr-2020
###### Auto generated by spf13/cobra on 24-Apr-2020
2 changes: 1 addition & 1 deletion docs/dce_accounts_remove.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ dce accounts remove [Account ID] [flags]

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

###### Auto generated by spf13/cobra on 21-Apr-2020
###### Auto generated by spf13/cobra on 24-Apr-2020
2 changes: 1 addition & 1 deletion docs/dce_auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ dce auth [flags]

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

###### Auto generated by spf13/cobra on 21-Apr-2020
###### Auto generated by spf13/cobra on 24-Apr-2020
2 changes: 1 addition & 1 deletion docs/dce_init.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ dce init [flags]

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

###### Auto generated by spf13/cobra on 21-Apr-2020
###### Auto generated by spf13/cobra on 24-Apr-2020
2 changes: 1 addition & 1 deletion docs/dce_leases.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ Manage dce leases
If no Lease ID is provided, uses the active lease for the requesting user.
Sets AWS CLI credentials if used with no flags

###### Auto generated by spf13/cobra on 21-Apr-2020
###### Auto generated by spf13/cobra on 24-Apr-2020
2 changes: 1 addition & 1 deletion docs/dce_leases_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ dce leases create [flags]

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

###### Auto generated by spf13/cobra on 21-Apr-2020
###### Auto generated by spf13/cobra on 24-Apr-2020
2 changes: 1 addition & 1 deletion docs/dce_leases_describe.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ dce leases describe [Lease ID] [flags]

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

###### Auto generated by spf13/cobra on 21-Apr-2020
###### Auto generated by spf13/cobra on 24-Apr-2020
2 changes: 1 addition & 1 deletion docs/dce_leases_end.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ dce leases end --principal-id <principalID> --account-id <accountID>

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

###### Auto generated by spf13/cobra on 21-Apr-2020
###### Auto generated by spf13/cobra on 24-Apr-2020
2 changes: 1 addition & 1 deletion docs/dce_leases_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ dce leases list [flags]

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

###### Auto generated by spf13/cobra on 21-Apr-2020
###### Auto generated by spf13/cobra on 24-Apr-2020
2 changes: 1 addition & 1 deletion docs/dce_leases_login.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ dce leases login [Lease ID] [flags]

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

###### Auto generated by spf13/cobra on 21-Apr-2020
###### Auto generated by spf13/cobra on 24-Apr-2020
2 changes: 1 addition & 1 deletion docs/dce_system.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ Deploy and configure the DCE system
* [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 21-Apr-2020
###### Auto generated by spf13/cobra on 24-Apr-2020
2 changes: 1 addition & 1 deletion docs/dce_system_deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ dce system deploy [flags]

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

###### Auto generated by spf13/cobra on 21-Apr-2020
###### Auto generated by spf13/cobra on 24-Apr-2020
2 changes: 1 addition & 1 deletion docs/dce_usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ dce usage [flags]

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

###### Auto generated by spf13/cobra on 21-Apr-2020
###### Auto generated by spf13/cobra on 24-Apr-2020
2 changes: 1 addition & 1 deletion docs/dce_version.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ dce version [flags]

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

###### Auto generated by spf13/cobra on 21-Apr-2020
###### Auto generated by spf13/cobra on 24-Apr-2020
25 changes: 6 additions & 19 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -19,42 +19,29 @@ replace github.com/ugorji/go v1.1.4 => github.com/ugorji/go v0.0.0-2018120416352

require (
github.com/aws/aws-sdk-go v1.25.16
github.com/coreos/bbolt v1.3.2 // indirect
github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e // indirect
github.com/chzyer/logex v1.1.10 // indirect
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e
github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1 // indirect
github.com/dsnet/compress v0.0.1 // indirect
github.com/frankban/quicktest v1.7.0 // indirect
github.com/go-openapi/errors v0.19.2
github.com/go-openapi/runtime v0.19.7
github.com/go-openapi/strfmt v0.19.3
github.com/go-openapi/swag v0.19.5
github.com/go-openapi/validate v0.19.3
github.com/gogo/protobuf v1.2.1 // indirect
github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef // indirect
github.com/grpc-ecosystem/grpc-gateway v1.9.0 // indirect
github.com/hashicorp/terraform v0.12.10 // indirect
github.com/manifoldco/promptui v0.3.2
github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db // indirect
github.com/mholt/archiver v3.1.1+incompatible
github.com/mitchellh/go-homedir v1.1.0
github.com/nwaples/rardecode v1.0.0 // indirect
github.com/pierrec/lz4 v2.3.0+incompatible // indirect
github.com/pkg/browser v0.0.0-20180916011732-0a3d74bf9ce4
github.com/pkg/errors v0.8.0
github.com/prometheus/client_golang v0.9.3 // indirect
github.com/rjeczalik/interfaces v0.1.0 // indirect
github.com/shurcooL/githubv4 v0.0.0-20191006152017-6d1ea27df521 // indirect
github.com/shurcooL/graphql v0.0.0-20181231061246-d48a9a75455f // indirect
github.com/sirupsen/logrus v1.2.0
github.com/spf13/cobra v0.0.5
github.com/stretchr/testify v1.4.0
github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5 // indirect
github.com/ugorji/go v1.1.7 // indirect
github.com/vektra/mockery v0.0.0-20181123154057-e78b021dcbb5 // indirect
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 // indirect
go.etcd.io/bbolt v1.3.2 // indirect
go.uber.org/atomic v1.4.0 // indirect
go.uber.org/thriftrw v1.20.2
go.uber.org/zap v1.10.0 // indirect
gopkg.in/alecthomas/kingpin.v3-unstable v3.0.0-20191105091915-95d230a53780 // indirect
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 // indirect
golang.org/x/sys v0.0.0-20190804053845-51ab0e2deafa // indirect
gopkg.in/yaml.v2 v2.2.4
)
Loading