v0.6.3

mingrammer/diagramsv0.6.3Oct 9, 2024by MightyMoud

AI Summary

Fixes idempotency issues, allowing users to run initialization commands repeatedly without errors and adds automation flags.

Key Highlights

  • Fixed idempotency for `sidekick init` commands
  • Allows running `sidekick init` multiple times on the same server
  • Added a prompt for overriding server setup with a new address
  • Added a `-y` flag to skip the prompt

New Features

  • Idempotency fix for sidekick init
  • New `-y` flag for automated initialization

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