Jeff Andersen
Jeff Andersen
Placeholder for discussion about these facets of the style guide. #### Talking points - Use of color - Use for formatting (bold, italic, underline) - Emoji or icon usage -...
Placeholder for discussion about these facets of the style guide. #### Talking points - Select lists - With and without "new item" input - Text input - Password inputs -...
#### Talking points - Complex error messages - Error message plus description - Successful states contain output or not? - In a lot of system tools no output is the...
On route to overhauling the UX and standardizing output we need to decide what shape our tables and lists take in various situations (empty, one column, multiple column, multi-line table,...
To reduce fragmentation in our CLI and to improve some of the interactions we use, we are going to produce a style guide. This issue will act as a central...
Was asked an interesting question today: > How do I see which policies affect me? The short answer today is: > With a lot of effort To understand your position...
- The underlying command framework supports dynamic tab completion - Though has [this bug](https://github.com/urfave/cli/issues/272) which we should see solved first, before implementing - `app.EnableBashCompletion = true` in `main.go` - Need...
Probably related to https://github.com/manifoldco/torus-cli/issues/218 But it would be nice to be able to move a set of credentials (say from `service`, to `service-*`)
As part of our efforts to bolster onboarding we should offer tutorials for common workflows. For instance, the quickstart would be made available as a tutorial. We would ask the...
Placeholder for discussion about these facets of the style guide. #### Talking points - Newlines after command input - Tabwriter spacing - General newline usage - Table column spacing