From 66fcb9e3e2f64fd479e6e670047b510381448250 Mon Sep 17 00:00:00 2001 From: Cyril David Date: Sat, 27 Mar 2021 10:14:37 -0700 Subject: [PATCH] apps create: just add a hint for quickstarts download Closes #127 --- internal/display/apps.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/internal/display/apps.go b/internal/display/apps.go index 7a27ef859..6480699ba 100644 --- a/internal/display/apps.go +++ b/internal/display/apps.go @@ -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) {