-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
340 changed files
with
1,249 additions
and
780 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,125 @@ | ||
--- | ||
title: fcli-config-public-key-delete(1) | ||
fcli_version: | ||
--- | ||
|
||
<!DOCTYPE html> | ||
<html lang=""> | ||
<head> | ||
<meta http-equiv="Content-Type" content="text/html; charset="> | ||
<meta name="generator" content="Asciidoctor 2.0.18"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>fcli-config-public-key-delete(1)</title> | ||
|
||
{% include asciidoc-head.html %} | ||
|
||
</head> | ||
<body class="manpage toc2 toc-left"> | ||
|
||
{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20240426.171137-dev_develop" %} | ||
|
||
|
||
<div id="header"> | ||
<h1>fcli-config-public-key-delete(1) Manual Page</h1> | ||
<div id="toc" class="toc2"> | ||
<div id="toctitle">Table of Contents</div> | ||
<ul class="sectlevel1"> | ||
<li><a href="#_synopsis">Synopsis</a></li> | ||
<li><a href="#_description">Description</a></li> | ||
<li><a href="#_output_options">Output options:</a></li> | ||
<li><a href="#_generic_fcli_options">Generic fcli options:</a></li> | ||
<li><a href="#_arguments">Arguments</a></li> | ||
</ul> | ||
</div> | ||
<h2>Name</h2> | ||
<div class="sectionbody"> | ||
<p>fcli-config-public-key-delete - Delete a trusted public key.</p> | ||
</div> | ||
</div> | ||
<div id="content"> | ||
<div class="sect1"> | ||
<h2 id="_synopsis"><a class="anchor" href="#_synopsis"></a>Synopsis</h2> | ||
<div class="sectionbody"> | ||
<div class="paragraph"> | ||
<p><strong>fcli config public-key delete</strong> [[<strong>-h</strong>] [<strong>--env-prefix</strong>=<em><envPrefix></em>] | ||
[<strong>--log-file</strong>=<em><logFile></em>] [<strong>--log-level</strong>=<em><logLevel></em>]] | ||
<em class="[<strong>-o</strong>=_format[=<options>">] [<strong>--store</strong>=_variableName</em> | ||
_ <em class="=<propertyNames>">] [<strong>--to-file</strong>=</em><outputFile>_]] | ||
<em><nameOrFingerprint></em></p> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="sect1"> | ||
<h2 id="_description"><a class="anchor" href="#_description"></a>Description</h2> | ||
<div class="sectionbody"> | ||
|
||
</div> | ||
</div> | ||
<div class="sect1"> | ||
<h2 id="_output_options"><a class="anchor" href="#_output_options"></a>Output options:</h2> | ||
<div class="sectionbody"> | ||
<div class="dlist"> | ||
<dl> | ||
<dt class="hdlist1"><strong>-o</strong>, <strong>--output</strong>=<em>format[=<options>]</em></dt> | ||
<dd> | ||
<p>Specify output format and options. Available output formats: csv, csv-plain, json, json-flat, table, table-plain, tree, tree-flat, xml, xml-flat, yaml, yaml-flat, expr, json-properties. The 'expr' output format takes a string containing '{property}' placeholders, other output formats take an optional, comma-separated list of properties to include in the output. Use '-o json-properties' on the current command to see available properties.</p> | ||
</dd> | ||
<dt class="hdlist1"><strong>--store</strong>=<em>variableName[=<propertyNames>]</em></dt> | ||
<dd> | ||
<p>Store the JSON results of this command in a variable. Variables can be managed through the 'fcli util variable' command, and can be referenced using ::variable::[property] on any subsequent command.</p> | ||
</dd> | ||
<dt class="hdlist1"><strong>--to-file</strong>=<em><outputFile></em></dt> | ||
<dd> | ||
<p>Write command output to the specified file instead of stdout.</p> | ||
</dd> | ||
</dl> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="sect1"> | ||
<h2 id="_generic_fcli_options"><a class="anchor" href="#_generic_fcli_options"></a>Generic fcli options:</h2> | ||
<div class="sectionbody"> | ||
<div class="dlist"> | ||
<dl> | ||
<dt class="hdlist1"><strong>--env-prefix</strong>=<em><envPrefix></em></dt> | ||
<dd> | ||
<p>Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.</p> | ||
</dd> | ||
<dt class="hdlist1"><strong>-h</strong>, <strong>--help</strong></dt> | ||
<dd> | ||
<p>Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.</p> | ||
</dd> | ||
<dt class="hdlist1"><strong>--log-file</strong>=<em><logFile></em></dt> | ||
<dd> | ||
<p>File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.</p> | ||
</dd> | ||
<dt class="hdlist1"><strong>--log-level</strong>=<em><logLevel></em></dt> | ||
<dd> | ||
<p>Set logging level. Note that DEBUG and TRACE levels may result in sensitive data being written to the log file. Allowed values: TRACE, DEBUG, INFO, WARN, ERROR.</p> | ||
</dd> | ||
</dl> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="sect1"> | ||
<h2 id="_arguments"><a class="anchor" href="#_arguments"></a>Arguments</h2> | ||
<div class="sectionbody"> | ||
<div class="dlist"> | ||
<dl> | ||
<dt class="hdlist1"><em><nameOrFingerprint></em></dt> | ||
<dd> | ||
<p>Public key name or fingerprint.</p> | ||
</dd> | ||
</dl> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<div id="footer"> | ||
<div id="footer-text"> | ||
Version <br> | ||
Last updated 2024-04-26 17:13:20 UTC | ||
</div> | ||
</div> | ||
</body> | ||
</html> |
Oops, something went wrong.