mirror of
https://github.com/vee1e/gittuf.git
synced 2026-09-03 11:17:08 +00:00
This commit moves GitHub-specific attestations out of developer mode. In addition, it drops the authorize subcommand of dev, which was deprecated in the last release. Signed-off-by: Aditya Sirish A Yelgundhalli <ayelgundhall@bloomberg.net>
1.1 KiB
Generated
1.1 KiB
Generated
gittuf dev
Developer mode commands
Synopsis
These commands are meant to be used to aid gittuf development, and are not expected to be used during standard workflows. If used, they can undermine repository security. To proceed, set GITTUF_DEV=1.
Options
-h, --help help for dev
Options inherited from parent commands
--no-color turn off colored output
--profile enable CPU and memory profiling
--profile-CPU-file string file to store CPU profile (default "cpu.prof")
--profile-memory-file string file to store memory profile (default "memory.prof")
--verbose enable verbose logging
SEE ALSO
- gittuf - A security layer for Git repositories, powered by TUF
- gittuf dev populate-cache - Populate persistent cache (developer mode only, set GITTUF_DEV=1)
- gittuf dev rsl-record - Record explicit state of a Git reference in the RSL, signed with specified key (developer mode only, set GITTUF_DEV=1)