Skip to content
This repository was archived by the owner on Jan 24, 2022. It is now read-only.

Commit e4aa239

Browse files
committed
Fix docs for deploy kind (#1521)
(cherry picked from commit b904c63)
1 parent 91edca2 commit e4aa239

File tree

1 file changed

+1
-1
lines changed
  • packages/cli/src/commands/deploy

1 file changed

+1
-1
lines changed

packages/cli/src/commands/deploy/spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ export const options: Option[] = [
104104
},
105105
{
106106
format: '-k, --kind <kind>',
107-
description: `the kind of deployment (${kinds.join(', ')})`,
107+
description: `the kind of deployment (${kinds.map(k => k.value).join(', ')})`,
108108
async details() {
109109
return {
110110
prompt: 'Choose the kind of deployment',

0 commit comments

Comments
 (0)