aliasgarsogiawala

storemyapi / version history

17 versions published.

v1.1.7latest
March 22, 2026

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)

axioschalkcommanderinquirerjwt-decodeopen
v1.1.6
March 21, 2026

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)

axioschalkcommanderinquirerjwt-decodeopen
v1.1.5
March 20, 2026

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)

axioschalkcommanderinquirerjwt-decodeopen
v1.1.4
March 20, 2026

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)

axioschalkcommanderinquirerjwt-decodeopen
v1.1.3
March 20, 2026

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)

axioschalkcommanderinquirerjwt-decodeopen
v1.1.2
March 20, 2026

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)

axioschalkcommanderinquirerjwt-decodeopen
v1.1.1
March 18, 2026

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)

axioschalkcommanderinquirerjwt-decodeopen
v1.1.0
March 18, 2026

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)

axioschalkcommanderinquirerjwt-decodeopen
v1.0.9
March 18, 2026

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)

axioschalkcommanderinquirerjwt-decodeopen
v1.0.8
March 18, 2026

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)

axioschalkcommanderinquirerjwt-decodeopen
v1.0.7
March 18, 2026

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)

axioschalkcommanderinquirerjwt-decodeopen
v1.0.6
March 5, 2026

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)

axioscommanderinquirerjwt-decodeopen
v1.0.5
March 5, 2026

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)

axioscommanderinquirerjwt-decodeopen
v1.0.4
March 5, 2026

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)

openaxioscommanderjwt-decode
v1.0.3
March 3, 2026

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)

openaxioscommander
v1.0.2
March 2, 2026

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)

openaxioscommander
v1.0.0
February 23, 2026

Initial release.

Changes

  • +Initial release
  • +Basic set/get/list/delete commands
  • +Local storage only