From b64f11de348746cd90406d43a219ad0fffd0a5f8 Mon Sep 17 00:00:00 2001 From: Neil MartinsenBurrell Date: Tue, 21 Nov 2023 12:27:23 -0600 Subject: [PATCH] Tiny clarification on environment variables in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4bc3aca..2e1d30e 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ You can also supply: - `cf_api:` to specify a Cloud Foundry API endpoint (instead of the default `api.fr.cloud.gov`) - `cf_manifest:` to use a different manifest file (instead of the default `manifest.yml`) - `cf_vars_file:` to [specify values for variables in the manifest file](https://docs.cloudfoundry.org/devguide/deploy-apps/manifest-attributes.html#variable-substitution) -- `cf_command:` to specify a CF sub-command to run (instead of the default `push -f $MANIFEST -vars-file $VARS_FILE --strategy rolling`) +- `cf_command:` to specify a CF sub-command to run (instead of the default `push -f $cf_manifest -vars-file $cf_vars_file --strategy rolling`) - `command:` to specify another command altogether (for example: a script which checks if required services are present and creates them if they're missing) ## A note on versions