in-toto-run
Verified for current stable LTS
In Toto Run Command: Create Tarball And Store Materials
Use for create tarball and store materials with In Toto Run. Exact CLI syntax to create tarball and store materials using In Toto Run.
When to use this: Use for create tarball and store materials with In Toto Run.
Command Syntax
in-toto-run -n <package> -m <project> -p <project.tar.gz> -- <tar czf project.tar.gz project> in-toto-run -n <package> -m <project> -p <project.tar.gz> -- <tar czf project.tar.gz project> Command Breakdown
-n- Command Option
- Tool-specific option used by this command invocation.
-m- Command Option
- Tool-specific option used by this command invocation.
-p- Command Option
- Tool-specific option used by this command invocation.
--- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to create tarball and store materials using In Toto Run.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
In Toto Run Command: Generate Signed Attestations For Review
in-toto-run -n <review> --signing-key <key_file> -m <document.pdf> -x In Toto Run Command: Scan Image With Trivy And Generate Link File in-toto-run -n <scan> --signing-key <key_file> -p <report.json> -- /bin/sh -c "trivy --output report.json --format json <path/to/image>" In Toto Run Command: Tag Git Repo And Sign Link File in-toto-run -n <tag> -p <.> --signing-key <key_file> -- <git tag v1.0> Jmeter Command: Run Test Plan Nongui jmeter -n -t <path/to/file.jmx> Jmeter Command: Run Test Plan Nongui Logfile jmeter -n -t <path/to/file.jmx> -l <path/to/logfile.jtl>