...
[MANDATORY] -c The id for the collection to retrieve the file for.
[OPTIONAL] -i The id of the file to retrieve. If no such argument, then the checksums of all files are retrieved.
- [OPTIONAL] -p The id of the pillar where the F
[OPTIONAL] -S The salt of checksum to request in the response. Requires the ChecksumType (algorithm) argument.
[OPTIONAL] -R The algorithm of checksum to request in the response from the pillars. Allowed values are: MD5, SHA1, SHA256, SHA384, SHA512. If using a salt, prefix the listed types with HMAC_, eg. HMAC_MD5.
...
Replaces a file in the bitrepository with the provided file. It takes the following arguments:
[MANDATORY] -f The path to the new file for the replacement.
[MANDATORY] -c The id for the collection to perform the operation on.
-S [OPTIONAL] The salt of checksum to request in the response. Requires the ChecksumType argument.
-R [OPTIONAL] The algorithm of checksum to request in the response from the pillars.
[MANDATORY] -C [OPTIONAL] The checksum of the file to be replaced.
[MANDATORY] -p The id of the pillar where the should be performed.
[MANDATORY] -i The id for the file to perform the operation on.
...