Skip to content

Commit

Permalink
fix(serve): fix help message of internal command
Browse files Browse the repository at this point in the history
  • Loading branch information
eysi09 authored and edvald committed May 23, 2023
1 parent b60cc5e commit 39db05d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/server/commands.ts
Expand Up @@ -216,7 +216,7 @@ interface GetDeployStatusCommandResult {

export class _GetDeployStatusCommand extends ConsoleCommand {
name = "_get-deploy-status"
help = "Outputs the full status of your project/environment and all actions."
help = "[Internal] Outputs a map of actions with their corresponding deploy and sync statuses."
hidden = true

streamEvents = false
Expand Down

0 comments on commit 39db05d

Please sign in to comment.