Onboarding - Hints and suggested actions
Closed this issue · 0 comments
jeffandersen commented
We want to be able to help users onboard into the application by showing them contextual help based on commands that they have ran. Things like:
- Showing the command to create an object inside an empty state
- i.e
torus envs list
says "No environments found" but also indicates to usetorus envs create
- i.e
- Show a command which would likely be used next after an action
- i.e
torus teams create
suggests creating a policy to attach to that team.
This will be governed by the core.hints
pref (enabling users to toggle it on an off).
We would surface the feature during signup with a Y/n prompt asking if they would like to enable them (defaulting to yes).