CLI tool
Jumpjet comes with a CLI tool that creates final config files based on your configuration. To see exactly how it works, see Getting Started in 4 Minutes.
Below are instructions on downloading and using the tool. You can also simply copy & paste the CLI snippets from the CLI section at app.jumpjet.com (for your convenience, they even contain your API credentials).
Download
sub command
Usage:
Example:
Description: creates a final configuration file by scanning a template file (ex: .env.template) and substituting Jumpjet placeholders with values. Jumpjet placeholders are curly braces around variable names, e.g. {{DB_URL}}
).
Here's an example for the input file (template):
And here's the output file (the final configuration file based on our Prod configuration):
You must authenticate with your API credentials for the sub
command to work. You can find the exact authentication snippets inside app.jumpjet.co, but here's the example for Mac again:
Last updated