gittuf/docs/cli/gittuf_dev.md
Aditya Sirish A Yelgundhalli 03e363a527
*: Move attest functionality out of dev
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>
2025-02-18 09:18:57 -05:00

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)