Fixed techdocs-cli package publish CLI command having the gcsBucketRootPath option misconfigured, previously returning a boolean vs a string

Signed-off-by: Albin Halinen Wilén <git@alphahw.eu>
This commit is contained in:
Albin Halinen Wilén
2023-01-16 09:55:03 +08:00
parent 6e0b6a0d50
commit f39c417bbb
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -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.
+1 -1
View File
@@ -83,7 +83,7 @@ Options:
--osSecret <OPENSTACK SWIFT APPLICATION CREDENTIAL SECRET>
--osAuthUrl <OPENSTACK SWIFT AUTHURL>
--osSwiftUrl <OPENSTACK SWIFT SWIFTURL>
--gcsBucketRootPath
--gcsBucketRootPath <GCS BUCKET ROOT PATH>
--directory <PATH>
-h, --help
```
+1 -1
View File
@@ -194,7 +194,7 @@ export function registerCommands(program: Command) {
'(Required for OpenStack) specify when --publisher-type openStackSwift',
)
.option(
'--gcsBucketRootPath',
'--gcsBucketRootPath <GCS BUCKET ROOT PATH>',
'Optional sub-directory to store files in Google cloud storage',
)
.option(