Skip to content

Switch Manifest and Config File Format to nuon - #26

Merged
freepicheep merged 5 commits into
mainfrom
to-nuon
May 12, 2026
Merged

Switch Manifest and Config File Format to nuon#26
freepicheep merged 5 commits into
mainfrom
to-nuon

Conversation

@freepicheep

Copy link
Copy Markdown
Owner

Per #25, we are switching quiver project manifests, lockfiles, and global config from toml to nuon.

Changed

  • BREAKING: The package manifest is now nupackage.nuon instead of nupackage.toml. The lockfile is also in nuon format. Existing projects must migrate:
    open nupackage.toml | to nuon --indent 2 | save -f nupackage.nuon
    rm nupackage.toml
    rm quiver.lock
    qv install
  • BREAKING: The global Quiver config is now config.nuon. Navigate to your global quiver config dir and run the following to migrate:
      open config.toml | to nuon --indent 2 | save -f config.nuon
      rm config.toml
      rm quiver.lock
      qv install -g
  • Quiver will warn users with migration instructions when a legacy nupackage.toml or config.toml is detected.

This closes #25

@freepicheep
freepicheep merged commit dd26564 into main May 12, 2026
1 check passed
@freepicheep
freepicheep deleted the to-nuon branch May 12, 2026 14:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Move Package Manifests from toml to nuon

1 participant