Skip to content

Commit

Permalink
apps create: just add a hint for quickstarts download
Browse files Browse the repository at this point in the history
Closes #127
  • Loading branch information
cyx committed Mar 27, 2021
1 parent 6d76fcb commit 66fcb9e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions internal/display/apps.go
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,10 @@ func (r *Renderer) ApplicationCreate(client *management.Client, revealSecrets bo
ansi.Faint("Hint:"),
client.GetClientID(),
)
r.Infof("%s You might wanna try 'auth0 quickstarts download --client-id %s'",
ansi.Faint("Hint:"),
client.GetClientID(),
)
}

func (r *Renderer) ApplicationUpdate(client *management.Client, revealSecrets bool) {
Expand Down

0 comments on commit 66fcb9e

Please sign in to comment.