Releases: MightyMoud/sidekick
Releases · MightyMoud/sidekick
v0.6.6
Summary
- Migrate preview command to tea
- Migrate preview ls command to tea
- Delete deploy preview command
- Add preview rm command using tea
Changelog
v0.6.5
Changelog
- 1d1d8a4 Decent working code
- c9876b3 Integrate Tea into launch and deploy commands
- f1bf4cf Merge branch 'main' into using-tea
- 770469f Merge branch 'main' into using-tea
- 2cebbb1 Trying things out with using bubbletea
- 366222a Update readme demo pics
- 4680659 WIP
- aa540c4 Working version with Tea
- 7735426 Working version with Tea and logs
v0.6.4
v0.6.3
Summary
- Close #20 to fix Idempotency
You can now runsidekick 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
v0.6.2
v0.6.1
Changelog
- Add server & email flags to
init
command - Updat lookup priority of SSH keys
- Deprecat
sidekick deploy preview
- Add
sidekick preview
- Add
sidekick preview ls
v0.6.0
Summary
- Use without a docker registry as suggested by @lpil in #3
- Fix host key validation with new prompt during setup - brought up by @DanielleMaywood #2
- Fix license discrepancy - brought up by @gmbuell in #1
- Fix issue with loading env variables into docker compose file
- Fix Dockerfile detection by @thesurlydev in #11
- Improve CLI command description by @lborgav #11
- Fix typos on readme and elsewhere by @pythoninthegrass @corneliusroemer #5 #15
Big thanks to all contributors 🎉
@thesurlydev @lborgav @pythoninthegrass @corneliusroemer
Changelog
- 94a2944 Clean up - Prelude script has everything we need
- 88f7fe8 Disable launch if config already exists
- 06f94ce Fix Dockerfile detection
- 08c7c6f Fix host key validation
- 3296496 Fix issue with loading env files
- a0ecda7 Fix typos on README LOL
- 7fcf887 Merge branch 'MightyMoud:main' into main
- 5184970 Merge branch 'main' into fix-host-key-validation
- 5eaadf4 Merge pull request #11 from thesurlydev/patch-1
- d205a85 Merge pull request #14 from lborgav/main
- 9a30c9c Merge pull request #15 from pythoninthegrass/main
- 22454bf Merge pull request #5 from corneliusroemer/patch-1
- e88bff1 Merge pull request #9 from MightyMoud/fix-host-key-validation
- 2747942 Move away from using a docker registry
- 55bd244 Replace host key confirmation prompt with Sidekick prompt
- 5a40435 Update Readme with brew instructions
- acac44c Update license comment to match repo level license
- c4e634f chore: cleaning some Cobra placeholders
- b3fcba5 chore: fix typo
- 3c2661d chore: fixes a typo
- 1444099 fix typo
- 2a117cd fix: makes commands description more meaningful