v0.13.0
·
118 commits
to main
since this release
Summary
The Orbiter commands now run against the Orbiter ID defined in your project's juno.config file, instead of using the ID from the CLI's global configuration. This makes those commands work the same way as Satellite commands — they target whatever is configured in your current project.
Aside of bringing consistency, this breaking change enables new capabilities, such as running Orbiter commands in GitHub Actions and other CI/CD environments.
What's Changed
- refactor: rename config to cli.config by @peterpeterparker in #421
- refactor: move key utils related to cli.config by @peterpeterparker in #422
- refactor: rename utils to related juno.config by @peterpeterparker in #423
- refactor: scope SatelliteConfigEnv within module as used nowhere else by @peterpeterparker in #424
- feat!: execute commands for orbiter id specified in juno.config by @peterpeterparker in #425
- feat: prettify unexpected error by @peterpeterparker in #426
Full Changelog: v0.12.2...v0.13.0