EdgeDB’s Post

View organization page for EdgeDB, graphic

938 followers

We released both EdgeDB 4.7 and EdgeDB 5 beta 2 last week! 🎊 For v5 beta, this includes a new release of our CLI which adds commands to manage branches, the headline feature of our upcoming release. To update the CLI, run `edgedb cli upgrade --to-nightly`. Grab EdgeDB 5 beta 2 if you want to try out branch management in the CLI. Learn about the beta by reading the changelog: https://lnkd.in/gr5kWjSX For users who just want to try the latest stable release, we have a changelog for 4.7 that describes all the fixes included in that release: https://lnkd.in/gmZeW-iW Check out those new releases, and keep your eyes peeled for more releases just around the corner! 👀

  • A simulated terminal window showing the help output for the `edgedb branch` command suite, invoked with `edgedb branch --help`. The output:
Manage branches

Usage: edgedb branch <COMMAND>

Commands:
create: Creates a new branch and switches to it
drop: Drops an existing branch, removing it and its data
wipe: Wipes all data within a branch
switch: Switches the current branch to a different one
rename: Renames a branch
list: Lists all branches
rebase: Creates a new branch that is based on the target branch, but also contains any new migrations on the current branch.
help: Print this message or the help of the given subcommand(s)

Options:
-h, --help: Print help

To view or add a comment, sign in

Explore topics