Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

geppetto

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

geppetto - npm Package Compare versions

Comparing version 0.5.3 to 0.5.4

2

package.json
{
"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)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc