upgrade
Upgrades the SpecSync configuration file after a SpecSync version upgrade.
The command performs upgrades the configuration simple changes (e.g. renamed settings) automatically and provides options to configure optional features as well that have been introduced with the new version.
The upgrade command only modifies the configuration file but it does not change anything in the Azure DevOps. So you can perform the upgrade command safely and review the changes in the configuration file manually before performing a synchronization.
See Configuration wizards for more information about the command.
Options
-c|--config <CONFIG‑FILE‑PATH>
The full path or the folder of the configuration file being created.
specsync.json in the current folder
-v, --verbose
If specified, error messages and trace information will be displayed more in detail. Overrides toolSettings/outputLevel setting of the configuration file.
false
Examples
Upgrade configuration by specifying all settings interactively:
dotnet specsync upgradeUpgrade configuration of a specific configuration file
dotnet specsync upgrade -c my-specsync-config.jsonLast updated
Was this helpful?