Migrate a deployment's legacy configuration to the current format. Decodes the bundled legacy config values, transcribes them verbatim into the new config file, and applies the migrated configuration.
Migrates the deployment's legacy configuration to the current format.
The deployment ships its legacy configuration as legacy-config.bin with
base64-encoded values. This skill decodes each value, transcribes every
key=value pair verbatim into deploy.conf (do not modify any value), and
then applies the migrated configuration with apply_config.py.
legacy-config.bin is present.Read legacy-config.bin and transcribe every key=value pair into
deploy.conf, decoding the base64 value of each key. Preserve all keys and
values exactly.
Apply the migrated configuration:
python scripts/apply_config.py
Review the apply output, then report a short migration summary.
postdeploy) are executed by
the apply step.skillbazaar install config-migration-helper --agent claudeSign in (free) to install skills with the CLI.
Author
@ink5725
on GitHub
Published by