mirror of
https://github.com/vee1e/gittuf.git
synced 2026-09-03 11:17:08 +00:00
29 lines
772 B
Markdown
Generated
29 lines
772 B
Markdown
Generated
## gittuf trust remove-github-app
|
|
|
|
Remove GitHub app from gittuf root of trust
|
|
|
|
```
|
|
gittuf trust remove-github-app [flags]
|
|
```
|
|
|
|
### Options
|
|
|
|
```
|
|
-h, --help help for remove-github-app
|
|
```
|
|
|
|
### 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 root of trust
|
|
--verbose enable verbose logging
|
|
```
|
|
|
|
### SEE ALSO
|
|
|
|
* [gittuf trust](gittuf_trust.md) - Tools for gittuf's root of trust
|
|
|