From 4e9685d2cfe80ba3deb204033092fc92e6beedb0 Mon Sep 17 00:00:00 2001 From: CalebTVanDyke Date: Tue, 5 Dec 2023 20:34:52 -0600 Subject: [PATCH] update readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4724051..c94d017 100644 --- a/README.md +++ b/README.md @@ -50,4 +50,5 @@ jobs: | project_id | The LaunchFlow project to deploy to. Should be of the format `project_XXXXXX` | | from_environment_name | The environment in the project that you are promoting from (from -> to). This should match the name you provided when you created your environment (e.g. `dev`) | | to_environment_name | The environment in the project that you are promoting to (from -> to). This should match the name you provided when you created your environment (e.g. `prod` ) | -| deployment_key | The LaunchFlow deployment key of the environment you are promoting **to** use for authentication. This key is initially generated when you create your environment. | \ No newline at end of file +| deployment_key | The LaunchFlow deployment key of the environment you are promoting **to** use for authentication. This key is initially generated when you create your environment. | +| launchflow_cli_version | The version of the LaunchFlow CLI to use. Defaults to the latest version. | \ No newline at end of file