
rekor-cli
List of commands for rekor-cli:
-
rekor-cli:tldr:5cbe2 rekor-cli: Get information regarding entries in the Transparency Log.$ rekor-cli get --uuid=${0e81b4d9299e2609e45b5c453a4c0e7820ac74e02c4935a8b830d104632fd2d1}try on your machineexplain this command
-
rekor-cli:tldr:7a6ef rekor-cli: Search the Rekor index to find entries by a specific hash.$ rekor-cli search --sha ${6b86b273ff34fce19d6b804eff5a3f5747ada4eaa22f1d49c01e52ddb7875b4b}try on your machineexplain this command
-
rekor-cli:tldr:9fc6b rekor-cli: Search the Rekor index to find entries by Artifact.$ rekor-cli search --artifact ${filename-ext}try on your machineexplain this command
-
rekor-cli:tldr:e6c3f rekor-cli: Upload an artifact to Rekor.$ rekor-cli upload --artifact ${filename-ext} --signature ${filename-ext-sig} --pki-format=${x509} --public-key=${path-to-key-pub}try on your machineexplain this command