-
Notifications
You must be signed in to change notification settings - Fork 13
Feature/interactive mode #141
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
Conversation
|
Error in |
|
Error in |
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.
Nice code quality! :)
I tested the interactive mode and it works nicely in general.
There are a few spelling mistakes, please review all user facing text.
Why I requested changes:
To me it was not clear why I need to choose a tag in the EXPLORE TENANTS WITH MISSING TAGS section. Please reformulate the text. Also instead of directly need to select one of the tenants for the detail view, we should really show the list of all those tenants that are lacking the chose tag ordered by costs, as this is the main feature here.
We can discuss face-to-face what i mean after today's meetings :)
|
Error in |
1 similar comment
|
Error in |
|
Error in |
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.
All in all a really clean and good code quality.
acd7e7d to
320a21d
Compare
|
Error in |
|
Error in |
|
Error in |
|
Error in |
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.
approved, but partly involved.
|
Error in |
e58e737 to
2434e44
Compare
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.
Just two minor issues / comments that were not addressed. But looks good now.
|
|
||
| export async function startInteractiveMode(options: CmdGlobalOptions) { | ||
| console.clear(); | ||
| const interactivehelp = |
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.
was not fixed
| } | ||
| } | ||
| let runningInside = true; | ||
| while (runningInside) { |
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.
see this
|
I just gave this a test-drive on our various internal cloud environments and think this is a promising addition to collie. Great job on your first OSS contribution @dritz01234. I will include this in the next "major" (we're still pre v1) release of collie, albeit flagging it as an experimental feature. This will need a bit of rework since that branch has diverged quite a bit from the current mainline, but I'll take care of merging that |
Added an interactive mode like it is described in #132.