deploy-rs icon indicating copy to clipboard operation
deploy-rs copied to clipboard

Changes vs bash version?

Open wmertens opened this issue 2 years ago • 2 comments

I'm not so happy with deploy-rs because it's hard to debug. With the bash version, you can just run set -xv and you know the commands it's executing and you can run them yourself as well.

So I'd like to know what the differences are with the bash version. Maybe I'll implement those in the bash version.

It might also be that the -d flag just needs to print the commands deploy is running ;-)

wmertens avatar May 17 '23 08:05 wmertens

  • magic-rollback and better auto-rollback
  • Proper schema checks
  • Much better error handling

balsoft avatar May 17 '23 08:05 balsoft

Hmm those are indeed nice and hard to do in bash. How about printing the nix commands it runs when -d is enabled?

wmertens avatar May 17 '23 13:05 wmertens