DATE:
AUTHOR:
PowerSync Product Team
CLI

PowerSync CLI [Beta]: v0.7.1

DATE:
AUTHOR: PowerSync Product Team

We are excited to announce that version 0.7.1 of the PowerSync CLI has been released. The CLI is currently in a beta release.

Some users simply prefer a faster, more minimalist interface than the Dashboard for managing their PowerSync instances. In addition, the CLI enables users to:

  • Store their sync rules YAML files alongside their app code, and have multiple versions of them.

  • Manage PowerSync Service deploys as part of a CI/CD pipeline.

  • Hook up status monitoring to their error alerting tools.

Getting started: See the docs for details on getting started. The NPM package contains details about the available commands.

Changelog

v0.7.1

  • [FIXED] Applied the JWT audience fix of v0.7.0 to the instance deploy command.

v0.7.0

  • [IMPROVED] Updated Supabase Auth to accept Supabase JWT secret config.

  • [FIXED] A bug where the specified JWT audiences were not used when configuring PowerSync instances.

v0.6.1

  • [IMPROVED] Remove the need to have .powersync/env.powersync set up to run commands using ENV variables.

v0.6.0

  • [ADDED] powersync can now be used as a global command when installing the CLI as a local dependency. Therefore you can now run powersync [command] in an NPM script.

v0.5.2

  • [FIXED] Renamed "JWKS Audiences" to "JWT Audiences" to better mirror the Dashboard.

v0.5.1

  • [FIXED] Duplicate -a char for create and deploy commands.

  • [IMPROVED] More helpful init message (added link to token docs).

v0.5.0

  • [ADDED] Ability to generate developer tokens: instance generate-dev-token -u my-user-id -e 43200

  • [IMPROVED] Interactive commands are now also available as flags, e.g. instance create -n postgres -p your-password -u postgres -h your-hostname -a one,two -w https://lol.com -i cli-test -o 5432 -r EU

    • See the docs for the flag definitions.

  • [ADDED] Ability to define the JWT audience on create and deploy actions.

v0.4.2

  • [IMPROVED] Updated dependencies to support the latest sync rules syntax.

  • [FIXED] Check when using skipConfirmation flag.

v0.4.1

  • [ADDED] Japan region.

v0.4.0

  • Initial Beta release.

Bugs? Feedback?

We would love to hear what you think about the CLI. Please share any feedback or bugs with us on our community Discord.

Powered by LaunchNotes