mirror of
https://github.com/vee1e/gittuf.git
synced 2026-09-03 03:07:10 +00:00
2.4 KiB
Generated
2.4 KiB
Generated
gittuf policy
Tools to manage gittuf policies
Options
-h, --help help for policy
-k, --signing-key string signing key to use to sign policy file
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 policy add-key - Add a trusted key to a policy file
- gittuf policy add-person - Add a trusted person to a policy file (requires developer mode and v0.2 policy metadata to be enabled, set GITTUF_DEV=1 and GITTUF_ALLOW_V02_POLICY=1)
- gittuf policy add-rule - Add a new rule to a policy file
- gittuf policy apply - Validate and apply changes from policy-staging to policy
- gittuf policy discard - Discard the currently staged changes to policy
- gittuf policy init - Initialize policy file
- gittuf policy list-principals - List principals for the current policy in the specified rule file
- gittuf policy list-rules - List rules for the current state
- gittuf policy remote - Tools for managing remote policies
- gittuf policy remove-key - Remove a key from a policy file
- gittuf policy remove-person - Remove a person from a policy file (requires developer mode and v0.2 policy metadata to be enabled, set GITTUF_DEV=1 and GITTUF_ALLOW_V02_POLICY=1)
- gittuf policy remove-rule - Remove rule from a policy file
- gittuf policy reorder-rules - Reorder rules in the specified policy file
- gittuf policy sign - Sign policy file
- gittuf policy tui - Start the TUI for managing policies
- gittuf policy update-rule - Update an existing rule in a policy file