dbx
dbx copied to clipboard
[feature] add `dbx deploy --dry-run`
trafficstars
hey @renardeinside
i am hoping for functionality which would let me write the final, rendered job deployment JSON without deploying/launching anything.
i have a script which performs a diff between the most recent master branch deployment file and the current (branch) deployment file. i am using dbx deploy --write-specs-to-file="$FILEPATH_FINAL_JOB_DEFINITION"
i'm using the custom jinja functions and want to make sure the values are changing correctly before merging into master
thank you! justin