gittuf/docs/cli/gittuf_policy_tui.md
Aditya Sirish 749b7df97c
*: Add support for coloring log output
Signed-off-by: Aditya Sirish <aditya@saky.in>
2025-02-01 17:58:11 -05:00

1.2 KiB
Generated

gittuf policy tui

Start the TUI for managing policies

Synopsis

This command allows users to start a terminal-based interface to manage policies. The signing key specified will be used to sign all operations while in the TUI. Changes to the policy files in the TUI are staged immediately without further confirmation and users are required to run gittuf policy apply to commit the changes

gittuf policy tui [flags]

Options

  -h, --help                 help for tui
      --policy-name string   name of policy file to make changes to (default "targets")
      --target-ref string    specify which policy ref should be inspected (default "policy")

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")
  -k, --signing-key string           signing key to use to sign policy file
      --verbose                      enable verbose logging

SEE ALSO