diff --git a/.changeset/quick-ladybugs-reply.md b/.changeset/quick-ladybugs-reply.md index 0e4f040b5d..971f6f635b 100644 --- a/.changeset/quick-ladybugs-reply.md +++ b/.changeset/quick-ladybugs-reply.md @@ -3,3 +3,4 @@ --- Fixed publish command missing awsBucketRootPath option. +Fixed publish command having the gcsBucketRootPath option misconfigured, previously returning a boolean vs a string. diff --git a/packages/techdocs-cli/cli-report.md b/packages/techdocs-cli/cli-report.md index b5623b5cef..861dad4605 100644 --- a/packages/techdocs-cli/cli-report.md +++ b/packages/techdocs-cli/cli-report.md @@ -83,7 +83,7 @@ Options: --osSecret --osAuthUrl --osSwiftUrl - --gcsBucketRootPath + --gcsBucketRootPath --directory -h, --help ``` diff --git a/packages/techdocs-cli/src/commands/index.ts b/packages/techdocs-cli/src/commands/index.ts index 894878c6b7..caa7d8efbd 100644 --- a/packages/techdocs-cli/src/commands/index.ts +++ b/packages/techdocs-cli/src/commands/index.ts @@ -194,7 +194,7 @@ export function registerCommands(program: Command) { '(Required for OpenStack) specify when --publisher-type openStackSwift', ) .option( - '--gcsBucketRootPath', + '--gcsBucketRootPath ', 'Optional sub-directory to store files in Google cloud storage', ) .option(