torus-cli icon indicating copy to clipboard operation
torus-cli copied to clipboard

A secure, shared workspace for secrets

Results 51 torus-cli issues
Sort by recently updated
recently updated
newest added

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...

enhancement

- 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...

good first issue
help wanted

Running torus system wide for machine usage is quite different than for a single user, as seen in #59 We need to enforce a different permission model. For a user,...

help wanted

Right now, if you change your preferences you must restart the daemon manually. Instead, the Daemon should detect or be told that the preferences have changed and update itself appropriately.

enhancement

If a token expires, or becomes invalid, the daemon does not destroy the session -- instead it will continue to attempt to use its currently stored session until the daemon...

bug
enhancement