v0.6.3
facebookresearch/tribev2v0.6.3Oct 9, 2024by MightyMoud
AI Summary
This release fixes Idempotency, allowing users to run `sidekick init` multiple times on the same server. It introduces a prompt for overriding server setups on new addresses and adds a skip flag.
Key Highlights
- Fixed Idempotency issue #20
- Allows multiple `sidekick init` runs on the same server
- Added prompt for overriding server setup on new addresses
- Added `-y` flag to skip the override prompt
New Features
- `-y` flag for non-interactive server setup
Full Release Notes
## Summary - Close https://github.com/MightyMoud/sidekick/issues/20 to fix Idempotency You can now run `sidekick init` as many time as you want with the same server. If it fails for whatever reason you can try again. If you try with a new server address you will prompted to accept overriding your server setup. You can skip the prompt by passing a `-y` flag ## Changelog * 9ba6ed5 Control version at build time * be9297c fix: Idempotency