Usage
Description
Applies sequential migrations to bring yourdrevon.config.json from its current version to the latest schema version. Currently the latest version is 1.
When to Use
Rundrevon upgrade after updating the Drevon CLI to a new major version that includes config schema changes. The command will:
- Read your current config
- Detect the version
- Apply any necessary migrations
- Write the updated config
- Prompt you to run
drevon syncto regenerate agent configs
Current Status
The migration framework is in place but no migrations are needed yet (config version 1 is the latest). This command is infrastructure for future schema evolution.