From 5e9c0003a6a84851cbfcd27d0165e0890f6957b7 Mon Sep 17 00:00:00 2001 From: Mark Michon Date: Wed, 16 Oct 2024 14:10:38 -0700 Subject: [PATCH] chore(cli): update help copy for deploy command --- .../sanity/src/_internal/cli/commands/deploy/deployCommand.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/sanity/src/_internal/cli/commands/deploy/deployCommand.ts b/packages/sanity/src/_internal/cli/commands/deploy/deployCommand.ts index a4b8bc18c84..dd5f88407ac 100644 --- a/packages/sanity/src/_internal/cli/commands/deploy/deployCommand.ts +++ b/packages/sanity/src/_internal/cli/commands/deploy/deployCommand.ts @@ -12,6 +12,7 @@ Options --auto-updates / --no-auto-updates Enable/disable auto updates of studio versions --no-minify Skip minifying built JavaScript (speeds up build, increases size of bundle) --no-build Don't build the studio prior to deploy, instead deploying the version currently in \`dist/\` + -y, --yes Unattended mode, answers "yes" to any "yes/no" prompt and otherwise uses defaults Examples sanity deploy