Skip to content

Commit d6e3c4d

Browse files
committed
Add more detail to help for force command
1 parent 93497ac commit d6e3c4d

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
description: 'Create Apigee role for Drupal'
2-
help: 'Create a custom Apigee role that limits permissions for Drupal connections to the Apigee API.'
2+
help: 'Create a custom Apigee role that limits permissions for Drupal connections to the Apigee API. '
33
arguments:
44
org: 'The Apigee Edge org to create the role in'
55
email: 'An Apigee user email address with orgadmin role for this org'
66
options:
77
password: 'Password for the Apigee orgadmin user (if not passed in you will be prompted)'
88
base-url: 'Base URL to use, defaults to public cloud URL https://api.enterprise.apigee.com/v1'
99
role-name: 'The role to create in the Apigee Edge org, defaults to "drupalportal"'
10-
force: 'Force running of permissions on a role that already exists.'
10+
force: 'Force running of permissions on a role that already exists. Note that permissions are only added, any current permissions not not removed.'
1111
questions:
1212
password: 'Enter password for Apigee orgadmin user'
1313
messages:

src/Commands/ApigeeEdgeCommands.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@ public function sync() {
8282
* The role to create in the Apigee Edge org, defaults to "drupalportal".
8383
* @option $force
8484
* Force running of permissions on a role that already exists, defaults
85-
* to throwing an error message if role exists.
85+
* to throwing an error message if role exists. Note that permissions are
86+
* only added, any current permissions not not removed.
8687
* @usage drush create-edge-role myorg [email protected]
8788
* Create "drupalportal" role as orgadmin [email protected] for org myorg.
8889
* @usage drush create-edge-role myorg [email protected] --role-name=portal

0 commit comments

Comments
 (0)