From 011af0b4834c0d5c8ff17e0b511fc5ee77121034 Mon Sep 17 00:00:00 2001 From: Luis Presuel Date: Tue, 28 May 2024 11:52:28 -0600 Subject: [PATCH] rearranges flags in documentation so they are in alphabetical order --- README-CLI-CLOUD.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README-CLI-CLOUD.md b/README-CLI-CLOUD.md index 7c088b9a..e7034cb7 100644 --- a/README-CLI-CLOUD.md +++ b/README-CLI-CLOUD.md @@ -233,14 +233,14 @@ Options: |-------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | `--certificate-id` | The id of the certificate to be provisioned to a cloud keystore. | | `--certificate-id-file` | Use to specify a file name that contains the unique identifier of the certificate. Required when `--certificate-id` is not specified. | -| `--pickup-id` | Use to specify the unique identifier of the certificate returned by the enroll or renew actions. Required when `--pickup-id-file` is not specified. | -| `--pickup-id-file` | Use to specify a file name that contains the unique identifier of the certificate returned by the enroll or renew actions if --no-pickup was used or a timeout occurred. Required when `--pickup-id` is not specified. | | `--certificate-name` | Use to specify Cloud Keystore Certificate Name if it supports it | -| `--keystore-id` | The id of the cloud keystore where the certificate will be provisioned. | -| `--provider-name` | The name of the cloud provider which owns the cloud keystore where the certificate will be provisioned. Must be set along with keystore-name flag. | -| `--keystore-name` | The name of the cloud keystore where the certificate will be provisioned. Must be set along with provider-name flag. | | `--file` | Use to specify a file name and a location where the output should be written. Example: --file /path-to/provision-output | | `--format` | The format of the operation output: text or JSON. Defaults to text. | +| `--keystore-id` | The id of the cloud keystore where the certificate will be provisioned. | +| `--keystore-name` | The name of the cloud keystore where the certificate will be provisioned. Must be set along with provider-name flag. | +| `--pickup-id-file` | Use to specify a file name that contains the unique identifier of the certificate returned by the enroll or renew actions if --no-pickup was used or a timeout occurred. Required when `--pickup-id` is not specified. | +| `--pickup-id` | Use to specify the unique identifier of the certificate returned by the enroll or renew actions. Required when `--pickup-id-file` is not specified. | +| `--provider-name` | The name of the cloud provider which owns the cloud keystore where the certificate will be provisioned. Must be set along with keystore-name flag. | ## Parameters for Applying Certificate Policy API key: