Compare files and show their differences with bii diff command. You can compare your current local project against a previously published version or compare between published versions.
$ bii diff [--short] [block_name] [v1it ] [v2]
fenix user has an armadillo block in a local project and 4 different published versions.
Let’s see the different possibilities:
Compare the local block against the latest published version:
$ bii diff
Compare the local block against a specific version:
$ bii diff fenix/armadillo 2
Compare two specific published versions (2 and 3) of your local block:
$ bii diff fenix/armadillo 2 3
Show just a short diff in any of the previous examples:
$ bii diff --short
Got any doubts? Ask in our forum

