-
Notifications
You must be signed in to change notification settings - Fork 20
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/cross patform testing #22
Conversation
@@ -2,6 +2,18 @@ | |||
|
|||
This is the CLI for [DCE](https://github.com/Optum/dce) by Optum. For usage information, view the complete [command reference](./docs/dce.md). | |||
|
|||
# Feature Availability |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
very nice 👍
README.md
Outdated
|
||
| Feature | *nix | Windows | | ||
| ----------- | ----------- | ----------- | | ||
| Deployment (`dce system deploy`) | Available | Unavailable | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a Github issue or something we could point to here,
eg. if someone sees this and wants to contribute to fix it?
-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 | ||
-h, --help help for login | ||
-b, --open-browser Opens web broswer to AWS console instead of printing credentials |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 I like these flags
docs/dce_usage.md
Outdated
### Options | ||
|
||
``` | ||
-e, --end-date float The end date of the window over which usage information will be queried. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are these epoch timestamps? Might be worth calling out here
As a future feature, it might be nice to have some more human-usable options (eg. --since=3d)
Related issues:
#21
#19