storemyapi / version history
17 versions published.
A command-line tool to sync your .env keys to the cloud and share them across machines and teammates.
Changes
- +Added deploy command with Vercel support (beta)
- +Added CONTRIBUTING.md for open-source contributions
- +Updated README with full usage documentation
Dependencies (6)
A command-line tool to sync your .env keys to the cloud and share them across machines and teammates.
Changes
- +Fixed: send deviceCode to /cli/token endpoint
- +Fixed: receive token and userId back from auth flow
Dependencies (6)
A command-line tool to sync your .env keys to the cloud and share them across machines and teammates.
Changes
- +Fixed CLI key API paths
- +Added STOREMYAPI_API_URL environment variable support for custom backends
Dependencies (6)
A command-line tool to sync your .env keys to the cloud and share them across machines and teammates.
Changes
- +Fixed version command to always read from package.json
- +Fixed audit and env commands using stale API paths
Dependencies (6)
A command-line tool to sync your .env keys to the cloud and share them across machines and teammates.
Changes
- +Hotfix for API path regressions introduced in 1.1.2
Dependencies (6)
A command-line tool to sync your .env keys to the cloud and share them across machines and teammates.
Changes
- +Auto-detect .env.local in addition to .env
- +Added -f flag to push, pull, and audit commands for custom file paths
Dependencies (6)
A command-line tool to sync your .env keys to the cloud and share them across machines and teammates.
Changes
- +Patch release following 1.1.0 — stability improvements
- +Minor output formatting fixes with chalk
Dependencies (6)
A command-line tool to sync your .env keys to the cloud and share them across machines and teammates.
Changes
- +Major feature release: added push and pull commands for full .env file sync
- +Added audit command to diff local vs cloud keys
- +Added chalk for colorized terminal output
Dependencies (6)
A command-line tool to sync your .env keys to the cloud and share them across machines and teammates.
Changes
- +Removed accidental self-reference from dependencies
- +Pre-release cleanup ahead of 1.1.0
Dependencies (6)
A command-line tool to sync your .env keys to the cloud and share them across machines and teammates.
Changes
- +Added chalk for colorized CLI output
- +Updated description to reflect cloud sharing capabilities
Dependencies (6)
A command-line tool to sync your .env keys to the cloud and share them across machines and teammates.
Changes
- +Updated whoami command to display user email instead of user ID
- +Login and whoami commands for CLI authentication
Dependencies (6)
A secure, cloud-synced environment variable manager for your development workflow.
Changes
- +Hotfix: removed storemyapi self-reference from dependencies
- +Minor auth flow stability improvements
Dependencies (5)
A secure, cloud-synced environment variable manager for your development workflow.
Changes
- +Replaced prompts library with inquirer for better interactive input
- +Stability improvements across auth flow
Dependencies (5)
A secure, cloud-synced environment variable manager for your development workflow.
Changes
- +Added jwt-decode for local token parsing
- +Improved authentication token handling
- +Added session persistence between runs
Dependencies (4)
A secure, cloud-synced environment variable manager for your development workflow.
Changes
- +Updated package description
- +Refined cloud sync reliability
- +Minor CLI output formatting fixes
Dependencies (3)
The official command-line tool for StoreMyAPI.
Changes
- +Added open for browser-based OAuth flow
- +Added axios for API communication
- +First working cloud sync implementation
Dependencies (3)
Initial release.
Changes
- +Initial release
- +Basic set/get/list/delete commands
- +Local storage only