This repository has been archived by the owner on Jan 25, 2020. It is now read-only.
Releases: articulate/biplane
Releases · articulate/biplane
1.2.2
1.2.1
1.2.0
- Output checksum of diff when running the
diff
command. apply
command now requires the--checksum|-c
flag when running. Will complain otherwise.- Requirement of
checksum
can be overridden by using the--force|-f
flag. apply
's--format
short flag (formerly-f
) changed to-F
to allow the more consistent use of-f
for force.
1.1.7
1.1.6
1.1.5
1.1.4
Small tweaks to things:
- Nested diff output will now prefix the line with the
+
or-
symbol rather than just the diff text. This allows tools like GitHub and Slack to format and colorize the diff snippets properly. - The client now accepts the
--uri
flag so you can specify the full URI as one rather than in parts via--host
,--port
,--no-https
like so:biplane --uri https://api.example.com:8001 config.yml