radicle-heartwood-lfs/crates/radicle-cli/examples/rad-cob-migrate.md

512 B

$ rad patch list
✗ Error: collaborative objects database is out of date
✗ Hint: run `rad cob migrate` to update your database
$ rad issue list
✗ Error: collaborative objects database is out of date
✗ Hint: run `rad cob migrate` to update your database
$ rad cob migrate
✓ Migration [..]/[..] in progress.. (100%)
✓ Migrated collaborative objects database successfully (version=[..])
$ rad issue list
Nothing to show.
$ rad patch list
Nothing to show.