FAQs
Frequently asked questions for first-time operators.
Common Questions
Why does pull ask for confirmation when versions differ?
The CLI protects you from accidental rollback or overwrite when the local tracked version is ahead of or equal to remote.
Where are CLI auth tokens stored?
Tokens are stored in the OS keychain via keytar, not in envx-config.json.
Where is envx-config.json created?
envx writes envx-config.json to your current working directory. Run envx from your project root so pull, push, switch, and githost commands use the expected config file.
What happens with githost deploy --no-merge?
Non-matching remote secrets are removed so the destination exactly matches the selected env source.