Learn how to manage environments in Ghostable.
.env
variables and control how they’re organized, accessed, and shared. You can safely push, pull, or request environment data using the Ghostable CLI — all tied to a specific environment within a project.
Think of environments as named contexts for your configuration — flexible, secure, and built for collaboration.
.env
file to Ghostable, use the push
command:
.env
contents to Ghostable so they can be shared or backed up.
Note: Ghostable only pushes keys that exist in your local .env
file. It does not overwrite remote keys unless they are present in your file.
.env
file, use the pull
command:
.env
file.
Important: Your local .env
file will be overwritten. If you have changes you want to preserve, commit or back them up before pulling.