vercel guidance
The vercel guidance command allows you to enable or disable guidance messages. Guidance messages are helpful suggestions shown after certain CLI commands complete, such as recommended next steps after a deployment.
vercel guidance <subcommand>Using the vercel guidance command to manage guidance
message settings.
Enable guidance messages to receive command suggestions after operations complete.
vercel guidance enableUsing vercel guidance enable to turn on guidance
messages.
Disable guidance messages if you prefer a quieter CLI experience.
vercel guidance disableUsing vercel guidance disable to turn off guidance
messages.
Check whether guidance messages are currently enabled or disabled.
vercel guidance statusUsing vercel guidance status to see the current
guidance setting.
vercel guidance enable
vercel deployAfter enabling guidance, deployments will show suggested next steps.
vercel guidance statusThe following global options can be passed when using the vercel guidance command:
For more information on global options and their usage, refer to the options section.
Was this helpful?