Bladeren bron

Update cli-porter-deploy.md

abelanger5 5 jaren geleden
bovenliggende
commit
9258e7331c
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      docs/reference/cli-porter-deploy.md

+ 1 - 1
docs/reference/cli-porter-deploy.md

@@ -26,7 +26,7 @@ To see a working example, check out the [creating a custom CI pipeline]() guide.
 Gets environment variables for a deployment for a specified application given by the `--app` flag. By default, env variables are printed via stdout for use in downstream commands:
 
 ```sh
-porter deploy get-env --app example-app
+porter deploy get-env --app example-app | xargs
 ```
 
 Output can also be written to a dotenv file via the `--file` flag, which should specify the destination path for a `.env` file. For example: