We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4a72b3 commit 2385bf2Copy full SHA for 2385bf2
SoftLayer/CLI/image/import.py
@@ -22,9 +22,10 @@
22
@click.option('--ibm-api-key',
23
default="",
24
help="The IBM Cloud API Key with access to IBM Cloud Object "
25
- "Storage instance. For help creating this key see "
26
- "https://console.bluemix.net/docs/services/cloud-object-"
27
- "storage/iam/users-serviceids.html#serviceidapikeys")
+ "Storage instance and IBM KeyProtect instance. For help "
+ "creating this key see https://console.bluemix.net/docs/"
+ "services/cloud-object-storage/iam/users-serviceids.html"
28
+ "#serviceidapikeys")
29
@click.option('--root-key-id',
30
31
help="ID of the root key in Key Protect")
0 commit comments