gittuf/docs/cli/gittuf_trust_remove-github-app.md
PratGit1606 9707977fd3 docs: audit and fix CLI command docstrings across all commands
Signed-off-by: PratGit1606 <prathamgithub16@gmail.com>
2026-07-08 12:02:33 -07:00

1.3 KiB
Generated

gittuf trust remove-github-app

Remove GitHub app from gittuf root of trust

Synopsis

The 'remove-github-app' command removes a GitHub app from the repository's root of trust. It is used to revoke trust for a previously registered GitHub app, identified by its name.

gittuf trust remove-github-app [flags]

Options

      --app-name string   name of the app to remove from the root of trust (default "https://gittuf.dev/github-app")
  -h, --help              help for remove-github-app

Options inherited from parent commands

      --create-rsl-entry             create RSL entry for policy change immediately (note: the RSL will not be synced with the remote)
      --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 root of trust (path to SSH key, "gpg:<fingerprint>" for GPG, "fulcio:" for Sigstore)
      --verbose                      enable verbose logging

SEE ALSO