Comparing version 0.5.3 to 0.5.4
{ | ||
"name": "geppetto", | ||
"version": "0.5.3", | ||
"version": "0.5.4", | ||
"repository": { | ||
@@ -5,0 +5,0 @@ "type": "git", |
@@ -78,4 +78,18 @@ #Geppetto | ||
### Experimental Features | ||
You can "export" the environment variables for an app using a -e or --export-env flag and an optional app name. | ||
`geppetto -e --export-env [app-name] config.json` | ||
If no app is specificed all `_env` values will be printed, if an app is specified its specific `env` variables will be printed as well. You can pipe these into a file and `source` it in bash. | ||
Example output: | ||
``` | ||
export SOME_ENV=your_value | ||
export SOME_OTHER_ENV=your_other_value | ||
``` | ||
___ | ||
Made with ⚡️ by [@taterbase](https://twitter.com/taterbase) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14694
95