Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ENG-5593: Allow users to push non-logical changes (#278)
The CLI disallowed pushing if there were no logical changes unless --force was set, but it's perfectly reasonable to push formatting and comment changes only. Now this will be allowed. I tested this manually. Here're samples of the workflow: $ fauna schema push --dir=$HOME/fsl Proposed diff: foo.fsl add collection Bar foo.fsl add collection Foo Accept and push changes? [no]: yes $ fauna schema push --dir=$HOME/fsl # Added a comment to Bar. No logical changes. Push file contents anyway? [no]: yes $ fauna schema push --dir=$HOME/fsl No logical changes. Push file contents anyway? [no]: no Push cancelled Co-authored-by: Will Berkeley <[email protected]>
- Loading branch information