Fixed techdocs-cli package publish CLI command missing awsBucketRootPath option
Signed-off-by: Albin Halinen Wilén <git@alphahw.eu>
This commit is contained in:
@@ -101,10 +101,6 @@ export function registerCommands(program: Command) {
|
||||
'--awsS3ForcePathStyle',
|
||||
'Optional AWS S3 option to force path style.',
|
||||
)
|
||||
.option(
|
||||
'--awsBucketRootPath',
|
||||
'Optional sub-directory to store files in Amazon S3',
|
||||
)
|
||||
.option(
|
||||
'--osCredentialId <OPENSTACK SWIFT APPLICATION CREDENTIAL ID>',
|
||||
'(Required for OpenStack) specify when --publisher-type openStackSwift',
|
||||
@@ -177,6 +173,10 @@ export function registerCommands(program: Command) {
|
||||
'--awsS3ForcePathStyle',
|
||||
'Optional AWS S3 option to force path style.',
|
||||
)
|
||||
.option(
|
||||
'--awsBucketRootPath <AWS BUCKET ROOT PATH>',
|
||||
'Optional sub-directory to store files in Amazon S3',
|
||||
)
|
||||
.option(
|
||||
'--osCredentialId <OPENSTACK SWIFT APPLICATION CREDENTIAL ID>',
|
||||
'(Required for OpenStack) specify when --publisher-type openStackSwift',
|
||||
|
||||
Reference in New Issue
Block a user