From 4c6bc18891f1b006f6ceceb8c7e67e0978077ce0 Mon Sep 17 00:00:00 2001 From: Kanad Gupta <8854718+kanadgupta@users.noreply.github.com> Date: Thu, 24 Aug 2023 09:31:06 -0500 Subject: [PATCH] docs(versions/create): backfill missing flag (#869) --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 61aa2640b..ec0467db4 100644 --- a/README.md +++ b/README.md @@ -390,12 +390,12 @@ rdme versions --version={project-version} rdme versions:create ``` -If you wish to automate the process of creating a new project version, and not have the CLI prompt you for input, you can do so by supplying the necessary flags to `versions:create`. +If you wish to automate the process of creating a new project version, and not have the CLI prompt you for input, you can do so by supplying the necessary flags to `versions:create`. The best way to ensure that you have supplied all the necessary flags is by running the command locally and verifying that the CLI does not prompt you. -For example: +For example, the following command contains all the flags to bypass the CLI prompts: ```sh -rdme versions:create --fork={version-fork} --main={true|false} --beta={true|false} --isPublic={true|false} +rdme versions:create --fork={version-fork} --main={true|false} --beta={true|false} --deprecated={true|false} --isPublic={true|false} ``` See `rdme versions:create --help` for a full list of flags. @@ -406,7 +406,7 @@ See `rdme versions:create --help` for a full list of flags. rdme versions:update ``` -Like `versions:create`, if you wish to automate this process and not be blocked by CLI input, you can supply the necessary flags to this command. See `rdme versions:update --help` for more information. +Like `versions:create`, if you wish to automate this process and not be blocked by CLI input, you can supply the necessary flags to this command. See `rdme versions:update --help` for a full list of flags. #### Delete a Version