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:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
```
|
||||
|
||||
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user