usage: fcpc diff [-h] [--diff.format {json,table}] [objects ...]
positional arguments:
objects Object type to show. Can be more objects but it needs
to be specific urls like "init:Asset/123
new:Asset/123". (default: None)
optional arguments:
-h, --help show this help message and exit
--diff.format {json,table}
[Defined:fcplib.cmd.diff] (default: json)
Choices:
json
table
¶ To see differences brtween object and same object within last epoch
fcpc diff object
fcpc diff network/aaa network/bbb
¶ To see diff between same object and specific epochs:
fcpc diff epoch1:object epoch2:object