@adnansiddiqui-dev/jssm-cli
v1.9.13
Published
CLI for JSSM - Simple environment variable manager
Downloads
967
Maintainers
Readme
JSSM CLI
Command-line tool for JSSM — a secure environment variable manager. Push and pull .env files across projects and environments, with values stored in AWS SSM.
Install
Install globally (this is the supported install method — the CLI requires a global npm install):
npm i -g @adnansiddiqui-dev/jssm-cli@latestThis installs the jssm command on your PATH.
Note: Only
npmglobal installs are supported. Installing viabun/pnpm/yarnis detected and refused — the CLI will tell you to reinstall with the command above. The CLI also auto-prompts to update itself when a newer version is published.
Usage
# Log in (browser-based device flow)
jssm login
# Initialize a project in the current directory
jssm init
# Pull environment files
jssm pull
# Push environment files
jssm push
# Show current status
jssm status
# See all commands
jssm helpTroubleshooting
If you hit auth or config issues, reset local CLI state and reinstall:
rm -rf ~/.jssm
npm cache clean --force
npm i -g @adnansiddiqui-dev/jssm-cli@latestLicense
MIT
