diff --git a/_data/versions/dev.yml b/_data/versions/dev.yml index 6faa8e9ad6..c681e0dcc9 100644 --- a/_data/versions/dev.yml +++ b/_data/versions/dev.yml @@ -1,4 +1,2 @@ -- 'dev_2.0.0-beta' - 'dev_develop' -- 'dev_github-action' - 'dev_main' diff --git a/dev_2.0.0-beta/index.html b/dev_2.0.0-beta/index.html deleted file mode 100644 index d428d1c45b..0000000000 --- a/dev_2.0.0-beta/index.html +++ /dev/null @@ -1,960 +0,0 @@ ---- -title: Fortify CLI (fcli) Installation & Usage -fcli_version: 0.20231019.090451-dev_2.0.0-beta ---- - - - - - - - -Fortify CLI (fcli) Installation & Usage - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Introduction

-
-
-

The fcli utility can be used to interact with various Fortify products, like Fortify on Demand (FoD), Software Security Center (SSC), ScanCentral SAST and ScanCentral DAST. This document describes installation and general usage of fcli. For a full listing of fcli commands and corresponding command line options, please see the -man-pages as listed in the Manual Pages section.

-
-
-

Some of the fcli highlights:

-
-
- -
-
-

The following Fortify products are currently supported by fcli:

-
-
-
    -
  • -

    Software Security Center (SSC)

    -
    -
      -
    • -

      Includes virtually all functionality provided by the legacy FortifyClient utility

      -
    • -
    • -

      Includes virtually all functionality provided by the ssc-client sample shipped with SSC

      -
    • -
    • -

      Adds a wide range of other functionalities not previously included in any Fortify client-side utilities

      -
    • -
    -
    -
  • -
  • -

    ScanCentral SAST

    -
    -
      -
    • -

      Support for starting and managing ScanCentral SAST scans

      -
    • -
    -
    -
  • -
  • -

    ScanCentral DAST

    -
    -
      -
    • -

      Support for starting and managing ScanCentral DAST scans

      -
    • -
    • -

      Support for listing scan policies and settings

      -
    • -
    • -

      Support for listing and managing sensors

      -
    • -
    -
    -
  • -
  • -

    Fortify on Demand (FoD)

    -
    -
      -
    • -

      Support for creating and managing applications, microservices and releases

      -
    • -
    • -

      Support for starting and managing SAST & OSS scans

      -
    • -
    • -

      Support for importing/downloading SAST/DAST/MAST & OSS results

      -
    • -
    • -

      Partial/preview support for starting and managing DAST & MAST scans

      -
    • -
    • -

      Partial/preview support for managing users, groups and their assignments

      -
    • -
    -
    -
  • -
-
-
-

Some commands and options are either hidden or marked as PREVIEW or LEGACY; these may change at any time, even between minor fcli versions. Any fcli invocations using these commands or options may break when upgrading to a future fcli 2.x version, so if possible you should refrain from using these in pipelines for example. Most notably, this includes the following functionalities:

-
-
-
    -
  • -

    Commands for configuring and running FoD DAST & MAST scans will change significantly, based on upcoming FoD API changes & improvements

    -
  • -
  • -

    Commands and options for managing and assigning users and groups for both FoD and SSC will likely change; see https://github.com/fortify/fcli/issues/369 for details.

    -
  • -
-
-
-

Hidden commands are not listed in fcli help output and not included in the Manual Pages. If needed, you can view the list of hidden commands using the fcli util all-commands list -q hidden command.

-
-
-
-
-

Installation

-
-
-

Download bundles for fcli are available on the Releases page, containing both development releases (named Development Release - <branch> branch) and final releases. In general, the use of a final release is recommended, unless you want to use any functionality that hasn’t made it into a final release yet.

-
-
-

Each release comes with a list of assets:

-
-
-
    -
  • -

    docs-html.zip & docs-manpage.zip: Manual pages in either HTML or manpage format

    -
  • -
  • -

    fcli-linux.tgz, fcli-mac.tgz & fcli-windows.zip: Native binaries for each of the mentioned platforms

    -
    -
      -
    • -

      Note that some browsers by default will disallow downloading of fcli-windows.zip; please bypass the warning

      -
    • -
    • -

      Linux and Mac downloads include an auto-completion script that makes interactive fcli usage easier

      -
    • -
    -
    -
  • -
  • -

    fcli.jar: Java version of fcli, which should be runnable on any platform that has Java 11+ installed

    -
    -
      -
    • -

      Note that in general, the native binaries are easier to invoke, offer better performance, and have the benefit of auto-completion capabilities on Linux & Mac

      -
    • -
    • -

      If you experience any unexpected behavior with native binaries, like commands or command line options not being listed or recognized, or technical error messages about methods, constructors or serializers not being -found, please try with the Java version as it may be an issue specific to the native binaries. See the Troubleshooting section for details.

      -
    • -
    -
    -
  • -
  • -

    fcli-thirdparty.zip: Third-party licenses and sources for license purposes; usually no need to download

    -
  • -
  • -

    LICENSE.TXT & README.md: Some generic information and license for fcli

    -
  • -
-
-
-

Please note that when publishing a new release, it may take up to 30-60 minutes before release assets are posted. If the latest release doesn’t show any of the assets listed above, please check again in 30-60 minutes. If you encounter a release without these assets after waiting for 60 minutes, please consider submitting an issue on the fcli issue tracker.

-
-
-

To install one of the binary distributions of fcli:

-
-
-
    -
  • -

    Download the appropriate binary archive for your platform

    -
  • -
  • -

    Extract the archive contents to a directory of your choosing

    -
  • -
  • -

    For ease of use, add this directory to your operating system or shell PATH environment variable, or move the fcli/fcli.exe binary to a directory that is already on the PATH

    -
  • -
  • -

    Linux/Mac only: Run the following command to install fcli auto command completion, allowing for use of the <tab> to get suggestions for fcli command and option names. You may want to add this to your shell startup script, such that fcli auto-completion is readily available in every shell.
    -source <extraction-dir>/fcli_completion
    -Note: Please ensure that the version of the completion script matches the fcli version that you’re using, as otherwise the completion script may provide incorrect suggestions.

    -
  • -
-
-
-

To install the .jar version of fcli, simply download fcli.jar and put in in a directory of your choosing, after which it can be executed using java -jar path/to/fcli.jar. You may want to set up a -simple wrapper script/batch file or shell alias to make it slightly easier to invoke fcli.jar.

-
-
-
-
-

Command Structure

-
-
-

Fcli provides a product-oriented command structure, with each product represented by a separate tree of subcommands. For example, the fcli fod command tree can be used to interact with Fortify on Demand -(FoD), and the fcli ssc command tree can be used to interact with Fortify Software Security Center (SSC). There are also some non product-related command trees, like the fcli config command tree to manage fcli configuration.

-
-
-

To see what top-level fcli commands are available, you can use the fcli --help command. You can drill down into the command tree to see what sub-commands are available within a particular parent command, for example by running fcli ssc --help to see all fcli ssc sub-commands, or fcli ssc session --help to see all SSC session management commands.

-
-
-

Note that the --help option must be specified after the sub-command for which you want view usage instructions, i.e. fcli ssc --help and not fcli --help ssc. A listing of all available fcli commands can be viewed using the fcli util all-commands list command.

-
-
-

If you don’t have fcli up and running yet, you can also refer to the downloadable or online manual pages; refer to the Manual Pages section for more information.

-
-
-
-
-

Common Options

-
-
-

The following sections describe common options that are available on (most) fcli commands.

-
-
-

-h | --help

-
-

This option can be used on every fcli (sub-)command to view usage information for that command. Usage information usually shows the command synopsis, a description of the functionality provided by the command, and a description of each command line option or parameter accepted by the command.

-
-
-
-

--env-prefix

-
-

As described in the Environment Variables section, default option and parameter values can be retrieved from environment variables starting with FCLI_DEFAULT. This option allows for configuring a different environment variable prefix. This may be useful if, for example, you want to login to multiple instances of the same system using environment variables. For example, when running fcli ssc session login --env-prefix PROD, fcli will look for environment variables like PROD_SSC_URL instead of FCLI_DEFAULT_SSC_URL.

-
-
-

Note that a default value for the --env-prefix option itself can be specified through an FCLI_DEFAULT_ENV_PREFIX environment variable, for example if you want to globally override the FCLI_DEFAULT prefix.

-
-
-
-

--log-level

-
-

This option can be used on every fcli (sub-)command to specify the fcli log level; see the help output for a list of allowed levels. Note that this option also requires the --log-file option to be specified, -otherwise no log will be written.

-
-
-
-

--log-file

-
-

This option can be used on every fcli (sub-)command to specify the file to which to output log data. If not specified, currently no log data will be written, although future versions may specify a default log file -location in the fcli data folder.

-
-
-
-

-o | --output

-
-

Available on virtually all (leaf) commands that output data, this option can be used to specify the output format. Fcli supports a wide variety of output formats, like table, csv, json, xml, and tree formats, allowing for both human-readable output or output suitable for automations. The csv-plain and table-plain output formats produce CSV or table output without headers. The *-flat -output formats produce a flattened view of the output data, potentially making it easier to process that data without having to navigate through an object tree. For a full list of output formats supported by your fcli -version, please refer to the help output or Manual Pages.

-
-
-

Most output formats allow for specifying the JSON properties to be included in the output, for example -o csv=id,name. If no JSON properties are specified, most output formats will output all available -JSON properties, except for table output, which usually outputs a predefined set of JSON properties.

-
-
-

There are two output formats that are somewhat special:

-
-
-
    -
  • -

    -o 'expr=Text with {expression1} or {expression2}\n'
    -Formats the output data based on the given template expression, which is a combination of (optional) plain text and SpEL expressions; see Option Expressions for details. In most cases, expressions will be simple property references, i.e., {property.subProperty}. This can be used for a variety of purposes, for example generating output in a human-readable format, or for generating a list of commands to be run at a later stage. Note that by default, no newline character will be inserted after evaluating the given expression. If necessary, the expression should explicitly include \n to output a newline character. Also note that depending on your shell, the expr option must be properly quoted. For most shells, the expr=... value should be enclosed in single or double quotes. To demonstrate the power of this output format, following are two examples of how -o expr can be used to generate a script that purges all application versions matching certain criteria:

    -
    -
      -
    • -

      fcli ssc appversion list -q 'createdBy=="admin"' -o 'expr=fcli ssc appversion purge-artifacts --older-than 30d {id}\n'

      -
    • -
    • -

      for id in $(fcli ssc appversion list -q 'createdBy=="admin"' -o 'expr={id} '); do echo "fcli ssc appversion purge-artifacts –older-than 30d ${id}'"; done

      -
    • -
    -
    -
  • -
  • -

    -o json-properties
    -List all JSON properties returned by the current command, which can be used on options that take JSON properties as input, like output expressions (-o expr={prop}), properties to include in the output (-o table=prop1,prop2), queries (-q 'prop1=="value1"'), and fcli variables (--store var:prop1,prop2 & ::var::prop1}). Two important notes about this output format:

    -
    -
      -
    • -

      The command will be executed as specified, so be careful when using this output option on any command -that changes state (delete/update/create/…). In most cases, the get or list operations will return a similar set of properties, so you can use those commands to view available properties.

      -
    • -
    • -

      On some commands, the list of available JSON properties may vary depending on command line options. For example, when a query returns no records, then -o json-properties will not output any properties. Likewise, a command may provide options for including additional data for each record; the corresponding JSON properties will only be shown if -o json-properties is used in combination with these options that load additional data.

      -
    • -
    -
    -
  • -
-
-
-
-

--output-to-file

-
-

Available on virtually all (leaf) commands that output data, this option can be used to write the command output data to a file, in the format specified by the --output option listed above. In some cases, this may be more convenient than redirecting the output to a file. For example, although currently not implemented, fcli could potentially skip creating the output file if there is no output data or if an error occurs. Also, for commands that output status updates, like wait-for commands, the --output-to-file option allows for status updates to be written to standard output while the final output of the command will be written to the file specified.

-
-
-
-

--progress

-
-

Various commands offer a --progress option to specify how to output progress messages. This option supports the following values:

-
-
-
    -
  • -

    auto: Automatically select between ansi, single-line and simple depending on console capabilities.

    -
  • -
  • -

    none: Don’t output any progress messages.

    -
  • -
  • -

    simple: Output every progress message on a separate line, effectively leaving older progress messages visible. This will be used by default if no console is available, for example during pipeline runs. Supports multi-line progress messages.

    -
  • -
  • -

    single-line: Uses the \r (carriage return) character to overwrite previous progress message. This will be used by default if a non-ANSI console is detected. Supports single-line progress messages only.

    -
  • -
  • -

    ansi: Uses ANSI escape sequences to overwrite previous progress messages. This will be used by default if ANSI capabilities are detected. Supports multi-line progress messages.

    -
  • -
-
-
-
-

--store

-
-

Available on virtually all (leaf) commands that output data, this option can be used to store command output data in an fcli variable. For more details, see the Fcli Variables section.

-
-
-
-

-q | --query

-
-

Available on most list commands and some other commands, this option allows for querying the output data, outputting only records that match the given Spring Expression Language (SpEL) expression. See the Option Expressions section for details.

-
-
-

Expressions are evaluated on individual records; record properties can be accessed as shown in the SpEL documentation. The list of properties that can be queried can be obtained by executing the current command with the -o json-properties option; see -o | –output for details.

-
-
-

Following are some examples using bash syntax, assuming the record contains p1, p2, …​ properties:

-
-
-
    -
  • -

    -q 'p1=="v1"'
    -Only output records if the value of property p1 equals v1

    -
  • -
  • -

    -q 'p1=="v1" || p1=="v2"'
    -Only output records if the value of property p1 equals either v1 or v2

    -
  • -
  • -

    -q '{"v1","v2"}.contains(p1)'
    -Same as previous, but more concise if matching against many different values

    -
  • -
  • -

    -q 'name matches "val1|val2"'
    -Similar as above, but using regex-based OR matching

    -
  • -
  • -

    -q 'p2==25 || p2<5'
    -Only output records if the value of property p2 either equals 25 or is less than 5

    -
  • -
  • -

    -q 'p1=="v1" && (p2=="v2" || p3=="v2")'
    -Only output records if the value of property p1 equals v1 and the value of either property p2 or p3 is v2

    -
  • -
  • -

    fcli ssc artifact list --appversion MyApp:main -q 'scanTypes matches "\bSCA\b"'
    -Only output artifacts containing a Fortify SCA scan (matching the whole word SCA against scanTypes property)

    -
  • -
  • -

    fcli ssc artifact list --appversion MyApp:main -q '_embed.scans.![buildLabel].contains("myLabel")'
    -Only output artifacts for which any of the scans included in the artifact has a buildLabel that equals myLabel

    -
  • -
  • -

    fcli ssc artifact list --appversion MyApp:main -q '#now("-90d") < #date(uploadDate)'
    -Only output artifacts that were uploaded less than 90 days ago.

    -
  • -
-
-
-

Server-side queries

-
-

In general, queries specified using the -q / --query option are evaluated on the client. Some commands will analyze the given query and generate corresponding server-side query parameters to minimize the amount of data that needs to be transferred from server to client. Generated queries can be viewed in the log file if --log-level is set to DEBUG level.

-
-
-

All commands that automatically generate server-side queries also provide a dedicated option for overriding the automatically generated server-side query, for example to further optimize the query or in case the automatically generated query is causing any issues. Following bullet points provide details on server-side queries for the various product modules:

-
-
-
    -
  • -

    FoD:
    -All commands that automatically generate server-side queries provide the --filters-param option to override the automatically generated query. Server-side queries are automatically generated for the following SpEL expressions:

    -
    -
      -
    • -

      prop1=='value' (simple equals expressions)

      -
    • -
    • -

      prop1=='val1' || prop1=='val2' (or-expressions on a single property)

      -
    • -
    • -

      {'value1','value2'}.contains(prop1) (or-expression on a single property)

      -
    • -
    • -

      prop1 matches 'literalValue1|literalValue2' (or-expression on a single property)

      -
    • -
    • -

      prop1=='value' && prop2 matches 'val1|val2' (and-expression containing any of the above)

      -
    • -
    -
    -
  • -
  • -

    ScanCentral SAST:
    -No server-side queries are automatically being generated.

    -
  • -
  • -

    ScanCentral DAST:
    -No server-side queries are automatically being generated. Some commands provide the --server-query option to explicitly pass query parameters to the server.

    -
  • -
  • -

    SSC:
    -All commands that automatically generate server-side queries provide the --q-param option to override the automatically generated query. Server-side queries are automatically generated for the following SpEL expressions:

    -
    -
      -
    • -

      prop1=='value' (simple equals expressions)

      -
    • -
    • -

      prop1=='value' && prop2=='val2' (and-expression containing simple equals expressions)

      -
    • -
    -
    -
  • -
-
-
-
-
-

--session

-
-

Available on virtually all commands that interact with a target system, this option allows for specifying a session name. For more details, see the Session Management section.

-
-
-
-

Option Expressions

-
-

Various fcli options take either plain expressions, like -q | --query, or template expressions (plain text combined with expressions embedded between curly braces), like -o | –output expr=…​. These expressions use Spring Expression Language (SpEL); general information on syntax, supported operators and more can be found in the SpEL Documentation.

-
-
-

When evaluating expressions, fcli configures SpEL for 'data binding and condition evaluation', meaning that not all SpEL features are available. In particular, query expressions cannot invoke constructors nor static methods, and write access is mostly disabled. Attempts to access non-existing JSON properties will result in an error, which, although uncommon, may be an issue if the server doesn’t consistently return all expected properties. You’ll need to explicitly check for property existence in such cases, for example:

-
-
-
    -
  • -

    Top-level properties:
    -fcli ... list -q '(has("property2") && property2=="value2")'

    -
  • -
  • -

    Nested properties:
    -fcli ... list -q 'nestedObject!=null && get("nestedObject").has("stringValue") && nestedObject.stringValue=="nestedObjectValue1"'

    -
  • -
  • -

    Nested array properties:
    -fcli ... list -q 'nestedObjectArray !=null && !(nestedObjectArray.isEmpty()) && get("nestedObjectArray").get(0).has("stringValue") && nestedObjectArray.get(0).stringValue=="nestedArrayValue1"'

    -
  • -
-
-
-

Some SpEL operators like matches may throw an exception if any of the operands is null. For example, the following will result in an error if the prop1 propery is null for any of the records returned by the list command:

-
-
-
    -
  • -

    fcli ... list -q 'prop1 matches "value1|value2"'

    -
  • -
-
-
-

Such errors can be avoided using one of the following approaches:

-
-
-
    -
  • -

    Rewrite the expression to not use the matches operator, for example:
    -fcli ... list -q '{"value1","value2"}.contains(prop1)'

    -
  • -
  • -

    Add null-check (include all records for which prop is null):
    -fcli ... list -q 'prop1==null || prop1 matches "value1|value2"'

    -
  • -
  • -

    Add null-check (exclude all records for which prop is null):
    -fcli ... list -q 'prop1!=null && prop1 matches "value1|value2"'

    -
  • -
-
-
-

Fcli provides some utility functions that may be used in expressions. Note that these functions calls are preceded by a # character.

-
-
-
    -
  • -

    #date(string): Convert the given date/time in string format to a proper date/time representation, allowing for date/time-based comparison operations. This can be used on property references or literal strings.

    -
  • -
  • -

    #now(): Get the current date/time, allowing for date/time-based comparison operations.

    -
  • -
  • -

    #now(period): Get the current date/time plus or minus the given period. The given period must start with either a + or -, followed by a number and the time unit. Some examples: -90d (now minus 90 days), +15m (now plus 15 minutes) and -90s (now minus 90 seconds).

    -
  • -
  • -

    #var(name): Get fcli variable contents; variable properties can be accessed as usual, i.e. #var("myVar")?.rootProp?.subProp.

    -
  • -
  • -

    #env(name): Get the value of an environment variable.

    -
  • -
-
-
-

Note that for date comparisons, both sides of the comparison operator need to be explicitly defined as date/time objects. For example:

-
-
-
    -
  • -

    Invalid comparison: #date(myprop) < '2023-01-01'

    -
  • -
  • -

    Valid comparison: #date(myprop) < #date('2023-01-01')

    -
  • -
  • -

    Valid comparison: #date(myprop) < #now('-90d')

    -
  • -
-
-
-

SpEL expressions may contain various characters that will be interpreted by some shells, like the # character for calling functions, and either single or double quotes around literal string values. As such, with most shells you should enclose the full expression in single or double quotes, and use the other quotes in the expression, for example:

-
-
-
    -
  • -

    -q '... "literal SpEL string" ...' (single quotes for shell, double quotes for SpEL literals)

    -
  • -
  • -

    -q "... 'literal SpEL string' ..." (double quotes for shell, single quotes for SpEL literals)

    -
  • -
-
-
-

Which one to choose depends on any other characters appearing in the expression. For example, in bash you’d usually use single quotes to have everything in-between passed to fcli as-is, unless you want to use specific shell features inside the expression. Note that you can use the #env function to retrieve environment variable contents, so you don’t need to use shell syntax to insert environment variable contents into expressions.

-
-
-
-
-
-

Session Management

-
-
-

Most fcli product modules are session-based, meaning that you need to run a session login command before you can use most of the other commands provided by a product module, and run a session logout command when finished, for example:

-
-
-
-
fcli ssc session login --url https://my.ssc.org/ssc --user <user> --password <password>
-fcli ssc appversion list
-fcli ssc session logout --user <user> --password <password>
-
-
-
-

For interactive use, you can choose to keep the session open until it expires (expiration period depends on target system and login method). For pipeline use or other automation scenarios, it is highly recommended to issue a session logout command when no further interaction with the target system is required, to allow for any client-side and server-side cleanup to be performed.

-
-
-

For example, upon logging in to SSC with user credentials, fcli will generate a UnifiedLoginToken, which will be invalidated when the ssc session logout is being run. If you have many (frequently executed) pipelines that interact with SSC, and you don’t run the ssc session logout command when the pipeline finishes, you risk exhausting SSC’s limit on active tokens. In addition, the logout commands will perform client-side cleanup, like removing session details like URL and authentication tokens from the client system.

-
-
-

For product modules that support it, like SSC or ScanCentral DAST, it is also highly recommended to use token-based authentication rather than username/password-based authentication when incorporating fcli into pipelines or other automation tasks. This will avoid creation of a temporary token as described above, but also allows for better access control based on token permissions. Similarly, for systems that support Personal Access tokens, like FoD, it is highly recommended to utilize a Personal Access Token rather than user password.

-
-
-

Note however that depending on (personal access) token permissions, not all fcli functionality may be available. In particular, even the least restrictive SSC CIToken may not provide access to all endpoints covered by fcli. If you need access to functionality not covered by CIToken, you may need to define a custom token definition, but this can only be done on self-hosted SSC environments, not on Fortify Hosted. If all else fails, you may need to revert to username/password-based authentication to utilize the short-lived UnifiedLoginToken.

-
-
-

Named Sessions

-
-

Fcli supports named sessions, allowing you to have multiple open sessions for a single product. When issuing a session login command, you can optionally provide a session name as in fcli ssc session login mySession ..., and then use that session in other commands using the --session mySession command line option. If no session name is specified, a session named default will be created/used. Named sessions allow for a variety of use cases, for example:

-
-
-
    -
  • -

    Run fcli commands against multiple instances of the same product, like DEV and PROD instances or an on-premise instance and a Fortify Hosted instance, without having to continuously login and logout from one instance to switch to another instance

    -
  • -
  • -

    Run fcli commands against a single instance of a product, but with alternating credentials, for example with one session providing admin rights and another session providing limited user rights

    -
  • -
  • -

    Run one session with username/password credentials to allow access to all fcli functionality (based on user permissions), and another session with token-based authentication with access to only a subset of fcli functionality

    -
  • -
  • -

    Run multiple pipelines or automation scripts simultaneously, each with their own session name, to reduce chances of these pipelines and scripts affecting each other (see Fcli Data Folder though for a potentially better solution for this scenario)

    -
  • -
-
-
-
-

Session Storage

-
-

To keep session state between fcli invocations, fcli stores session data like URL and authentication tokens in the Fcli Data Folder. To reduce the risk of unauthorized access to this sensitive data, fcli encrypts the session data files. However, this is not bullet-proof, as the default encryption key and algorithm can be easily viewed in fcli source code. As such, it is recommended to ensure file permissions on the fcli data folder are properly configured to disallow access by other users. Being stored in the user’s home directory by default, the correct file permissions should usually already be in place. For enhanced security, you may also consider setting the FCLI_ENCRYPT_KEY environment variable; see the Fcli Data Folder section for details.

-
-
-
-
-
-

Fcli Data Folder

-
-
-

By default, fcli stores configuration and state data like session files (see Session Management), fcli variable contents (see Fcli Variables) and proxy settings in its data folder. Future versions of fcli may also automatically generated log files in this data directory, if no --log-file option is provided.

-
-
-

The locations of these files can be controlled through the following environment variables:

-
-
-
    -
  • -

    FCLI_STATE_DIR: Location of fcli state like session and variable data.
    -Default: <FCLI_DATA_DIR>/state

    -
  • -
  • -

    FCLI_CONFIG_DIR: Location of fcli configuration data like proxy and trust store settings.
    -Default: <FCLI_DATA_DIR>/config

    -
  • -
  • -

    FCLI_DATA_DIR: Default base directory for the two directories listed above.
    -Default: <FORTIFY_DATA_DIR>/fcli

    -
  • -
  • -

    FORTIFY_DATA_DIR: Default base directory for the directories listed above.
    -Default: <user home directory>/.fortify

    -
  • -
-
-
-

If none of these environment variables have been set, then state data will be stored in <user home directory>/.fortify/fcli/state, and configuration data will be stored in <user home directory>/.fortify/fcli/config.

-
-
-

Note: earlier versions of fcli used different environment variable names, but this was causing issues (see Issue 248). If you are using an older fcli version, please refer to the corresponding documentation. When upgrading fcli from an older version, you may need to adjust the environment variable names.

-
-
-

When utilizing fcli in pipelines or automation scripts, especially when multiple pipelines or scripts may be running simultaneously on a single, non-containerized system, it is highly recommended to have each pipeline use a separate fcli state directory, to avoid those pipelines from sharing session data, variables and other persistent fcli state data. This will avoid issues like different pipelines overwriting each others session data (for example with different URLs or credentials), or one pipeline logging out of a session while another pipeline is still using the session.

-
-
-

Depending on the situation, pipelines can either share fcli configuration data, or be configured to have different configuration data directories. When sharing the configuration data, it is recommended that these pipelines do not update any configuration data during pipeline execution, but rather use pre-configured settings. For example, you could pre-configure fcli with proxy and trust store settings.

-
-
-

On containerized systems, like pipelines running in GitLab or GitHub, the default folders will usually be stored inside the individual pipeline containers and thus will not interfere with each others state.

-
-
-

Note that some files stored in the fcli data directory may contain sensitive data, like authentication tokens generated by login commands, or proxy credentials configured through the fcli config proxy commands. Fcli encrypts any sensitive files, but since the encryption key and algorithm are hardcoded, these files can be decrypted fairly easily. You should ensure proper file access permissions on the fcli data folder. In addition, you can consider setting the FCLI_ENCRYPT_KEY environment variable to configure an alternative encryption key. That way, the sensitive files can only be decrypted if someone has access to this custom encryption key.

-
-
-
-
-

Environment Variables

-
-
-

Apart from the special-purpose environment variables described in other sections, like the Fcli Data Folder section, fcli allows for specifying default option and parameter values through environment variables. This is particularly useful for specifying product URL’s and credentials through pipeline secrets, but also allows for preventing having to manually supply command line options if you frequently invoke a particular command with the same option value(s). For example, you could define a default value for --issue-template option of the +fcli ssc appversion create option, to avoid having to remember the issue template name every time you invoke this command.

-
-
-

Fcli walks the command tree to find an environment variable that matches a particular option, starting with the most detailed command prefix first. For the issue-template example above, fcli would look for the following environment variable names, in this order:

-
-
-
    -
  • -

    FCLI_DEFAULT_SSC_APPVERSION_CREATE_ISSUE_TEMPLATE

    -
  • -
  • -

    FCLI_DEFAULT_SSC_APPVERSION_ISSUE_TEMPLATE

    -
  • -
  • -

    FCLI_DEFAULT_SSC_ISSUE_TEMPLATE

    -
  • -
  • -

    FCLI_DEFAULT_ISSUE_TEMPLATE

    -
  • -
-
-
-

Environment variable lookups are based on the following rules:

-
-
-
    -
  • -

    Command aliases are not taken into account when looking for environment variables; suppose we have a delete command with alias rm, you will need to use FCLI_DEFAULT_..._DELETE_... and not FCLI_DEFAULT_..._RM_...

    -
  • -
  • -

    For options, fcli will use the longest option name when looking for environment variables; suppose we have an option with names -a, --ab and --abc, you will need to use FCLI_DEFAULT_..._ABC and not FCLI_DEFAULT_..._AB or FCLI_DEFAULT_..._A

    -
  • -
  • -

    For positional parameters, the environment variable name will be based on the parameter label, converted to SNAKE_CASE with all special characters replaced by an underscore. For example, <attributeDefinitionId> will become ATTRIBUTE_DEFINITION_ID, and HOST:PORT will become HOST_PORT.

    -
  • -
-
-
-

Although powerful, these environment variables for providing default option and parameter values should be used with some care to avoid unexpected results:

-
-
-
    -
  1. -

    Obviously command option requirements should be respected; supplying default values for exclusive options may result in errors or unexpected behavior

    -
  2. -
  3. -

    Preferably, you should use the most specific environment variable name, like FCLI_DEFAULT_SSC_APPVERSION_CREATE_ISSUE_TEMPLATE from the example above, to avoid accidentally supplying default values to a similarly named option on other commands

    -
  4. -
-
-
-

Despite #2 above, in some cases it may be useful to use less specific environment names, in particular if the same default values should be applied to multiple commands. As an example, consider an environment variable named FCLI_DEFAULT_SSC_URL:

-
-
-
    -
  • -

    This variable value will be used as a default value for all --url options in the SSC module

    -
  • -
  • -

    This variable value will be used as a default value for all --ssc-url options in other product modules

    -
  • -
-
-
-

This means that defining a single FCLI_DEFAULT_SSC_URL environment variable, together with for example FCLI_DEFAULT_SSC_USER and FCLI_DEFAULT_SSC_PASSWORD environment variables, allows for applying these default values to all of the fcli ssc session login, fcli sc-sast session login, fcli sc-dast session login, and corresponding logout commands.

-
-
-

Note that as described in the –env-prefix section, you can override the FCLI_DEFAULT prefix. For example, with --env-prefix MYPREFIX, fcli will look for MYPREFIX_* environment variables instead of FCLI_DEFAULT_* environment variables.

-
-
-
-
-

Fcli Variables

-
-
-

Fcli allows for storing fcli output data in fcli variables for use by subsequent fcli commands. This is a powerful feature that prevents users from having to use shell features to parse fcli output when needing to provide output from one command as input to another command. For example, this feature allows for starting a scan, and then passing the scan id to a corresponding wait-for command, or for creating an SSC application version, and passing the SSC application version id to the artifact upload command.

-
-
-

Variables can be stored using the --store myVarName[:prop1,prop2] option on data output commands. If property names are specified, then only these property names will be stored. If no property names are provided, all available JSON properties will be stored.

-
-
-

Variables can be referenced in subsequent fcli commands using the ::myVarName::prop syntax anywhere on the command line; such occurrences will be substituted with the value of the given property name.

-
-
-

Many (but not all) fcli commands will also store an entity-specific default property name when using the --store option. Whether a default property name has been stored can be seen in the output of the fcli util variable list command. If a default property name was stored, the ::myVarName:: syntax can be used to reference the value of the default property name, thereby avoiding the need to manually specify the appropriate property name.

-
-
-

Following are some examples, assuming the necessary login sessions are available:

-
-
-
-
fcli ssc appversion create myApp:1.0 --auto-required-attrs --skip-if-exists --store myVersion
-fcli ssc artifact upload myScan.fpr --appversion ::myVersion::
-
-fcli ssc appversion create myApp:1.0 --auto-required --skip-if-exists --store myVersion:id,name
-fcli ssc artifact upload myScan.fpr --appversion ::myVersion::id
-
-fcli sc-sast scan start -p package.zip -v 22.2 --appversion test:1.0 --store x
-fcli sc-sast scan wait-for ::x::
-
-fcli sc-sast scan start -p package.zip -v 22.2 --appversion test:1.0 --store x
-fcli sc-sast scan wait-for ::x::jobToken
-
-
-
-

Fcli provides the regular get, list and delete operations on the +fcli util variable command tree, and actual variable contents can be retrieved using the fcli util variable contents command. Please see help output or manual pages for more information on these commands.

-
-
-

The fcli util variable contents command supports the regular fcli output options and query capabilities. This allows for advanced us cases, like retrieving server data once and then outputting it in multiple formats, potentially even applying separate filters. As an example:

-
-
-
-
fcli ssc appversion list --store myVersions
-fcli util variable contents myVersions -o csv --output-to-file myVersions.csv
-fcli util variable contents myVersions -o json -q createdBy=admin --output-to-file myAdminVersions.json
-fcli util variable contents myVersions -o 'expr={id}\n' --output-to-file myVersionIds.txt
-
-
-
-

Note: variable-related syntax and behavior was changed in fcli version 2.0.0. If you are using an older fcli version, please refer to the documentation for that version. When upgrading from 1.x.x to 2.x.x, you may need to update your fcli invocations to match the new syntax. See Issue 160 for information on why syntax and behavior was changed.

-
-
-
-
-

Manual Pages

-
-
-

Manual pages are automatically generated and contain the same information as fcli help output. Manual pages in HTML and Linux man-page formats can be downloaded for offline use from the fcli releases page at https://github.com/fortify/fcli/releases, or can be viewed online at https://fortify.github.io/fcli.

-
-
-

Please select the proper fcli version from the links above to access the corresponding manual pages. When using the offline HTML documentation bundle, please make sure to extract the full documentation archive to allow for hyperlinks to work correctly.

-
-
-

The manual pages for the currently selected fcli release can be found here: fcli (1).

-
-
-
-
-

Troubleshooting

-
-
-

Native Binaries

-
-

Native binaries require some special source code annotations for proper operation, which are not required for the plain Java .jar version of fcli. If fcli developers forgot to include any of these annotations, you -may experience any of the following behavior:

-
-
-
    -
  • -

    Commands and/or option listed in manual pages are not listed by the help output of a native binary

    -
  • -
  • -

    Trying to use commands and/or options listed in the manual pages result in errors stating that the command or option is not recognized

    -
  • -
  • -

    Some commands and/or options result in technical error messages about classes, constructors or methods not being found or not being accessible

    -
  • -
-
-
-

If you encounter any of these issues, please submit a bug report as described in Submitting a Bug Report. As described in that section, please include information on whether the .jar version of fcli exhibits the same erroneous behavior. While fcli developers are working on fixing the issue, you can temporarily use the .jar version of fcli until the issue is resolved.

-
-
-
-

Submitting a Bug Report

-
-

After confirming that an issue cannot be resolved based on the information above, and is not caused by user error, please consider submitting a bug report on the fcli issue tracker. Before doing so, please verify that there is not already a bug report open for the issue that you are experiencing; in that case, feel free to leave a comment on the existing bug report to confirm the issue and/or provide additional details.

-
-
-

When opening a bug report, please include the following information:

-
-
-
    -
  • -

    Fcli version, as shown by the fcli --version command

    -
  • -
  • -

    Which fcli variant you are using; one of the native binaries or the .jar variant invoked using java -jar fcli.jar

    -
  • -
  • -

    If you are experiencing an issue with the native binaries, please confirm whether the .jar version of fcli exhibits the same behavior

    -
  • -
  • -

    Operating system and any other relevant environment details, for example:

    -
    -
      -
    • -

      Interactive or pipeline/automation use

      -
    • -
    • -

      If pipeline use, what CI/CD system are you running fcli on (Jenkins, GitHub, GitLab, …)

      -
    • -
    • -

      What FCLI environment variables have been set

      -
    • -
    -
    -
  • -
  • -

    Steps to reproduce

    -
  • -
  • -

    Any other information that may be relevant

    -
  • -
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-config-clear.html b/dev_2.0.0-beta/manpage/fcli-config-clear.html deleted file mode 100644 index 7e36b0589f..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-config-clear.html +++ /dev/null @@ -1,126 +0,0 @@ ---- -title: fcli-config-clear(1) -fcli_version: ---- - - - - - - - -fcli-config-clear(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli config clear [-y] [[-h] [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]]

-
-
-
-
-

Description

-
-
-

This command deletes the fcli configuration directory, clearing configuration settings like language, proxy and trust store settings. Note that this does not clear current fcli state, like session and variable data; please use the 'fcli util state clear' command for clearing state data.

-
-
-
-
-

Options

-
-
-
-
-y, --confirm
-
-

Confirm deleting all fcli configuration settings.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-config-proxy-add.html b/dev_2.0.0-beta/manpage/fcli-config-proxy-add.html deleted file mode 100644 index 47692a30d3..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-config-proxy-add.html +++ /dev/null @@ -1,168 +0,0 @@ ---- -title: fcli-config-proxy-add(1) -fcli_version: ---- - - - - - - - -fcli-config-proxy-add(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli config proxy add [-p[=<proxyPassword>]] [--name=<name>] - [--priority=<priority>] [-u=<proxyUser>] [-m=<modules>[, - <modules>…​]]…​ [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - [-i=<includedHosts>[,<includedHosts>…​] - [-i=<includedHosts>[,<includedHosts>…​]]…​ | - -e=<excludedHosts>[,<excludedHosts>…​] - [-e=<excludedHosts>[,<excludedHosts>…​]]…​] HOST:PORT

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-e, --exclude-hosts=<excludedHosts>[,<excludedHosts>…​]
-
-

Comma-separated list of target host names on which not to apply this proxy configuration. Host names may include wildcard characters, like *.myintra.net.

-
-
-i, --include-hosts=<includedHosts>[,<includedHosts>…​]
-
-

Comma-separated list of target host names on which to apply this proxy configuration. Host names may include wildcard characters, like *.fortifyhosted.net.

-
-
-m, --modules=<modules>[,<modules>…​]
-
-

Comma-separated list of fcli modules / target systems (fod, sc-dast, sc-sast, ssc, debricked, tool) on which to apply this proxy configuration.

-
-
--name=<name>
-
-

Name for the proxy configuration to be added; defaults to <proxy host>:<proxy port>.

-
-
-p, --password[=<proxyPassword>]
-
-

Password used to authenticate with the proxy server.

-
-
--priority=<priority>
-
-

Priority of this proxy configuration. If multiple configuration match the target module & URL, the proxy configuration with highest priority is used.

-
-
-u, --user=<proxyUser>
-
-

Username used to authenticate with the proxy server.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
HOST:PORT
-
-

Proxy host and port in the format <proxy host>:<proxy port>.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-config-proxy-clear.html b/dev_2.0.0-beta/manpage/fcli-config-proxy-clear.html deleted file mode 100644 index f829495945..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-config-proxy-clear.html +++ /dev/null @@ -1,110 +0,0 @@ ---- -title: fcli-config-proxy-clear(1) -fcli_version: ---- - - - - - - - -fcli-config-proxy-clear(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli config proxy clear [[-h] [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]]

-
-
-
-
-

Description

-
- -
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-config-proxy-delete.html b/dev_2.0.0-beta/manpage/fcli-config-proxy-delete.html deleted file mode 100644 index 052bdc73b0..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-config-proxy-delete.html +++ /dev/null @@ -1,124 +0,0 @@ ---- -title: fcli-config-proxy-delete(1) -fcli_version: ---- - - - - - - - -fcli-config-proxy-delete(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli config proxy delete [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] NAME

-
-
-
-
-

Description

-
- -
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
NAME
-
-

Name of the proxy configuration to be deleted.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-config-proxy-list.html b/dev_2.0.0-beta/manpage/fcli-config-proxy-list.html deleted file mode 100644 index 716081111e..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-config-proxy-list.html +++ /dev/null @@ -1,124 +0,0 @@ ---- -title: fcli-config-proxy-list(1) -fcli_version: ---- - - - - - - - -fcli-config-proxy-list(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli config proxy list [[-h] [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]] [-q=<SpEL expression>]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-q, --query=<SpEL expression>
-
-

Only display records for which the given Spring Expression Language (SpEL) expression returns true.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-config-proxy-update.html b/dev_2.0.0-beta/manpage/fcli-config-proxy-update.html deleted file mode 100644 index 443e92bf2e..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-config-proxy-update.html +++ /dev/null @@ -1,169 +0,0 @@ ---- -title: fcli-config-proxy-update(1) -fcli_version: ---- - - - - - - - -fcli-config-proxy-update(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli config proxy update [-p[=<proxyPassword>]] [--priority=<priority>] - [--proxy=<proxyHostAndPort>] [-u=<proxyUser>] - [-m=<modules>[,<modules>…​]]…​ [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]] [-i=<includedHosts>[, - <includedHosts>…​] [-i=<includedHosts>[, - <includedHosts>…​]]…​ | -e=<excludedHosts>[, - <excludedHosts>…​] [-e=<excludedHosts>[, - <excludedHosts>…​]]…​] NAME

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-e, --exclude-hosts=<excludedHosts>[,<excludedHosts>…​]
-
-

Comma-separated list of target host names on which not to apply this proxy configuration. Host names may include wildcard characters, like *.myintra.net.

-
-
-i, --include-hosts=<includedHosts>[,<includedHosts>…​]
-
-

Comma-separated list of target host names on which to apply this proxy configuration. Host names may include wildcard characters, like *.fortifyhosted.net.

-
-
-m, --modules=<modules>[,<modules>…​]
-
-

Comma-separated list of fcli modules / target systems (fod, sc-dast, sc-sast, ssc, debricked, tool) on which to apply this proxy configuration.

-
-
-p, --password[=<proxyPassword>]
-
-

Password used to authenticate with the proxy server.

-
-
--priority=<priority>
-
-

Priority of this proxy configuration. If multiple configuration match the target module & URL, the proxy configuration with highest priority is used.

-
-
--proxy=<proxyHostAndPort>
-
-

Proxy host and port in the format <proxy host>:<proxy port>.

-
-
-u, --user=<proxyUser>
-
-

Username used to authenticate with the proxy server.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
NAME
-
-

Name of the proxy configuration to be updated.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-config-proxy.html b/dev_2.0.0-beta/manpage/fcli-config-proxy.html deleted file mode 100644 index 39a0d7e4bd..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-config-proxy.html +++ /dev/null @@ -1,103 +0,0 @@ ---- -title: fcli-config-proxy(1) -fcli_version: ---- - - - - - - - -fcli-config-proxy(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli config proxy [-h] [COMMAND]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
add
-
-

Add a proxy configuration.

-
-
clear
-
-

Clear all proxy configurations.

-
-
delete, rm
-
-

Delete a proxy configuration.

-
-
list, ls
-
-

List proxy configurations.

-
-
update
-
-

Update a proxy configuration.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-config-truststore-clear.html b/dev_2.0.0-beta/manpage/fcli-config-truststore-clear.html deleted file mode 100644 index 9716123b09..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-config-truststore-clear.html +++ /dev/null @@ -1,110 +0,0 @@ ---- -title: fcli-config-truststore-clear(1) -fcli_version: ---- - - - - - - - -fcli-config-truststore-clear(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli config truststore clear [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]]

-
-
-
-
-

Description

-
- -
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-config-truststore-get.html b/dev_2.0.0-beta/manpage/fcli-config-truststore-get.html deleted file mode 100644 index 8aa0805715..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-config-truststore-get.html +++ /dev/null @@ -1,110 +0,0 @@ ---- -title: fcli-config-truststore-get(1) -fcli_version: ---- - - - - - - - -fcli-config-truststore-get(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli config truststore get [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]]

-
-
-
-
-

Description

-
- -
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-config-truststore-set.html b/dev_2.0.0-beta/manpage/fcli-config-truststore-set.html deleted file mode 100644 index 3fef646ae1..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-config-truststore-set.html +++ /dev/null @@ -1,134 +0,0 @@ ---- -title: fcli-config-truststore-set(1) -fcli_version: ---- - - - - - - - -fcli-config-truststore-set(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli config truststore set -f=<file> [-p=<trustStorePassword>] - [-t=<trustStoreType>] [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-f, --file=<file>
-
-

Path to custom SSL trust store file.

-
-
-p, --password=<trustStorePassword>
-
-

Optional SSL trust store password.

-
-
-t, --type=<trustStoreType>
-
-

SSL trust store type (jks, pkcs12).

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-config-truststore.html b/dev_2.0.0-beta/manpage/fcli-config-truststore.html deleted file mode 100644 index b482cd7e9c..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-config-truststore.html +++ /dev/null @@ -1,95 +0,0 @@ ---- -title: fcli-config-truststore(1) -fcli_version: ---- - - - - - - - -fcli-config-truststore(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli config truststore [-h] [COMMAND]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
clear
-
-

Clear SSL trust store configuration to use default trust store.

-
-
get
-
-

Get current SSL trust store configuration.

-
-
set
-
-

Configure SSL trust store.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-config.html b/dev_2.0.0-beta/manpage/fcli-config.html deleted file mode 100644 index 6d603d9978..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-config.html +++ /dev/null @@ -1,97 +0,0 @@ ---- -title: fcli-config(1) -fcli_version: ---- - - - - - - - -fcli-config(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli config [-h] [COMMAND]

-
-
-
-
-

Description

-
-
-

The commands in this module allow for managing configuration settings that may apply to multiple fcli modules. For example, this includes commands for managing proxy settings to allow fcli to connect to remote systems through a proxy server, and for configuring SSL trust store settings to allow fcli to connect to servers with self-signed certificates.

-
-
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
clear
-
-

Clear full fcli configuration.

-
-
proxy
-
-

Manage fcli proxy configurations.

-
-
truststore
-
-

Manage fcli trust store configuration.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-fod-app-create.html b/dev_2.0.0-beta/manpage/fcli-fod-app-create.html deleted file mode 100644 index 6a4b5c7bbf..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-fod-app-create.html +++ /dev/null @@ -1,206 +0,0 @@ ---- -title: fcli-fod-app-create(1) -fcli_version: ---- - - - - - - - -fcli-fod-app-create(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli fod app create [--auto-required-attrs] --criticality=<criticalityType> - [-d=<description>] [--delim=<delimiter>] --owner=<owner> - --release=[ms:]rel - [--release-description=<releaseDescription>] - --status=<sdlcStatusType> --type=<appType> [,[ATTR=VALUE]…​]]…​ [--groups=<userGroups>_[, - <userGroups>…​]]…​ [--notify=<notifications>[, - <notifications>…​]]…​ [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]] <applicationName>

-
-
-
-
-

Description

-
-
-

This command allows a new application and its first release to be created. Please note some attributes might be mandatory depending on the configuration of your tenant. Please check the Fortify on Demand web portal first.

-
-
-
-
-

Options

-
-
-
-
--attrs, --attributes=[ATTR=VALUE][,[ATTR=VALUE]…​]
-
-

Attribute id or name and its value to set on the application.

-
-
--auto-required-attrs
-
-

Automatically set a default value for required attributes.

-
-
--criticality, --business-criticality=<criticalityType>
-
-

The business criticality of the application. Valid values: High, Medium, Low.

-
-
-d, --description=<description>
-
-

Description of the application.

-
-
--delim=<delimiter>
-
-

Change the default delimiter character when using options that accept "application[:microservice]:release" as an argument or parameter.

-
-
--groups=<userGroups>[,<userGroups>…​]
-
-

User group ids or names to give access of the application to.

-
-
--notify=<notifications>[,<notifications>…​]
-
-

Email address of user(s) to send notifications to.

-
-
--owner=<owner>
-
-

The owner of the application/release who will receive email notifications of scan status update.

-
-
--release=[ms:]rel
-
-

Initial release to be created on the application, in the format <microservice>:<release> for a microservices application, or just <release> for non-microservices applications.

-
-
--release-description=<releaseDescription>
-
-

Description of the release.

-
-
--status, --sdlc-status=<sdlcStatusType>
-
-

The SDLC lifecycle status of the release. Valid values: Development, QA, Production

-
-
--type, --app-type=<appType>
-
-

Application type. Valid values: Web, ThickClient, Mobile, Microservice

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the FoD session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<applicationName>
-
-

Application name.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-fod-app-delete.html b/dev_2.0.0-beta/manpage/fcli-fod-app-delete.html deleted file mode 100644 index 888ea151ca..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-fod-app-delete.html +++ /dev/null @@ -1,138 +0,0 @@ ---- -title: fcli-fod-app-delete(1) -fcli_version: ---- - - - - - - - -fcli-fod-app-delete(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli fod app delete [[-h] [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] [[--session=<sessionName>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] <appNameOrId>

-
-
-
-
-

Description

-
- -
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the FoD session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<appNameOrId>
-
-

Application id or name. Note that numeric values are always interpreted as id’s. If you have numeric application names, you will need to specify the application id.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-fod-app-get.html b/dev_2.0.0-beta/manpage/fcli-fod-app-get.html deleted file mode 100644 index 4994a1dca4..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-fod-app-get.html +++ /dev/null @@ -1,138 +0,0 @@ ---- -title: fcli-fod-app-get(1) -fcli_version: ---- - - - - - - - -fcli-fod-app-get(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli fod app get [[-h] [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] [[--session=<sessionName>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] <appNameOrId>

-
-
-
-
-

Description

-
- -
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the FoD session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<appNameOrId>
-
-

Application id or name. Note that numeric values are always interpreted as id’s. If you have numeric application names, you will need to specify the application id.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-fod-app-list.html b/dev_2.0.0-beta/manpage/fcli-fod-app-list.html deleted file mode 100644 index 444330adf2..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-fod-app-list.html +++ /dev/null @@ -1,144 +0,0 @@ ---- -title: fcli-fod-app-list(1) -fcli_version: ---- - - - - - - - -fcli-fod-app-list(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli fod app list [--filters-param=<filtersParam>] [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] [[--session=<sessionName>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] [-q=<SpEL _ - _ expression>]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
--filters-param=<filtersParam>
-
-

Server-side queries are automatically generated from the -q / --query option if possible; generated queries can be viewed in the debug log. The --q-param option can be used to override the automatically generated query, for example to further optimize the request. See the Fortify on Demand REST API documentation for information on supported formats.

-
-
-q, --query=<SpEL expression>
-
-

Only display records for which the given Spring Expression Language (SpEL) expression returns true.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the FoD session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-fod-app-update.html b/dev_2.0.0-beta/manpage/fcli-fod-app-update.html deleted file mode 100644 index 6a23950cb2..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-fod-app-update.html +++ /dev/null @@ -1,174 +0,0 @@ ---- -title: fcli-fod-app-update(1) -fcli_version: ---- - - - - - - - -fcli-fod-app-update(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli fod app update [--criticality=<criticalityType>] [-d=<descriptionUpdate>] - [-n=<applicationNameUpdate>] [, - _[ATTR=VALUE]…​]]…​ [--notify=<notificationsUpdate>[, - <notificationsUpdate>…​]]…​ [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] [[--session=<sessionName>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] <appNameOrId>

-
-
-
-
-

Description

-
-
-

This command updates the details of an application. To create, update or delete any releases on the application use the 'fcli fod release' subcommands. To create, update or delete any microservices on the application use the 'fcli fod microservice' subcommands. To update user and group access for the application use the 'fcli fod user' and 'fcli fod user-group' subcommands.

-
-
-
-
-

Options

-
-
-
-
--attrs, --attributes=[ATTR=VALUE][,[ATTR=VALUE]…​]
-
-

Attribute id or name and its value to set on the application.

-
-
--criticality, --business-criticality=<criticalityType>
-
-

The business criticality of the application. Valid values: High, Medium, Low.

-
-
-d, --description=<descriptionUpdate>
-
-

The updated description for the application.

-
-
-n, --name=<applicationNameUpdate>
-
-

The updated name for the application.

-
-
--notify=<notificationsUpdate>[,<notificationsUpdate>…​]
-
-

Email address of user(s) to send notifications to (Please note, any existing entries will be replaced).

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the FoD session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<appNameOrId>
-
-

Application id or name. Note that numeric values are always interpreted as id’s. If you have numeric application names, you will need to specify the application id.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-fod-app.html b/dev_2.0.0-beta/manpage/fcli-fod-app.html deleted file mode 100644 index f8c22d2f51..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-fod-app.html +++ /dev/null @@ -1,103 +0,0 @@ ---- -title: fcli-fod-app(1) -fcli_version: ---- - - - - - - - -fcli-fod-app(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli fod app [-h] [COMMAND]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
list, ls
-
-

List applications.

-
-
get
-
-

Get application details.

-
-
create
-
-

Create a new application.

-
-
update
-
-

Update an existing application.

-
-
delete, rm
-
-

Delete an application.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-fod-assessment-type-list.html b/dev_2.0.0-beta/manpage/fcli-fod-assessment-type-list.html deleted file mode 100644 index d064b217c5..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-fod-assessment-type-list.html +++ /dev/null @@ -1,154 +0,0 @@ ---- -title: fcli-fod-assessment-type-list(1) -fcli_version: ---- - - - - - - - -fcli-fod-assessment-type-list(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli fod assessment-type list [--delim=<delimiter>] --release=id|app[:ms]:rel - [--scan-types=<scanTypes>[,<scanTypes>…​]]…​ - [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - [-q=<SpEL expression>]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
--delim=<delimiter>
-
-

Change the default delimiter character when using options that accept "application[:microservice]:release" as an argument or parameter.

-
-
-q, --query=<SpEL expression>
-
-

Only display records for which the given Spring Expression Language (SpEL) expression returns true.

-
-
--release=id|app[:ms]:rel
-
-

Release id or <application>[:<microservice>]:<release> name.

-
-
--scan-types=<scanTypes>[,<scanTypes>…​]
-
-

Comma-separated list of scan types for which to list assessment types. Default value: Static,Dynamic,Mobile. Valid values: Static, Dynamic, Mobile, Monitoring, Network, OpenSource, Container.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the FoD session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-fod-assessment-type.html b/dev_2.0.0-beta/manpage/fcli-fod-assessment-type.html deleted file mode 100644 index 3053e9025d..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-fod-assessment-type.html +++ /dev/null @@ -1,87 +0,0 @@ ---- -title: fcli-fod-assessment-type(1) -fcli_version: ---- - - - - - - - -fcli-fod-assessment-type(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli fod assessment-type [-h] [COMMAND]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
list, ls
-
-

List assessment types.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-fod-dast-scan-download.html b/dev_2.0.0-beta/manpage/fcli-fod-dast-scan-download.html deleted file mode 100644 index acc64eac14..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-fod-dast-scan-download.html +++ /dev/null @@ -1,149 +0,0 @@ ---- -title: fcli-fod-dast-scan-download(1) -fcli_version: ---- - - - - - - - -fcli-fod-dast-scan-download(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli fod dast-scan download [--delim=<delimiter>] -f=<outputFile> - --release=id|app[:ms]:rel [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] [--store=_variableName - _ ] [--to-file=<outputFile>_]]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
--delim=<delimiter>
-
-

Change the default delimiter character when using options that accept "application[:microservice]:release" as an argument or parameter.

-
-
-f, --fpr=<outputFile>
-
-

File path and name where to save the FPR file.

-
-
--release=id|app[:ms]:rel
-
-

Release id or <application>[:<microservice>]:<release> name.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the FoD session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-fod-dast-scan-import.html b/dev_2.0.0-beta/manpage/fcli-fod-dast-scan-import.html deleted file mode 100644 index 867586ce6f..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-fod-dast-scan-import.html +++ /dev/null @@ -1,148 +0,0 @@ ---- -title: fcli-fod-dast-scan-import(1) -fcli_version: ---- - - - - - - - -fcli-fod-dast-scan-import(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli fod dast-scan import [--delim=<delimiter>] -f=<file> --release=id|app[:ms]: - _ rel_ [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
--delim=<delimiter>
-
-

Change the default delimiter character when using options that accept "application[:microservice]:release" as an argument or parameter.

-
-
-f, --file=<file>
-
-

FPR file containing existing DAST scan results to be imported.

-
-
--release=id|app[:ms]:rel
-
-

Release id or <application>[:<microservice>]:<release> name.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the FoD session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-fod-dast-scan-list.html b/dev_2.0.0-beta/manpage/fcli-fod-dast-scan-list.html deleted file mode 100644 index 1c64540ee3..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-fod-dast-scan-list.html +++ /dev/null @@ -1,161 +0,0 @@ ---- -title: fcli-fod-dast-scan-list(1) -fcli_version: ---- - - - - - - - -fcli-fod-dast-scan-list(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli fod dast-scan list [--app=<appNameOrId>] [--delim=<delimiter>] - [--release=id|app[:ms]:rel] [--status=<status>] - [--type=<type>] [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]] [-q=<SpEL expression>]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
--app=<appNameOrId>
-
-

Application id or name. Note that numeric values are always interpreted as id’s. If you have numeric application names, you will need to specify the application id.

-
-
--delim=<delimiter>
-
-

Change the default delimiter character when using options that accept "application[:microservice]:release" as an argument or parameter.

-
-
-q, --query=<SpEL expression>
-
-

Only display records for which the given Spring Expression Language (SpEL) expression returns true.

-
-
--release=id|app[:ms]:rel
-
-

Release id or <application>[:<microservice>]:<release> name.

-
-
--status=<status>
-
-

Only return records matching the given scan processing status.

-
-
--type=<type>
-
-

Only return records matching the given scan type.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the FoD session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-fod-dast-scan.html b/dev_2.0.0-beta/manpage/fcli-fod-dast-scan.html deleted file mode 100644 index e693768736..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-fod-dast-scan.html +++ /dev/null @@ -1,95 +0,0 @@ ---- -title: fcli-fod-dast-scan(1) -fcli_version: ---- - - - - - - - -fcli-fod-dast-scan(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli fod dast-scan [-h] [COMMAND]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
list
-
-

List DAST scans.

-
-
import
-
-

Import existing DAST scan results (from an FPR file).

-
-
download
-
-

Download previous scan results (as an FPR file).

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-fod-mast-scan-cancel.html b/dev_2.0.0-beta/manpage/fcli-fod-mast-scan-cancel.html deleted file mode 100644 index 52f9feb24e..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-fod-mast-scan-cancel.html +++ /dev/null @@ -1,139 +0,0 @@ ---- -title: fcli-fod-mast-scan-cancel(1) -fcli_version: ---- - - - - - - - -fcli-fod-mast-scan-cancel(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli fod mast-scan cancel [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]] scan-id

-
-
-
-
-

Description

-
- -
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the FoD session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
scan-id
-
-

Scan id(s).

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-fod-mast-scan-download.html b/dev_2.0.0-beta/manpage/fcli-fod-mast-scan-download.html deleted file mode 100644 index 446bc3bdbe..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-fod-mast-scan-download.html +++ /dev/null @@ -1,149 +0,0 @@ ---- -title: fcli-fod-mast-scan-download(1) -fcli_version: ---- - - - - - - - -fcli-fod-mast-scan-download(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli fod mast-scan download [--delim=<delimiter>] -f=<outputFile> - --release=id|app[:ms]:rel [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] [--store=_variableName - _ ] [--to-file=<outputFile>_]]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
--delim=<delimiter>
-
-

Change the default delimiter character when using options that accept "application[:microservice]:release" as an argument or parameter.

-
-
-f, --fpr=<outputFile>
-
-

File path and name where to save the FPR file.

-
-
--release=id|app[:ms]:rel
-
-

Release id or <application>[:<microservice>]:<release> name.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the FoD session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-fod-mast-scan-get-config.html b/dev_2.0.0-beta/manpage/fcli-fod-mast-scan-get-config.html deleted file mode 100644 index 62ba260856..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-fod-mast-scan-get-config.html +++ /dev/null @@ -1,146 +0,0 @@ ---- -title: fcli-fod-mast-scan-get-config(1) -fcli_version: ---- - - - - - - - -fcli-fod-mast-scan-get-config(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli fod mast-scan get-config [--delim=<delimiter>] --release=id|app[:ms]:rel - [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] [--store=_variableName - _ ] [--to-file=<outputFile>_]]

-
-
-
-
-

Description

-
-
-

This command is intended for preview only. Command name, options and behavior may change at any time, even between patch or minor releases, potentially affecting any workflows in which this command is being used. Please note: there is currently no API endpoint for this command and so it will fail with HTTP 405 error until this endpoint is available.

-
-
-
-
-

Options

-
-
-
-
--delim=<delimiter>
-
-

Change the default delimiter character when using options that accept "application[:microservice]:release" as an argument or parameter.

-
-
--release=id|app[:ms]:rel
-
-

Release id or <application>[:<microservice>]:<release> name.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the FoD session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-fod-mast-scan-get.html b/dev_2.0.0-beta/manpage/fcli-fod-mast-scan-get.html deleted file mode 100644 index a3cca82d0d..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-fod-mast-scan-get.html +++ /dev/null @@ -1,138 +0,0 @@ ---- -title: fcli-fod-mast-scan-get(1) -fcli_version: ---- - - - - - - - -fcli-fod-mast-scan-get(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli fod mast-scan get [[-h] [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] [[--session=<sessionName>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] scan-id

-
-
-
-
-

Description

-
- -
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the FoD session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
scan-id
-
-

Scan id(s).

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-fod-mast-scan-import.html b/dev_2.0.0-beta/manpage/fcli-fod-mast-scan-import.html deleted file mode 100644 index 04538e62f7..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-fod-mast-scan-import.html +++ /dev/null @@ -1,148 +0,0 @@ ---- -title: fcli-fod-mast-scan-import(1) -fcli_version: ---- - - - - - - - -fcli-fod-mast-scan-import(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli fod mast-scan import [--delim=<delimiter>] -f=<file> --release=id|app[:ms]: - _ rel_ [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
--delim=<delimiter>
-
-

Change the default delimiter character when using options that accept "application[:microservice]:release" as an argument or parameter.

-
-
-f, --file=<file>
-
-

FPR file containing existing MAST scan results to be imported.

-
-
--release=id|app[:ms]:rel
-
-

Release id or <application>[:<microservice>]:<release> name.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the FoD session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-fod-mast-scan-list.html b/dev_2.0.0-beta/manpage/fcli-fod-mast-scan-list.html deleted file mode 100644 index 40d94d0073..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-fod-mast-scan-list.html +++ /dev/null @@ -1,161 +0,0 @@ ---- -title: fcli-fod-mast-scan-list(1) -fcli_version: ---- - - - - - - - -fcli-fod-mast-scan-list(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli fod mast-scan list [--app=<appNameOrId>] [--delim=<delimiter>] - [--release=id|app[:ms]:rel] [--status=<status>] - [--type=<type>] [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]] [-q=<SpEL expression>]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
--app=<appNameOrId>
-
-

Application id or name. Note that numeric values are always interpreted as id’s. If you have numeric application names, you will need to specify the application id.

-
-
--delim=<delimiter>
-
-

Change the default delimiter character when using options that accept "application[:microservice]:release" as an argument or parameter.

-
-
-q, --query=<SpEL expression>
-
-

Only display records for which the given Spring Expression Language (SpEL) expression returns true.

-
-
--release=id|app[:ms]:rel
-
-

Release id or <application>[:<microservice>]:<release> name.

-
-
--status=<status>
-
-

Only return records matching the given scan processing status.

-
-
--type=<type>
-
-

Only return records matching the given scan type.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the FoD session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-fod-mast-scan-start.html b/dev_2.0.0-beta/manpage/fcli-fod-mast-scan-start.html deleted file mode 100644 index fadae50a72..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-fod-mast-scan-start.html +++ /dev/null @@ -1,198 +0,0 @@ ---- -title: fcli-fod-mast-scan-start(1) -fcli_version: ---- - - - - - - - -fcli-fod-mast-scan-start(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli fod mast-scan start --assessment-type=<mobileAssessmentType> - [--delim=<delimiter>] - [--entitlement-id=<entitlementId>] -f=<file> - --framework=<mobileFramework> - --frequency=<entitlementFrequencyType> - [--notes=<notes>] [--progress=<type>] --release=id|app - _ [:ms]:rel_ - [--remediation=<remediationScanPreferenceType>] - [--start-date=<startDate>] [--timezone=<timezone>] - [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]]

-
-
-
-
-

Description

-
-
-

This command is not fully implemented and is intended for preview only. Command name, options and behavior may change at any time, even between patch or minor releases, potentially affecting any workflows in which this command is being used. -The scan will need to have been previously setup using the FoD UI or the 'fod mast-scan setup' command. -To correctly start a scan you will need to provide the name of the assessment type using the '--assessment-type=xxx' option. Since assessment types can potentially be configured differently for each tenant, you can find the correct name using the 'fod assessment-type list --scan-types=Mobile' command. -The scan will need to have been previously setup using the FoD UI or the 'fod dast-scan setup' command. -If you know the Id of an entitlement that you want to use then you can supply it to the '--entitlement-id=xxx' option. If not, you can supply both '--assessment-type' and '--entitlement-frequency' options and the command will try to find an appropriate entitlement.

-
-
-
-
-

Options

-
-
-
-
--assessment-type=<mobileAssessmentType>
-
-

The type of MAST assessment to carry out. Use 'assessment-type list' to find valid values.

-
-
--delim=<delimiter>
-
-

Change the default delimiter character when using options that accept "application[:microservice]:release" as an argument or parameter.

-
-
--entitlement-id=<entitlementId>
-
-

The Id of the entitlement to use for the scan.

-
-
-f, --file=<file>
-
-

Absolute path of the ScanCentral package (.Zip) file to upload.

-
-
--framework=<mobileFramework>
-
-

The Mobile Framework to use. Valid values: iOS, Android.

-
-
--frequency, --entitlement-frequency=<entitlementFrequencyType>
-
-

The entitlement frequency type to use. Valid values: SingleScan, Subscription.

-
-
--notes=<notes>
-
-

Scan notes.

-
-
--progress=<type>
-
-

Configure progress output. Allowed values: auto, none, simple, single-line, ansi. Default value: auto. Proper output of single-line and ansi depends on console capabilities.

-
-
--release=id|app[:ms]:rel
-
-

Release id or <application>[:<microservice>]:<release> name.

-
-
--remediation, --remediation-preference=<remediationScanPreferenceType>
-
-

The remediation preference to use. Valid values: RemediationScanIfAvailable, RemediationScanOnly, NonRemediationScanOnly.

-
-
--start-date=<startDate>
-
-

Date to start the scan (in MM/dd/yyyy HH:mm format).

-
-
--timezone=<timezone>
-
-

The timezone to use for starting the scan - default is UTC. Use 'fod rest lookup TimeZones' to see the values.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the FoD session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-fod-mast-scan-wait-for.html b/dev_2.0.0-beta/manpage/fcli-fod-mast-scan-wait-for.html deleted file mode 100644 index 2079151b8b..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-fod-mast-scan-wait-for.html +++ /dev/null @@ -1,203 +0,0 @@ ---- -title: fcli-fod-mast-scan-wait-for(1) -fcli_version: ---- - - - - - - - -fcli-fod-mast-scan-wait-for(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli fod mast-scan wait-for [-i=<intervalPeriod>] - [--on-failure-state=<onFailureState>] - [--on-timeout=<onTimeout>] - [--on-unknown-state=<onUnknownState>] - [--on-unknown-state-requested=<onUnknownStateRequest - _ ed>_] [--progress=<type>] [-t=<timeoutPeriod>] - [-s=<states>[,<states>…​]]…​ [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]] [-u=any-match|all-match | - -w=any-match|all-match] [[--session=<sessionName>]] - scan-id’s…​

-
-
-
-
-

Description

-
-
-

Although this command offers a lot of options to cover many different use cases, you can simply pass a scan id (possibly stored using --store on one of the 'scan start-*' commands) to wait for scan completion. If any error state or unknown state is detected, an exception will be thrown.

-
-
-

The following states are currently known by fcli: -${fcli.fod.scan.states:-See fcli help output}

-
-
-
-
-

Options

-
-
-
-
-i, --interval=<intervalPeriod>
-
-

Polling interval, for example 5s (5 seconds) or 1m (1 minute).

-
-
--on-failure-state=<onFailureState>
-
-

Action to take when a failure state is returned for any of the records: wait, terminate, fail.

-
-
--on-timeout=<onTimeout>
-
-

Action to take when timeout occurs: terminate, fail.

-
-
--on-unknown-state=<onUnknownState>
-
-

Action to take when an unknown state is returned for any of the records: wait, terminate, fail.

-
-
--on-unknown-state-requested=<onUnknownStateRequested>
-
-

Action to take when an unknown state is passed in any of the --while or --until options: ignore, fail.

-
-
--progress=<type>
-
-

Configure progress output. Allowed values: auto, none, simple, single-line, ansi. Default value: auto. Proper output of single-line and ansi depends on console capabilities.

-
-
-s, --any-state=<states>[,<states>…​]
-
-

One or more scan states against which to match the given scans.

-
-
-t, --timeout=<timeoutPeriod>
-
-

Time-out, for example 30s (30 seconds), 5m (5 minutes), 1h (1 hour).

-
-
-u, --until=any-match|all-match
-
-

Wait until either any or all scans match. If neither --until or --while are specified, default is to wait until all scans match.

-
-
-w, --while=any-match|all-match
-
-

Wait while either any or all scans match.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the FoD session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
scan-id’s…​
-
-

Scan id(s).

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-fod-mast-scan.html b/dev_2.0.0-beta/manpage/fcli-fod-mast-scan.html deleted file mode 100644 index 0bf14af51a..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-fod-mast-scan.html +++ /dev/null @@ -1,115 +0,0 @@ ---- -title: fcli-fod-mast-scan(1) -fcli_version: ---- - - - - - - - -fcli-fod-mast-scan(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli fod mast-scan [-h] [COMMAND]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
list
-
-

List MAST scans.

-
-
get
-
-

Get MAST scan details.

-
-
get-config
-
-

(PREVIEW) Get current MAST scan configuration.

-
-
start
-
-

(PREVIEW) Start a new MAST scan.

-
-
cancel
-
-

Cancel a MAST scan.

-
-
wait-for
-
-

Wait for one or more MAST scans to reach or exit specified scan statuses.

-
-
import
-
-

Import existing MAST scan results (from an FPR file).

-
-
download
-
-

Download previous scan results (as an FPR file).

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-fod-microservice-create.html b/dev_2.0.0-beta/manpage/fcli-fod-microservice-create.html deleted file mode 100644 index 0570e2a1b5..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-fod-microservice-create.html +++ /dev/null @@ -1,159 +0,0 @@ ---- -title: fcli-fod-microservice-create(1) -fcli_version: ---- - - - - - - - -fcli-fod-microservice-create(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli fod microservice create [--skip-if-exists] [--delim=<delimiter>] [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] app: - _ ms_

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
--delim=<delimiter>
-
-

Change the default delimiter character when using options that accept "application[:microservice]:release" as an argument or parameter.

-
-
--skip-if-exists
-
-

Check to see if microservice already exists before creating.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the FoD session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
app:ms
-
-

Microservice name in the format <application>:<microservice>.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-fod-microservice-delete.html b/dev_2.0.0-beta/manpage/fcli-fod-microservice-delete.html deleted file mode 100644 index 08dcc08100..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-fod-microservice-delete.html +++ /dev/null @@ -1,155 +0,0 @@ ---- -title: fcli-fod-microservice-delete(1) -fcli_version: ---- - - - - - - - -fcli-fod-microservice-delete(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli fod microservice delete [--delim=<delimiter>] [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] app: - _ ms_

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
--delim=<delimiter>
-
-

Change the default delimiter character when using options that accept "application[:microservice]:release" as an argument or parameter.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the FoD session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
app:ms
-
-

Microservice name in the format <application>:<microservice>.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-fod-microservice-list.html b/dev_2.0.0-beta/manpage/fcli-fod-microservice-list.html deleted file mode 100644 index 8de01b0e80..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-fod-microservice-list.html +++ /dev/null @@ -1,143 +0,0 @@ ---- -title: fcli-fod-microservice-list(1) -fcli_version: ---- - - - - - - - -fcli-fod-microservice-list(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli fod microservice list --app=<appNameOrId> [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]] [-q=<SpEL expression>]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
--app=<appNameOrId>
-
-

Application id or name. Note that numeric values are always interpreted as id’s. If you have numeric application names, you will need to specify the application id.

-
-
-q, --query=<SpEL expression>
-
-

Only display records for which the given Spring Expression Language (SpEL) expression returns true.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the FoD session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-fod-microservice-update.html b/dev_2.0.0-beta/manpage/fcli-fod-microservice-update.html deleted file mode 100644 index 3a5ce14cbc..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-fod-microservice-update.html +++ /dev/null @@ -1,159 +0,0 @@ ---- -title: fcli-fod-microservice-update(1) -fcli_version: ---- - - - - - - - -fcli-fod-microservice-update(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli fod microservice update [--delim=<delimiter>] -n=<microserviceName> [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] app: - _ ms_

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
--delim=<delimiter>
-
-

Change the default delimiter character when using options that accept "application[:microservice]:release" as an argument or parameter.

-
-
-n, --name=<microserviceName>
-
-

The updated name for the microservice.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the FoD session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
app:ms
-
-

Microservice name in the format <application>:<microservice>.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-fod-microservice.html b/dev_2.0.0-beta/manpage/fcli-fod-microservice.html deleted file mode 100644 index adc32af424..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-fod-microservice.html +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: fcli-fod-microservice(1) -fcli_version: ---- - - - - - - - -fcli-fod-microservice(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli fod microservice [-h] [COMMAND]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
list, ls
-
-

List application microservices.

-
-
create
-
-

Create a new application microservice.

-
-
update
-
-

Update an existing application microservice.

-
-
delete, rm
-
-

Delete an application microservice.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-fod-oss-scan-download.html b/dev_2.0.0-beta/manpage/fcli-fod-oss-scan-download.html deleted file mode 100644 index ee405e57c8..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-fod-oss-scan-download.html +++ /dev/null @@ -1,158 +0,0 @@ ---- -title: fcli-fod-oss-scan-download(1) -fcli_version: ---- - - - - - - - -fcli-fod-oss-scan-download(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli fod oss-scan download [--delim=<delimiter>] -f=<outputFile> [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]] scan-id

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
--delim=<delimiter>
-
-

Change the default delimiter character when using options that accept "application[:microservice]:release" as an argument or parameter.

-
-
-f, --sbom=<outputFile>
-
-

File path and name where to save the SBOM file.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the FoD session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
scan-id
-
-

Scan id(s).

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-fod-oss-scan-get.html b/dev_2.0.0-beta/manpage/fcli-fod-oss-scan-get.html deleted file mode 100644 index 79020f873c..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-fod-oss-scan-get.html +++ /dev/null @@ -1,138 +0,0 @@ ---- -title: fcli-fod-oss-scan-get(1) -fcli_version: ---- - - - - - - - -fcli-fod-oss-scan-get(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli fod oss-scan get [[-h] [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] [[--session=<sessionName>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] scan-id

-
-
-
-
-

Description

-
- -
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the FoD session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
scan-id
-
-

Scan id(s).

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-fod-oss-scan-import.html b/dev_2.0.0-beta/manpage/fcli-fod-oss-scan-import.html deleted file mode 100644 index 10b00cb4d3..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-fod-oss-scan-import.html +++ /dev/null @@ -1,152 +0,0 @@ ---- -title: fcli-fod-oss-scan-import(1) -fcli_version: ---- - - - - - - - -fcli-fod-oss-scan-import(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli fod oss-scan import [--delim=<delimiter>] -f=<file> --release=id|app[:ms]: - _ rel_ [--type=<type>] [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
--delim=<delimiter>
-
-

Change the default delimiter character when using options that accept "application[:microservice]:release" as an argument or parameter.

-
-
-f, --file=<file>
-
-

FPR file containing existing OSS scan results to be imported.

-
-
--release=id|app[:ms]:rel
-
-

Release id or <application>[:<microservice>]:<release> name.

-
-
--type=<type>
-
-

Open Source scan results file type. Valid values: CycloneDX (default value is CycloneDX).

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the FoD session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-fod-oss-scan-list.html b/dev_2.0.0-beta/manpage/fcli-fod-oss-scan-list.html deleted file mode 100644 index 3fb4eb9553..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-fod-oss-scan-list.html +++ /dev/null @@ -1,161 +0,0 @@ ---- -title: fcli-fod-oss-scan-list(1) -fcli_version: ---- - - - - - - - -fcli-fod-oss-scan-list(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli fod oss-scan list [--app=<appNameOrId>] [--delim=<delimiter>] - [--release=id|app[:ms]:rel] [--status=<status>] - [--type=<type>] [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]] [-q=<SpEL expression>]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
--app=<appNameOrId>
-
-

Application id or name. Note that numeric values are always interpreted as id’s. If you have numeric application names, you will need to specify the application id.

-
-
--delim=<delimiter>
-
-

Change the default delimiter character when using options that accept "application[:microservice]:release" as an argument or parameter.

-
-
-q, --query=<SpEL expression>
-
-

Only display records for which the given Spring Expression Language (SpEL) expression returns true.

-
-
--release=id|app[:ms]:rel
-
-

Release id or <application>[:<microservice>]:<release> name.

-
-
--status=<status>
-
-

Only return records matching the given scan processing status.

-
-
--type=<type>
-
-

Only return records matching the given scan type.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the FoD session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-fod-oss-scan-start.html b/dev_2.0.0-beta/manpage/fcli-fod-oss-scan-start.html deleted file mode 100644 index a48a95764d..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-fod-oss-scan-start.html +++ /dev/null @@ -1,150 +0,0 @@ ---- -title: fcli-fod-oss-scan-start(1) -fcli_version: ---- - - - - - - - -fcli-fod-oss-scan-start(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli fod oss-scan start [--delim=<delimiter>] -f=<file> --release=id|app[:ms]: - _ rel_ [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]]

-
-
-
-
-

Description

-
-
-

This command is not fully implemented and is intended for preview only. Command name, options and behavior may change at any time, even between patch or minor releases, potentially affecting any workflows in which this command is being used.

-
-
-
-
-

Options

-
-
-
-
--delim=<delimiter>
-
-

Change the default delimiter character when using options that accept "application[:microservice]:release" as an argument or parameter.

-
-
-f, --file=<file>
-
-

Absolute path of the ScanCentral package (.Zip) file to upload.

-
-
--release=id|app[:ms]:rel
-
-

Release id or <application>[:<microservice>]:<release> name.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the FoD session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-fod-oss-scan.html b/dev_2.0.0-beta/manpage/fcli-fod-oss-scan.html deleted file mode 100644 index ea3361f4e6..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-fod-oss-scan.html +++ /dev/null @@ -1,103 +0,0 @@ ---- -title: fcli-fod-oss-scan(1) -fcli_version: ---- - - - - - - - -fcli-fod-oss-scan(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli fod oss-scan [-h] [COMMAND]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
list
-
-

List OSS scans.

-
-
get
-
-

Get OSS scan details.

-
-
start
-
-

(PREVIEW) Start a new OSS scan.

-
-
import
-
-

Import existing OSS scan results (from an SBOM file).

-
-
download
-
-

Download previous scan results (as an SBOM file).

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-fod-release-create.html b/dev_2.0.0-beta/manpage/fcli-fod-release-create.html deleted file mode 100644 index 2c5c034f39..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-fod-release-create.html +++ /dev/null @@ -1,172 +0,0 @@ ---- -title: fcli-fod-release-create(1) -fcli_version: ---- - - - - - - - -fcli-fod-release-create(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli fod release create [--skip-if-exists] [--copy-from=id|app[:ms]:rel] - [-d=<description>] [--delim=<delimiter>] - --status=<sdlcStatusType> [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] [[--session=<sessionName>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] app[:ms]: - _ rel_

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
--copy-from=id|app[:ms]:rel
-
-

The id or name of a release to copy existing state from.

-
-
-d, --description=<description>
-
-

Description of the release.

-
-
--delim=<delimiter>
-
-

Change the default delimiter character when using options that accept "application[:microservice]:release" as an argument or parameter.

-
-
--skip-if-exists
-
-

Check to see if release already exists before creating.

-
-
--status, --sdlc-status=<sdlcStatusType>
-
-

The SDLC lifecycle status of the release. Valid values: Development, QA, Production

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the FoD session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
app[:ms]:rel
-
-

Release name in the format <application>[:<microservice>]:<release>.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-fod-release-delete.html b/dev_2.0.0-beta/manpage/fcli-fod-release-delete.html deleted file mode 100644 index 776b32f37e..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-fod-release-delete.html +++ /dev/null @@ -1,153 +0,0 @@ ---- -title: fcli-fod-release-delete(1) -fcli_version: ---- - - - - - - - -fcli-fod-release-delete(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli fod release delete [--delim=<delimiter>] [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]] id|app[:ms]:rel

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
--delim=<delimiter>
-
-

Change the default delimiter character when using options that accept "application[:microservice]:release" as an argument or parameter.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the FoD session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
id|app[:ms]:rel
-
-

Release id or <application>[:<microservice>]:<release> name.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-fod-release-download-results.html b/dev_2.0.0-beta/manpage/fcli-fod-release-download-results.html deleted file mode 100644 index 62d4d95f03..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-fod-release-download-results.html +++ /dev/null @@ -1,154 +0,0 @@ ---- -title: fcli-fod-release-download-results(1) -fcli_version: ---- - - - - - - - -fcli-fod-release-download-results(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli fod release download-results [--delim=<delimiter>] -f=<outputFile> - --release=id|app[:ms]:rel -s=<scanType> [[-h] - [--env-prefix=<envPrefix>] - [--log-file=<logFile>] - [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] [--store=_variableName - _ ] [--to-file=<outputFile>_]]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
--delim=<delimiter>
-
-

Change the default delimiter character when using options that accept "application[:microservice]:release" as an argument or parameter.

-
-
-f, --fpr=<outputFile>
-
-

File path and name where to save the FPR file.

-
-
--release=id|app[:ms]:rel
-
-

Release id or <application>[:<microservice>]:<release> name.

-
-
-s, --scan-type=<scanType>
-
-

Scan type for which to download the results. (Static, Dynamic or Mobile)

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the FoD session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-fod-release-get.html b/dev_2.0.0-beta/manpage/fcli-fod-release-get.html deleted file mode 100644 index ef5b1d8772..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-fod-release-get.html +++ /dev/null @@ -1,153 +0,0 @@ ---- -title: fcli-fod-release-get(1) -fcli_version: ---- - - - - - - - -fcli-fod-release-get(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli fod release get [--delim=<delimiter>] [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]] id|app[:ms]:rel

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
--delim=<delimiter>
-
-

Change the default delimiter character when using options that accept "application[:microservice]:release" as an argument or parameter.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the FoD session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
id|app[:ms]:rel
-
-

Release id or <application>[:<microservice>]:<release> name.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-fod-release-list.html b/dev_2.0.0-beta/manpage/fcli-fod-release-list.html deleted file mode 100644 index c63c850c79..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-fod-release-list.html +++ /dev/null @@ -1,148 +0,0 @@ ---- -title: fcli-fod-release-list(1) -fcli_version: ---- - - - - - - - -fcli-fod-release-list(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli fod release list [--app=<appNameOrId>] [--filters-param=<filtersParam>] - [[-h] [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] [[--session=<sessionName>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] [-q=<SpEL _ - _ expression>]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
--app=<appNameOrId>
-
-

Application id or name. Note that numeric values are always interpreted as id’s. If you have numeric application names, you will need to specify the application id.

-
-
--filters-param=<filtersParam>
-
-

Server-side queries are automatically generated from the -q / --query option if possible; generated queries can be viewed in the debug log. The --q-param option can be used to override the automatically generated query, for example to further optimize the request. See the Fortify on Demand REST API documentation for information on supported formats.

-
-
-q, --query=<SpEL expression>
-
-

Only display records for which the given Spring Expression Language (SpEL) expression returns true.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the FoD session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-fod-release-update.html b/dev_2.0.0-beta/manpage/fcli-fod-release-update.html deleted file mode 100644 index 6fc78b1496..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-fod-release-update.html +++ /dev/null @@ -1,172 +0,0 @@ ---- -title: fcli-fod-release-update(1) -fcli_version: ---- - - - - - - - -fcli-fod-release-update(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli fod release update [-d=<description>] [--delim=<delimiter>] - [-n=<releaseName>] [--owner=<releaseOwner>] - [--status=<sdlcStatusType>] [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] [[--session=<sessionName>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] id|app[: - _ ms]:rel_

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-d, --description=<description>
-
-

Updated description for the release.

-
-
--delim=<delimiter>
-
-

Change the default delimiter character when using options that accept "application[:microservice]:release" as an argument or parameter.

-
-
-n, --name=<releaseName>
-
-

The updated name for the release.

-
-
--owner=<releaseOwner>
-
-

Updated id or username for the owner of the release.

-
-
--status, --sdlc-status=<sdlcStatusType>
-
-

The SDLC lifecycle status of the release. Valid values: Development, QA, Production

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the FoD session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
id|app[:ms]:rel
-
-

Release id or <application>[:<microservice>]:<release> name.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-fod-release.html b/dev_2.0.0-beta/manpage/fcli-fod-release.html deleted file mode 100644 index 5c68d49f83..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-fod-release.html +++ /dev/null @@ -1,107 +0,0 @@ ---- -title: fcli-fod-release(1) -fcli_version: ---- - - - - - - - -fcli-fod-release(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli fod release [-h] [COMMAND]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
list, ls
-
-

List application releases.

-
-
get
-
-

Get application release details.

-
-
create
-
-

Create a new application release.

-
-
update
-
-

Update an existing application release.

-
-
delete, rm
-
-

Delete an application release.

-
-
download-results
-
-

Download previous scan results (as an FPR file).

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-fod-rest-call.html b/dev_2.0.0-beta/manpage/fcli-fod-rest-call.html deleted file mode 100644 index af62e05169..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-fod-rest-call.html +++ /dev/null @@ -1,174 +0,0 @@ ---- -title: fcli-fod-rest-call(1) -fcli_version: ---- - - - - - - - -fcli-fod-rest-call(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli fod rest call [--no-paging] [-d=<data>] [-X=<httpMethod>] [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] [[--no-transform] | -t=<expr>] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] [-q=<SpEL _ - _ expression>] [[--session=<sessionName>]] <uri>

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-d, --data=<data>
-
-

Data to send in the request body. This option takes either a string to be sent as request body, or @@<file> to send the contents of the given file as the request body (note the double at-sign). This option is not available for GET requests.

-
-
--no-paging
-
-

By default, this command will load all pages of data from FoD (from the given offset if specified as a request parameter). Use this option to return only a single page.

-
-
--no-transform
-
-

By default, this command performs generic transformations on FoD REST responses, like only outputting the actual response data (contents of the 'items' property). Use this option to output the original response contents without transformations.

-
-
-q, --query=<SpEL expression>
-
-

Only display records for which the given Spring Expression Language (SpEL) expression returns true.

-
-
-t, --transform=<expr>
-
-

This option allows for performing custom transformations on the response data based on a Spring Expression Language (SpEL) expression. For example, this allows for retrieving data from sub-properties, or using project selection/projection. Note that the expression operates on the raw response, as if --no-transform was specified before evaluating the expression.

-
-
-X, --request=<httpMethod>
-
-

HTTP method/verb to use for the API request, like GET, POST, DELETE, …​ Default value: GET.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the FoD session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<uri>
-
-

Relative URI to the REST API endpoint that you want to invoke.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-fod-rest-lookup.html b/dev_2.0.0-beta/manpage/fcli-fod-rest-lookup.html deleted file mode 100644 index e8ac485ca4..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-fod-rest-lookup.html +++ /dev/null @@ -1,155 +0,0 @@ ---- -title: fcli-fod-rest-lookup(1) -fcli_version: ---- - - - - - - - -fcli-fod-rest-lookup(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli fod rest lookup [[-h] [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] [[--session=<sessionName>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] [-q=<SpEL _ - _ expression>] [<type>]

-
-
-
-
-

Description

-
-
-

Use this command to retrieve the values of lookup items (types) that are used with various commands and when using the FoD REST API directly.

-
-
-
-
-

Options

-
-
-
-
-q, --query=<SpEL expression>
-
-

Only display records for which the given Spring Expression Language (SpEL) expression returns true.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the FoD session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
[<type>]
-
-

The type of lookup items to return. Valid values: All, MobileScanPlatformTypes, MobileScanFrameworkTypes, MobileScanEnvironmentTypes, MobileScanRoleTypes, MobileScanExternalDeviceTypes, DynamicScanEnvironmentFacingTypes, DynamicScanAuthenticationTypes, TimeZones, RepeatScheduleTypes, GeoLocations, SDLCStatusTypes, DayOfWeekTypes, BusinessCriticalityTypes, ReportTemplateTypes, AnalysisStatusTypes, ScanStatusTypes, ReportFormats, Roles, ScanPreferenceTypes, AuditPreferenceTypes, EntitlementFrequencyTypes, ApplicationTypes, ScanTypes, AttributeTypes, AttributeDataTypes, MultiFactorAuthorizationTypes, ReportTypes, ReportStatusTypes, PassFailReasonTypes, DynamicScanWebServiceTypes, VulnerabilitySeverityTypes, TechnologyTypes, LanguageLevels, AuditActionTypes, NotificationTriggerTypes, ConcurrentRequestThreadsTypes, MobileScanAuditPreferenceTypes, DataExportTypes, ScanMethodTypes, StartScanMethodTypes, AuditTemplateConditionTypes, OpenSourceScanTypeAuditTemplateFieldTypes, StaticScanTypeAuditTemplateFieldTypes, DynamicMobileScanTypeAuditTemplateFieldTypes. Leave empty to list all the valid lookup items of the REST API.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-fod-rest.html b/dev_2.0.0-beta/manpage/fcli-fod-rest.html deleted file mode 100644 index c23e4cb71f..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-fod-rest.html +++ /dev/null @@ -1,93 +0,0 @@ ---- -title: fcli-fod-rest(1) -fcli_version: ---- - - - - - - - -fcli-fod-rest(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli fod rest [-h] [COMMAND]

-
-
-
-
-

Description

-
-
-

These commands allow for direct interaction with FoD REST API endpoints, somewhat similar to using 'curl' but benefiting from standard fcli functionality like session management (no need to manually specify Authorization header), rich output formatting options, and query functionality.

-
-
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
call
-
-

Call an individual FoD REST API endpoint.

-
-
lookup
-
-

Retrieve FoD REST API lookup values.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-fod-sast-scan-cancel.html b/dev_2.0.0-beta/manpage/fcli-fod-sast-scan-cancel.html deleted file mode 100644 index 40934c3673..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-fod-sast-scan-cancel.html +++ /dev/null @@ -1,139 +0,0 @@ ---- -title: fcli-fod-sast-scan-cancel(1) -fcli_version: ---- - - - - - - - -fcli-fod-sast-scan-cancel(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli fod sast-scan cancel [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]] scan-id

-
-
-
-
-

Description

-
- -
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the FoD session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
scan-id
-
-

Scan id(s).

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-fod-sast-scan-download.html b/dev_2.0.0-beta/manpage/fcli-fod-sast-scan-download.html deleted file mode 100644 index 5af6cee6ed..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-fod-sast-scan-download.html +++ /dev/null @@ -1,149 +0,0 @@ ---- -title: fcli-fod-sast-scan-download(1) -fcli_version: ---- - - - - - - - -fcli-fod-sast-scan-download(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli fod sast-scan download [--delim=<delimiter>] -f=<outputFile> - --release=id|app[:ms]:rel [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] [--store=_variableName - _ ] [--to-file=<outputFile>_]]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
--delim=<delimiter>
-
-

Change the default delimiter character when using options that accept "application[:microservice]:release" as an argument or parameter.

-
-
-f, --fpr=<outputFile>
-
-

File path and name where to save the FPR file.

-
-
--release=id|app[:ms]:rel
-
-

Release id or <application>[:<microservice>]:<release> name.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the FoD session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-fod-sast-scan-get-config.html b/dev_2.0.0-beta/manpage/fcli-fod-sast-scan-get-config.html deleted file mode 100644 index 8aae586ac3..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-fod-sast-scan-get-config.html +++ /dev/null @@ -1,146 +0,0 @@ ---- -title: fcli-fod-sast-scan-get-config(1) -fcli_version: ---- - - - - - - - -fcli-fod-sast-scan-get-config(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli fod sast-scan get-config [--delim=<delimiter>] --release=id|app[:ms]:rel - [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] [--store=_variableName - _ ] [--to-file=<outputFile>_]]

-
-
-
-
-

Description

-
-
-

This command is intended for preview only. Command name, options and behavior may change at any time, even between patch or minor releases, potentially affecting any workflows in which this command is being used.

-
-
-
-
-

Options

-
-
-
-
--delim=<delimiter>
-
-

Change the default delimiter character when using options that accept "application[:microservice]:release" as an argument or parameter.

-
-
--release=id|app[:ms]:rel
-
-

Release id or <application>[:<microservice>]:<release> name.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the FoD session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-fod-sast-scan-get.html b/dev_2.0.0-beta/manpage/fcli-fod-sast-scan-get.html deleted file mode 100644 index 867bef1d3f..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-fod-sast-scan-get.html +++ /dev/null @@ -1,138 +0,0 @@ ---- -title: fcli-fod-sast-scan-get(1) -fcli_version: ---- - - - - - - - -fcli-fod-sast-scan-get(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli fod sast-scan get [[-h] [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] [[--session=<sessionName>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] scan-id

-
-
-
-
-

Description

-
- -
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the FoD session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
scan-id
-
-

Scan id(s).

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-fod-sast-scan-import.html b/dev_2.0.0-beta/manpage/fcli-fod-sast-scan-import.html deleted file mode 100644 index 7683a6b410..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-fod-sast-scan-import.html +++ /dev/null @@ -1,148 +0,0 @@ ---- -title: fcli-fod-sast-scan-import(1) -fcli_version: ---- - - - - - - - -fcli-fod-sast-scan-import(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli fod sast-scan import [--delim=<delimiter>] -f=<file> --release=id|app[:ms]: - _ rel_ [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
--delim=<delimiter>
-
-

Change the default delimiter character when using options that accept "application[:microservice]:release" as an argument or parameter.

-
-
-f, --file=<file>
-
-

FPR file containing existing SAST scan results to be imported.

-
-
--release=id|app[:ms]:rel
-
-

Release id or <application>[:<microservice>]:<release> name.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the FoD session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-fod-sast-scan-list.html b/dev_2.0.0-beta/manpage/fcli-fod-sast-scan-list.html deleted file mode 100644 index 01bc31e984..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-fod-sast-scan-list.html +++ /dev/null @@ -1,161 +0,0 @@ ---- -title: fcli-fod-sast-scan-list(1) -fcli_version: ---- - - - - - - - -fcli-fod-sast-scan-list(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli fod sast-scan list [--app=<appNameOrId>] [--delim=<delimiter>] - [--release=id|app[:ms]:rel] [--status=<status>] - [--type=<type>] [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]] [-q=<SpEL expression>]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
--app=<appNameOrId>
-
-

Application id or name. Note that numeric values are always interpreted as id’s. If you have numeric application names, you will need to specify the application id.

-
-
--delim=<delimiter>
-
-

Change the default delimiter character when using options that accept "application[:microservice]:release" as an argument or parameter.

-
-
-q, --query=<SpEL expression>
-
-

Only display records for which the given Spring Expression Language (SpEL) expression returns true.

-
-
--release=id|app[:ms]:rel
-
-

Release id or <application>[:<microservice>]:<release> name.

-
-
--status=<status>
-
-

Only return records matching the given scan processing status.

-
-
--type=<type>
-
-

Only return records matching the given scan type.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the FoD session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-fod-sast-scan-setup.html b/dev_2.0.0-beta/manpage/fcli-fod-sast-scan-setup.html deleted file mode 100644 index 969da3a4c0..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-fod-sast-scan-setup.html +++ /dev/null @@ -1,197 +0,0 @@ ---- -title: fcli-fod-sast-scan-setup(1) -fcli_version: ---- - - - - - - - -fcli-fod-sast-scan-setup(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli fod sast-scan setup [--include-third-party-libs] [--oss] - [--use-source-control] - --assessment-type=<staticAssessmentType> - --audit-preference=<auditPreferenceType> - [--delim=<delimiter>] - [--entitlement-id=<entitlementId>] - --frequency=<entitlementFrequencyType> - [--language-level=<languageLevel>] [--progress=<type>] - --release=id|app[:ms]:rel - --technology-stack=<technologyStack> [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] [[--session=<sessionName>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]]

-
-
-
-
-

Description

-
-
-

This command is not fully implemented and is intended for preview only. Command name, options and behavior may change at any time, even between patch or minor releases, potentially affecting any workflows in which this command is being used. -To correctly setup a scan you will need to provide the name of the assessment type using the '--assessment-type=xxx' option. Since assessment types can potentially be configured differently for each tenant, you can find the correct name using the 'fod assessment-type list' command. -If you know the Id of an entitlement that you want to use then you can supply it to the '--entitlement-id=xxx' option. If not, you can supply both '--assessment-type' and '--entitlement-frequency' options and the command will try to find an appropriate entitlement. -For the '--technology-stack' and '--language-level' options it is recommended to examine the drop-down list values in the FoD UI. However, you can also use the 'fod rest lookup' command. For example, to list all the technology stacks you would use 'fod rest lookup TechnologyTypes' and then for the language levels (if appropriate) you would use the 'Value' field returned in 'fod rest lookup LanguageLevels'. For example, for Java which is typically value '7', you would use 'fod rest lookup LanguageLevels -q "group=='7'".

-
-
-
-
-

Options

-
-
-
-
--assessment-type=<staticAssessmentType>
-
-

The type of Static assessment to carry out. Use 'assessment-type list' to find valid values.

-
-
--audit-preference=<auditPreferenceType>
-
-

Audit preference, e.g. Manual or Automated

-
-
--delim=<delimiter>
-
-

Change the default delimiter character when using options that accept "application[:microservice]:release" as an argument or parameter.

-
-
--entitlement-id=<entitlementId>
-
-

Entitlement Id to use. If not specified Frequency and Assessment Type will be used to find one.

-
-
--frequency, --entitlement-frequency=<entitlementFrequencyType>
-
-

The entitlement frequency type to use. Valid values: SingleScan, Subscription.

-
-
--include-third-party-libs
-
-

Indicates if third party libraries should be included.

-
-
--language-level=<languageLevel>
-
-

The language level of the technology stack (if needed).

-
-
--oss
-
-

Perform Open Source Analysis scan.

-
-
--progress=<type>
-
-

Configure progress output. Allowed values: auto, none, simple, single-line, ansi. Default value: auto. Proper output of single-line and ansi depends on console capabilities.

-
-
--release=id|app[:ms]:rel
-
-

Release id or <application>[:<microservice>]:<release> name.

-
-
--technology-stack=<technologyStack>
-
-

The technology stack of the application.

-
-
--use-source-control
-
-

Indicates if source control should be used.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the FoD session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-fod-sast-scan-start.html b/dev_2.0.0-beta/manpage/fcli-fod-sast-scan-start.html deleted file mode 100644 index efd7fc528e..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-fod-sast-scan-start.html +++ /dev/null @@ -1,159 +0,0 @@ ---- -title: fcli-fod-sast-scan-start(1) -fcli_version: ---- - - - - - - - -fcli-fod-sast-scan-start(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli fod sast-scan start [--delim=<delimiter>] -f=<file> [--notes=<notes>] - --release=id|app[:ms]:rel - [--remediation=<remediationScanPreferenceType>] [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] [[--session=<sessionName>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]]

-
-
-
-
-

Description

-
-
-

The scan will need to have been previously setup using the FoD UI or the 'fod sast-scan setup' command.

-
-
-
-
-

Options

-
-
-
-
--delim=<delimiter>
-
-

Change the default delimiter character when using options that accept "application[:microservice]:release" as an argument or parameter.

-
-
-f, --file=<file>
-
-

Absolute path of the ScanCentral package (.Zip) file to upload.

-
-
--notes=<notes>
-
-

Scan notes.

-
-
--release=id|app[:ms]:rel
-
-

Release id or <application>[:<microservice>]:<release> name.

-
-
--remediation, --remediation-preference=<remediationScanPreferenceType>
-
-

The remediation preference to use. Valid values: RemediationScanIfAvailable, RemediationScanOnly, NonRemediationScanOnly.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the FoD session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-fod-sast-scan-wait-for.html b/dev_2.0.0-beta/manpage/fcli-fod-sast-scan-wait-for.html deleted file mode 100644 index 4019aa3bf1..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-fod-sast-scan-wait-for.html +++ /dev/null @@ -1,203 +0,0 @@ ---- -title: fcli-fod-sast-scan-wait-for(1) -fcli_version: ---- - - - - - - - -fcli-fod-sast-scan-wait-for(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli fod sast-scan wait-for [-i=<intervalPeriod>] - [--on-failure-state=<onFailureState>] - [--on-timeout=<onTimeout>] - [--on-unknown-state=<onUnknownState>] - [--on-unknown-state-requested=<onUnknownStateRequest - _ ed>_] [--progress=<type>] [-t=<timeoutPeriod>] - [-s=<states>[,<states>…​]]…​ [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]] [-u=any-match|all-match | - -w=any-match|all-match] [[--session=<sessionName>]] - scan-id’s…​

-
-
-
-
-

Description

-
-
-

Although this command offers a lot of options to cover many different use cases, you can simply pass a scan id (possibly stored using --store on one of the 'scan start-*' commands) to wait for scan completion. If any error state or unknown state is detected, an exception will be thrown.

-
-
-

The following states are currently known by fcli: -${fcli.fod.scan.states:-See fcli help output}

-
-
-
-
-

Options

-
-
-
-
-i, --interval=<intervalPeriod>
-
-

Polling interval, for example 5s (5 seconds) or 1m (1 minute).

-
-
--on-failure-state=<onFailureState>
-
-

Action to take when a failure state is returned for any of the records: wait, terminate, fail.

-
-
--on-timeout=<onTimeout>
-
-

Action to take when timeout occurs: terminate, fail.

-
-
--on-unknown-state=<onUnknownState>
-
-

Action to take when an unknown state is returned for any of the records: wait, terminate, fail.

-
-
--on-unknown-state-requested=<onUnknownStateRequested>
-
-

Action to take when an unknown state is passed in any of the --while or --until options: ignore, fail.

-
-
--progress=<type>
-
-

Configure progress output. Allowed values: auto, none, simple, single-line, ansi. Default value: auto. Proper output of single-line and ansi depends on console capabilities.

-
-
-s, --any-state=<states>[,<states>…​]
-
-

One or more scan states against which to match the given scans.

-
-
-t, --timeout=<timeoutPeriod>
-
-

Time-out, for example 30s (30 seconds), 5m (5 minutes), 1h (1 hour).

-
-
-u, --until=any-match|all-match
-
-

Wait until either any or all scans match. If neither --until or --while are specified, default is to wait until all scans match.

-
-
-w, --while=any-match|all-match
-
-

Wait while either any or all scans match.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the FoD session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
scan-id’s…​
-
-

Scan id(s).

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-fod-sast-scan.html b/dev_2.0.0-beta/manpage/fcli-fod-sast-scan.html deleted file mode 100644 index f15aa2534f..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-fod-sast-scan.html +++ /dev/null @@ -1,119 +0,0 @@ ---- -title: fcli-fod-sast-scan(1) -fcli_version: ---- - - - - - - - -fcli-fod-sast-scan(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli fod sast-scan [-h] [COMMAND]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
list
-
-

List SAST scans.

-
-
get
-
-

Get SAST scan details.

-
-
get-config
-
-

(PREVIEW) Get current SAST scan configuration.

-
-
setup
-
-

(PREVIEW) Configure SAST scan details for the release.

-
-
start
-
-

Start a new SAST scan.

-
-
cancel
-
-

Cancel a SAST scan.

-
-
wait-for
-
-

Wait for one or more SAST scans to reach or exit specified scan statuses.

-
-
import
-
-

Import existing SAST scan results (from an FPR file).

-
-
download
-
-

Download previous scan results (as an FPR file).

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-fod-scan-list.html b/dev_2.0.0-beta/manpage/fcli-fod-scan-list.html deleted file mode 100644 index 190ea00b6c..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-fod-scan-list.html +++ /dev/null @@ -1,161 +0,0 @@ ---- -title: fcli-fod-scan-list(1) -fcli_version: ---- - - - - - - - -fcli-fod-scan-list(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli fod scan list [--app=<appNameOrId>] [--delim=<delimiter>] [--release=id|app - _ [:ms]:rel_] [--status=<status>] [--type=<type>] [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] [[--session=<sessionName>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] [-q=<SpEL _ - _ expression>]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
--app=<appNameOrId>
-
-

Application id or name. Note that numeric values are always interpreted as id’s. If you have numeric application names, you will need to specify the application id.

-
-
--delim=<delimiter>
-
-

Change the default delimiter character when using options that accept "application[:microservice]:release" as an argument or parameter.

-
-
-q, --query=<SpEL expression>
-
-

Only display records for which the given Spring Expression Language (SpEL) expression returns true.

-
-
--release=id|app[:ms]:rel
-
-

Release id or <application>[:<microservice>]:<release> name.

-
-
--status=<status>
-
-

Only return records matching the given scan processing status.

-
-
--type=<type>
-
-

Only return records matching the given scan type.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the FoD session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-fod-scan.html b/dev_2.0.0-beta/manpage/fcli-fod-scan.html deleted file mode 100644 index d1fcb5e4cd..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-fod-scan.html +++ /dev/null @@ -1,89 +0,0 @@ ---- -title: fcli-fod-scan(1) -fcli_version: ---- - - - - - - - -fcli-fod-scan(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli fod scan [-h] [COMMAND]

-
-
-
-
-

Description

-
-
-

The commands listed below allow for generically managing scans on FoD. Commands for setting up, starting, downloading and importing existing scan results can be found on the relevant 'fcli fod xxx-scan' entities, for example SAST scan setup and start can be found in 'fcli fod sast-scan'.

-
-
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
list, ls
-
-

List scans.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-fod-session-list.html b/dev_2.0.0-beta/manpage/fcli-fod-session-list.html deleted file mode 100644 index 5e150ac1be..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-fod-session-list.html +++ /dev/null @@ -1,126 +0,0 @@ ---- -title: fcli-fod-session-list(1) -fcli_version: ---- - - - - - - - -fcli-fod-session-list(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli fod session list [[-h] [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]] [-q=<SpEL expression>]

-
-
-
-
-

Description

-
-
-

This commands lists all FoD sessions created through the 'login' command, as long as they haven’t been explicitly terminated through the 'logout' command.

-
-
-
-
-

Options

-
-
-
-
-q, --query=<SpEL expression>
-
-

Only display records for which the given Spring Expression Language (SpEL) expression returns true.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-fod-session-login.html b/dev_2.0.0-beta/manpage/fcli-fod-session-login.html deleted file mode 100644 index 4ce32bc6dd..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-fod-session-login.html +++ /dev/null @@ -1,221 +0,0 @@ ---- -title: fcli-fod-session-login(1) -fcli_version: ---- - - - - - - - -fcli-fod-session-login(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli fod session login [-k] [--connect-timeout=<connectTimeout>] - [--session=<sessionName>] - [--socket-timeout=<socketTimeout>] --url=<url> [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]] ([--scopes=<scopes>[, - <scopes>…​]]…​ -u=<user> -p[=<password>] -t=<tenant>) | (--client-id=<clientId> --client-secret [=<clientSecret>])

-
-
-
-
-

Description

-
-
-

This command stores the FoD URL and authentication token in an encrypted session file in the fcli state data folder, for use by other 'fcli fod' commands to connect to the specified FoD instance. Option values may be passed on the command line or specified through environment variables (common for CI/CD pipeline use) as listed below.

-
-
-

For interactive use, you may choose to keep the session open until it expires. For CI/CD integrations and other automations, you should always issue a logout command once work is complete. On shared/non-containerized systems, consider setting FCLI_STATE_DIR or FCLI_DATA_DIR environment variables to prevent unexpected interactions between different pipelines.

-
-
-
-
-

Options

-
-
-
-
--session=<sessionName>
-
-

Name for this FoD session. Default value: default.

-
-
--scopes=<scopes>[,<scopes>…​]
-
-

FoD scopes to request. Default value: api-tenant

-
-
-u, --user=<user>
-
-

FoD user.

-
-

Environment variable:

-
-
-
-
FCLI_DEFAULT_FOD_USER
-
-
-
-
-p, --password[=<password>]
-
-

FoD password.

-
-

Environment variable:

-
-
-
-
FCLI_DEFAULT_FOD_PASSWORD
-
-
-
-
-t, --tenant=<tenant>
-
-

FoD tenant.

-
-

Environment variable:

-
-
-
-
FCLI_DEFAULT_FOD_TENANT
-
-
-
-
--client-id=<clientId>
-
-

FoD client id.

-
-

Environment variable:

-
-
-
-
FCLI_DEFAULT_FOD_CLIENT_ID
-
-
-
-
--client-secret[=<clientSecret>]
-
-

FoD client secret.

-
-

Environment variable:

-
-
-
-
FCLI_DEFAULT_FOD_CLIENT_SECRET
-
-
-
-
--url=<url>
-
-

FoD API URL, for example https://api.emea.fortify.com/.

-
-

Environment variable:

-
-
-
-
FCLI_DEFAULT_FOD_URL
-
-
-
-
-k, --insecure
-
-

Disable SSL checks.

-
-
--socket-timeout=<socketTimeout>
-
-

Socket timeout for this session, for example 30s (30 seconds), 5m (5 minutes). Default value: null.

-
-
--connect-timeout=<connectTimeout>
-
-

Connection timeout for this session, for example 30s (30 seconds), 5m (5 minutes). Default value: null.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-fod-session-logout.html b/dev_2.0.0-beta/manpage/fcli-fod-session-logout.html deleted file mode 100644 index b9e0bf0db9..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-fod-session-logout.html +++ /dev/null @@ -1,127 +0,0 @@ ---- -title: fcli-fod-session-logout(1) -fcli_version: ---- - - - - - - - -fcli-fod-session-logout(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli fod session logout [--session=<sessionName>] [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]]

-
-
-
-
-

Description

-
-
-

This command terminates an FoD session previously created through the 'login' command. This command removes the session data from the fcli state data directory.

-
-
-
-
-

Options

-
-
-
-
--session=<sessionName>
-
-

Name of the FoD session to be terminated. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-fod-session.html b/dev_2.0.0-beta/manpage/fcli-fod-session.html deleted file mode 100644 index 2c636ea15e..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-fod-session.html +++ /dev/null @@ -1,97 +0,0 @@ ---- -title: fcli-fod-session(1) -fcli_version: ---- - - - - - - - -fcli-fod-session(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli fod session [-h] [COMMAND]

-
-
-
-
-

Description

-
-
-

The session commands allow for managing one or more FoD sessions used to connect to a particular FoD instance with particular credentials. Potentially you can have multiple open FoD sessions, for example connecting to different FoD instances like AMS and EMEA, or connecting to the same FoD instance but with different tenant or credentials.

-
-
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
list, ls
-
-

List active and expired FoD sessions.

-
-
login
-
-

Login to FoD.

-
-
logout
-
-

Terminate FoD session.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-fod-user-create.html b/dev_2.0.0-beta/manpage/fcli-fod-user-create.html deleted file mode 100644 index 49c61dbdea..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-fod-user-create.html +++ /dev/null @@ -1,181 +0,0 @@ ---- -title: fcli-fod-user-create(1) -fcli_version: ---- - - - - - - - -fcli-fod-user-create(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli fod user create --email=<email> --firstname=<firstName> - --lastname=<lastName> [--phone=<phoneNumber>] - --role=<roleNameOrId> [--applications=<applications>[, - <applications>…​]]…​ [--groups=<userGroups>[, - <userGroups>…​]]…​ [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]] <userName>

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
--applications=<applications>[,<applications>…​]
-
-

(DEPRECATED) One or more comma-separated application id’s or name’s. Note that numeric values are always interpreted as id’s. If you have numeric application names, you will need to specify the application id. This functionality will likely be moved to a different command in an upcoming minor fcli release, potentially affecting any workflows in which this option is being used.

-
-
--email=<email>
-
-

The email address of the user.

-
-
--firstname=<firstName>
-
-

The first name of the user.

-
-
--groups=<userGroups>[,<userGroups>…​]
-
-

(DEPRECATED) One or more comma-separated group id’s or name’s. Note that numeric values are always interpreted as id’s. If you have numeric group names, you will need to specify the group id. This functionality will likely be moved to a different command in an upcoming minor fcli release, potentially affecting any workflows in which this option is being used.

-
-
--lastname=<lastName>
-
-

The last name of the user.

-
-
--phone, --phone-number=<phoneNumber>
-
-

The phone number of the user.

-
-
--role=<roleNameOrId>
-
-

The id or name of the role the user should be given.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the FoD session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<userName>
-
-

The username of the user.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-fod-user-delete.html b/dev_2.0.0-beta/manpage/fcli-fod-user-delete.html deleted file mode 100644 index 57ef46e28c..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-fod-user-delete.html +++ /dev/null @@ -1,139 +0,0 @@ ---- -title: fcli-fod-user-delete(1) -fcli_version: ---- - - - - - - - -fcli-fod-user-delete(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli fod user delete [[-h] [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] [[--session=<sessionName>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - <userNameOrId>

-
-
-
-
-

Description

-
- -
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the FoD session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<userNameOrId>
-
-

User id or username. Note that numeric values are always interpreted as id’s. If you have numeric user names, you will need to specify the user id.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-fod-user-get.html b/dev_2.0.0-beta/manpage/fcli-fod-user-get.html deleted file mode 100644 index b237da2785..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-fod-user-get.html +++ /dev/null @@ -1,138 +0,0 @@ ---- -title: fcli-fod-user-get(1) -fcli_version: ---- - - - - - - - -fcli-fod-user-get(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli fod user get [[-h] [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] [[--session=<sessionName>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] <userNameOrId>

-
-
-
-
-

Description

-
- -
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the FoD session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<userNameOrId>
-
-

User id or username. Note that numeric values are always interpreted as id’s. If you have numeric user names, you will need to specify the user id.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-fod-user-group-create.html b/dev_2.0.0-beta/manpage/fcli-fod-user-group-create.html deleted file mode 100644 index 9d6d1d6c80..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-fod-user-group-create.html +++ /dev/null @@ -1,163 +0,0 @@ ---- -title: fcli-fod-user-group-create(1) -fcli_version: ---- - - - - - - - -fcli-fod-user-group-create(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli fod user-group create [--add-all-users] [--applications=<applications>[, - <applications>…​]]…​ [--users=<users>[, - <users>…​]]…​ [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]] <groupName>

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
--add-all-users
-
-

(DEPRECATED) Add all tenant users to the user group. This functionality will likely be moved to a different command in an upcoming minor fcli release, potentially affecting any workflows in which this option is being used.

-
-
--applications=<applications>[,<applications>…​]
-
-

(DEPRECATED) One or more comma-separated application id’s or name’s. Note that numeric values are always interpreted as id’s. If you have numeric application names, you will need to specify the application id. This functionality will likely be moved to a different command in an upcoming minor fcli release, potentially affecting any workflows in which this option is being used.

-
-
--users=<users>[,<users>…​]
-
-

(DEPRECATED) One or more comma-separated user id’s or name’s. Note that numeric values are always interpreted as id’s. If you have numeric user names, you will need to specify the user id. This functionality will likely be moved to a different command in an upcoming minor fcli release, potentially affecting any workflows in which this option is being used.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the FoD session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<groupName>
-
-

The name of the user group.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-fod-user-group-delete.html b/dev_2.0.0-beta/manpage/fcli-fod-user-group-delete.html deleted file mode 100644 index aa670495bd..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-fod-user-group-delete.html +++ /dev/null @@ -1,139 +0,0 @@ ---- -title: fcli-fod-user-group-delete(1) -fcli_version: ---- - - - - - - - -fcli-fod-user-group-delete(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli fod user-group delete [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]] <userGroupNameOrId>

-
-
-
-
-

Description

-
- -
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the FoD session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<userGroupNameOrId>
-
-

Group id or name. Note that numeric values are always interpreted as id’s. If you have numeric group names, you will need to specify the group id.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-fod-user-group-get.html b/dev_2.0.0-beta/manpage/fcli-fod-user-group-get.html deleted file mode 100644 index efa735f86f..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-fod-user-group-get.html +++ /dev/null @@ -1,139 +0,0 @@ ---- -title: fcli-fod-user-group-get(1) -fcli_version: ---- - - - - - - - -fcli-fod-user-group-get(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli fod user-group get [[-h] [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] [[--session=<sessionName>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - <userGroupNameOrId>

-
-
-
-
-

Description

-
- -
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the FoD session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<userGroupNameOrId>
-
-

Group id or name. Note that numeric values are always interpreted as id’s. If you have numeric group names, you will need to specify the group id.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-fod-user-group-list.html b/dev_2.0.0-beta/manpage/fcli-fod-user-group-list.html deleted file mode 100644 index d7fd4f71aa..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-fod-user-group-list.html +++ /dev/null @@ -1,144 +0,0 @@ ---- -title: fcli-fod-user-group-list(1) -fcli_version: ---- - - - - - - - -fcli-fod-user-group-list(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli fod user-group list [--filters-param=<filtersParam>] [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] [[--session=<sessionName>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - [-q=<SpEL expression>]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
--filters-param=<filtersParam>
-
-

Server-side queries are automatically generated from the -q / --query option if possible; generated queries can be viewed in the debug log. The --q-param option can be used to override the automatically generated query, for example to further optimize the request. See the Fortify on Demand REST API documentation for information on supported formats.

-
-
-q, --query=<SpEL expression>
-
-

Only display records for which the given Spring Expression Language (SpEL) expression returns true.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the FoD session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-fod-user-group-update.html b/dev_2.0.0-beta/manpage/fcli-fod-user-group-update.html deleted file mode 100644 index 01d6b3db1f..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-fod-user-group-update.html +++ /dev/null @@ -1,184 +0,0 @@ ---- -title: fcli-fod-user-group-update(1) -fcli_version: ---- - - - - - - - -fcli-fod-user-group-update(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli fod user-group update [--add-all-users] [--remove-all-users] - [--name=<newName>] [--add-apps=<addApplications>[, - <addApplications>…​]]…​ [--add-users=<addUsers>[, - <addUsers>…​]]…​ - [--remove-apps=<removeApplications>[, - <removeApplications>…​]]…​ - [--remove-users=<removeUsers>[,<removeUsers>…​]]…​ - [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]] <userGroupNameOrId>

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
--add-all-users
-
-

(DEPRECATED) Add all tenant users to the user group. This functionality will likely be moved to a different command in an upcoming minor fcli release, potentially affecting any workflows in which this option is being used.

-
-
--add-apps, --add-applications=<addApplications>[,<addApplications>…​]
-
-

(DEPRECATED) One or more comma-separated application id’s or name’s. Note that numeric values are always interpreted as id’s. If you have numeric application names, you will need to specify the application id. This functionality will likely be moved to a different command in an upcoming minor fcli release, potentially affecting any workflows in which this option is being used.

-
-
--add-users=<addUsers>[,<addUsers>…​]
-
-

(DEPRECATED) One or more comma-separated user id’s or name’s. Note that numeric values are always interpreted as id’s. If you have numeric user names, you will need to specify the user id. This functionality will likely be moved to a different command in an upcoming minor fcli release, potentially affecting any workflows in which this option is being used.

-
-
--name=<newName>
-
-

The updated name of the user group.

-
-
--remove-all-users
-
-

(DEPRECATED) Remove all tenant users to the user group. This functionality will likely be moved to a different command in an upcoming minor fcli release, potentially affecting any workflows in which this option is being used.

-
-
--remove-apps, --remove-applications=<removeApplications>[,<removeApplications>…​]
-
-

(DEPRECATED) One or more comma-separated application id’s or name’s. Note that numeric values are always interpreted as id’s. If you have numeric application names, you will need to specify the application id. This functionality will likely be moved to a different command in an upcoming minor fcli release, potentially affecting any workflows in which this option is being used.

-
-
--remove-users=<removeUsers>[,<removeUsers>…​]
-
-

(DEPRECATED) One or more comma-separated user id’s or name’s. Note that numeric values are always interpreted as id’s. If you have numeric user names, you will need to specify the user id. This functionality will likely be moved to a different command in an upcoming minor fcli release, potentially affecting any workflows in which this option is being used.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the FoD session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<userGroupNameOrId>
-
-

Group id or name. Note that numeric values are always interpreted as id’s. If you have numeric group names, you will need to specify the group id.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-fod-user-group.html b/dev_2.0.0-beta/manpage/fcli-fod-user-group.html deleted file mode 100644 index c4660cea36..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-fod-user-group.html +++ /dev/null @@ -1,103 +0,0 @@ ---- -title: fcli-fod-user-group(1) -fcli_version: ---- - - - - - - - -fcli-fod-user-group(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli fod user-group [-h] [COMMAND]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
list, ls
-
-

(PREVIEW) List user groups.

-
-
get
-
-

(PREVIEW) Get user group details.

-
-
create
-
-

(PREVIEW) Create a new user group.

-
-
update
-
-

(PREVIEW) Update a user group.

-
-
delete, rm
-
-

(PREVIEW) Delete a user group.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-fod-user-list.html b/dev_2.0.0-beta/manpage/fcli-fod-user-list.html deleted file mode 100644 index fd8d00dfdf..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-fod-user-list.html +++ /dev/null @@ -1,144 +0,0 @@ ---- -title: fcli-fod-user-list(1) -fcli_version: ---- - - - - - - - -fcli-fod-user-list(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli fod user list [--filters-param=<filtersParam>] [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] [[--session=<sessionName>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] [-q=<SpEL _ - _ expression>]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
--filters-param=<filtersParam>
-
-

Server-side queries are automatically generated from the -q / --query option if possible; generated queries can be viewed in the debug log. The --q-param option can be used to override the automatically generated query, for example to further optimize the request. See the Fortify on Demand REST API documentation for information on supported formats.

-
-
-q, --query=<SpEL expression>
-
-

Only display records for which the given Spring Expression Language (SpEL) expression returns true.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the FoD session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-fod-user-update.html b/dev_2.0.0-beta/manpage/fcli-fod-user-update.html deleted file mode 100644 index 05ac21a956..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-fod-user-update.html +++ /dev/null @@ -1,211 +0,0 @@ ---- -title: fcli-fod-user-update(1) -fcli_version: ---- - - - - - - - -fcli-fod-user-update(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli fod user update [--must-change] [--password-never-expires] [--suspended] - [--email=<email>] [--firstname=<firstName>] - [--lastname=<lastName>] [--password=<password>] - [--phone=<phoneNumber>] [--role=<roleNameOrId>] - [--add-apps=<addApplications>[,<addApplications>…​]]…​ - [--add-groups=<addUserGroups>[,<addUserGroups>…​]]…​ - [--remove-apps=<removeApplications>[, - <removeApplications>…​]]…​ - [--remove-groups=<removeUserGroups>[, - <removeUserGroups>…​]]…​ [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] [[--session=<sessionName>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - <userNameOrId>

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
--add-apps, --add-applications=<addApplications>[,<addApplications>…​]
-
-

(DEPRECATED) One or more comma-separated application id’s or name’s. Note that numeric values are always interpreted as id’s. If you have numeric application names, you will need to specify the application id. This functionality will likely be moved to a different command in an upcoming minor fcli release, potentially affecting any workflows in which this option is being used.

-
-
--add-groups=<addUserGroups>[,<addUserGroups>…​]
-
-

(DEPRECATED) One or more comma-separated group id’s or name’s. Note that numeric values are always interpreted as id’s. If you have numeric group names, you will need to specify the group id. This functionality will likely be moved to a different command in an upcoming minor fcli release, potentially affecting any workflows in which this option is being used.

-
-
--email=<email>
-
-

The updated email address of the user.

-
-
--firstname=<firstName>
-
-

Updated first name of the user.

-
-
--lastname=<lastName>
-
-

Updated last name of the user.

-
-
--must-change
-
-

Set a flag to indicate that user’s password must be changed on next login.

-
-
--password=<password>
-
-

Updated user password.

-
-
--password-never-expires
-
-

Set a flag to indicate that the user’s password will never expire.

-
-
--phone, --phone-number=<phoneNumber>
-
-

Updated phone number of the user.

-
-
--remove-apps, --remove-applications=<removeApplications>[,<removeApplications>…​]
-
-

(DEPRECATED) One or more comma-separated application id’s or name’s. Note that numeric values are always interpreted as id’s. If you have numeric application names, you will need to specify the application id. This functionality will likely be moved to a different command in an upcoming minor fcli release, potentially affecting any workflows in which this option is being used.

-
-
--remove-groups=<removeUserGroups>[,<removeUserGroups>…​]
-
-

(DEPRECATED) One or more comma-separated group id’s or name’s. Note that numeric values are always interpreted as id’s. If you have numeric group names, you will need to specify the group id. This functionality will likely be moved to a different command in an upcoming minor fcli release, potentially affecting any workflows in which this option is being used.

-
-
--role=<roleNameOrId>
-
-

Updated id or name of the role the user should be given.

-
-
--suspended
-
-

Suspend the user.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the FoD session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<userNameOrId>
-
-

User id or username. Note that numeric values are always interpreted as id’s. If you have numeric user names, you will need to specify the user id.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-fod-user.html b/dev_2.0.0-beta/manpage/fcli-fod-user.html deleted file mode 100644 index 97e3c01d84..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-fod-user.html +++ /dev/null @@ -1,103 +0,0 @@ ---- -title: fcli-fod-user(1) -fcli_version: ---- - - - - - - - -fcli-fod-user(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli fod user [-h] [COMMAND]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
list, ls
-
-

(PREVIEW) List users.

-
-
get
-
-

(PREVIEW) Get user details.

-
-
create
-
-

(PREVIEW) Create a new user.

-
-
update
-
-

(PREVIEW) Update a user.

-
-
delete, rm
-
-

(PREVIEW) Delete a user.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-fod.html b/dev_2.0.0-beta/manpage/fcli-fod.html deleted file mode 100644 index 377bff89c0..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-fod.html +++ /dev/null @@ -1,140 +0,0 @@ ---- -title: fcli-fod(1) -fcli_version: ---- - - - - - - - -fcli-fod(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli fod [-h] [COMMAND]

-
-
-
-
-

Description

-
-
-

The commands in this module allow for interacting with Fortify on Demand (FoD). This includes functionality like managing applications, releases and microservices, and for submitting and managing SAST, DAST and open-source scan requests and results.

-
-
-

Before being able to interact with FoD, a session will need to be created by passing FoD URL and credentials to the 'session login' command in this module. As a best practice, 'session logout' should be run to terminate the session when there are no more activities to be performed.

-
-
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
session
-
-

Manage FoD sessions (start here).

-
-
app
-
-

Manage FoD applications.

-
-
assessment-type
-
-

Manage FoD assessment types.

-
-
microservice
-
-

Manage FoD application microservices.

-
-
release
-
-

Manage FoD application releases.

-
-
scan
-
-

Manage FoD scans.

-
-
sast-scan
-
-

Manage FoD SAST scans.

-
-
dast-scan
-
-

Manage FoD DAST scans.

-
-
mast-scan
-
-

Manage FoD MAST scans.

-
-
oss-scan
-
-

Manage FoD OSS scans.

-
-
user
-
-

(PREVIEW) Manage FoD users.

-
-
user-group
-
-

(PREVIEW) Manage FoD user groups.

-
-
rest
-
-

Interact with FoD REST API endpoints.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-license-msp-report-create-config.html b/dev_2.0.0-beta/manpage/fcli-license-msp-report-create-config.html deleted file mode 100644 index b5f26abedc..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-license-msp-report-create-config.html +++ /dev/null @@ -1,131 +0,0 @@ ---- -title: fcli-license-msp-report-create-config(1) -fcli_version: ---- - - - - - - - -fcli-license-msp-report-create-config(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli license msp-report create-config [-y] [-c=<outputFileName>] [[-h] - [--env-prefix=<envPrefix>] - [--log-file=<logFile>] - [--log-level=<logLevel>]] ] [--store=_variableName - _ ] - [--to-file=<outputFile>_]]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-c, --config=<outputFileName>
-
-

Name of the sample configuration file to be generated.

-
-
-y, --confirm
-
-

Confirm overwrite of existing configuration file.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-license-msp-report-create.html b/dev_2.0.0-beta/manpage/fcli-license-msp-report-create.html deleted file mode 100644 index b98c2503b7..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-license-msp-report-create.html +++ /dev/null @@ -1,171 +0,0 @@ ---- -title: fcli-license-msp-report-create(1) -fcli_version: ---- - - - - - - - -fcli-license-msp-report-create(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli license msp-report create [-y] [-c=<configFile>] -e=<reportingEndDate> - [--progress=<type>] -s=<reportingStartDate> - [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - (-z=<reportZipName> | -d=<reportDirName>) - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]]

-
-
-
-
-

Description

-
-
-

This command generates a 'Managed Service Provider' (MSP) report based on configuration settings defined in a configuration file. A sample configuration file can be generated using the 'fcli util msp-report create-config' command.

-
-
-

The configuration file includes settings for specifying one or more SSC instances from which to load MSP reporting data, and for specifying MSP (contract) information.

-
-
-

The generated report consists of multiple files, written to either a directory or zip-file. The primary output file is 'summary.txt' that contains various statistics, including the number of application and scan entitlements consumed during the reporting period. Various CSV files providing proof, like the number of entitlements consumed per application, what artifacts were processed, and which artifacts contributed to the entitlement consumption, are generated in the details directory of the report.

-
-
-

The generated 'checksums.sha256' file can be used to verify integrity of all generated files, using a command like 'sha256sum -c checksums.sha256'.

-
-
-

This command requires the following SSC application version attributes to be configured in SSC: -- MSP_License_Type: Required, Single-Select List, Values: Application, Scan, Demo -- MSP_End_Customer_Name - Optional (for demo applications), Single Line Text -- MSP_End_Customer_Location - Optional (for demo applications), Single Line Text

-
-
-

Note that all versions within a single application should provide the same values for these attributes.

-
-
-
-
-

Options

-
-
-
-
-c, --config=<configFile>
-
-

Configuration file; sample can be generated using the 'create-config' command.

-
-
-d, --report-dir=<reportDirName>
-
-

Write report output to the given directory.

-
-
-e, --end-date=<reportingEndDate>
-
-

Reporting period start date. Format: yyyy-MM-dd, for example 2023-03-31.

-
-
--progress=<type>
-
-

Configure progress output. Allowed values: auto, none, simple, single-line, ansi. Default value: auto. Proper output of single-line and ansi depends on console capabilities.

-
-
-s, --start-date=<reportingStartDate>
-
-

Reporting period start date. Format: yyyy-MM-dd, for example 2023-01-01.

-
-
-y, --confirm
-
-

Confirm delete of existing report output location.

-
-
-z, --report-zip=<reportZipName>
-
-

Write report output to the given zip-file.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-license-msp-report.html b/dev_2.0.0-beta/manpage/fcli-license-msp-report.html deleted file mode 100644 index 949e7cb9dc..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-license-msp-report.html +++ /dev/null @@ -1,91 +0,0 @@ ---- -title: fcli-license-msp-report(1) -fcli_version: ---- - - - - - - - -fcli-license-msp-report(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli license msp-report [-h] [COMMAND]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
create
-
-

Generate a 'Managed Service Provider' (MSP) report.

-
-
create-config
-
-

Generate a sample configuration file for use by the 'generate' command.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-license-ncd-report-create-config.html b/dev_2.0.0-beta/manpage/fcli-license-ncd-report-create-config.html deleted file mode 100644 index 7564574b68..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-license-ncd-report-create-config.html +++ /dev/null @@ -1,131 +0,0 @@ ---- -title: fcli-license-ncd-report-create-config(1) -fcli_version: ---- - - - - - - - -fcli-license-ncd-report-create-config(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli license ncd-report create-config [-y] [-c=<outputFileName>] [[-h] - [--env-prefix=<envPrefix>] - [--log-file=<logFile>] - [--log-level=<logLevel>]] ] [--store=_variableName - _ ] - [--to-file=<outputFile>_]]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-c, --config=<outputFileName>
-
-

Name of the sample configuration file to be generated.

-
-
-y, --confirm
-
-

Confirm overwrite of existing configuration file.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-license-ncd-report-create.html b/dev_2.0.0-beta/manpage/fcli-license-ncd-report-create.html deleted file mode 100644 index 071a88e0bb..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-license-ncd-report-create.html +++ /dev/null @@ -1,153 +0,0 @@ ---- -title: fcli-license-ncd-report-create(1) -fcli_version: ---- - - - - - - - -fcli-license-ncd-report-create(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli license ncd-report create [-y] [-c=<configFile>] [--progress=<type>] [[-h] - [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - (-z=<reportZipName> | -d=<reportDirName>) - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]]

-
-
-
-
-

Description

-
-
-

This command generates a 'Number of Contributing Developers' (NCD) report based on configuration settings defined in a configuration file. A sample configuration file can be generated using the 'fcli util ncd-report create-config' command.

-
-
-

The configuration file includes rich settings for specifying the source code repositories from which to load contributing developer data (supporting multiple Source Code Management (SCM) systems), and for ignoring and de-duplicating contributing authors.

-
-
-

The generated report consists of multiple files, written to either a directory or zip-file. The primary output file is 'summary.txt' that contains various statistics, including the de-duplicated count of contributing developers. Various CSV files are generated with supporting proof, like the list of contributing authors, the list of commits that have been processed, and the list of repositories that have been processed.

-
-
-

The generated 'checksums.sha256' file can be used to verify integrity of all generated files, using a command like 'sha256sum -c checksums.sha256'.

-
-
-
-
-

Options

-
-
-
-
-c, --config=<configFile>
-
-

Configuration file; sample can be generated using the 'create-config' command.

-
-
-d, --report-dir=<reportDirName>
-
-

Write report output to the given directory.

-
-
--progress=<type>
-
-

Configure progress output. Allowed values: auto, none, simple, single-line, ansi. Default value: auto. Proper output of single-line and ansi depends on console capabilities.

-
-
-y, --confirm
-
-

Confirm delete of existing report output location.

-
-
-z, --report-zip=<reportZipName>
-
-

Write report output to the given zip-file.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-license-ncd-report.html b/dev_2.0.0-beta/manpage/fcli-license-ncd-report.html deleted file mode 100644 index bceb0feb3c..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-license-ncd-report.html +++ /dev/null @@ -1,91 +0,0 @@ ---- -title: fcli-license-ncd-report(1) -fcli_version: ---- - - - - - - - -fcli-license-ncd-report(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli license ncd-report [-h] [COMMAND]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
create
-
-

Generate a 'Number of Contributing Developers' (NCD) report.

-
-
create-config
-
-

Generate a sample configuration file for use by the 'generate' command.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-license.html b/dev_2.0.0-beta/manpage/fcli-license.html deleted file mode 100644 index e9e05c39bf..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-license.html +++ /dev/null @@ -1,93 +0,0 @@ ---- -title: fcli-license(1) -fcli_version: ---- - - - - - - - -fcli-license(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli license [-h] [COMMAND]

-
-
-
-
-

Description

-
-
-

This module provides various commands related to Fortify licensing & license reporting.

-
-
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
msp-report
-
-

Configure and generate 'Managed Service Provider' (MSP) reports.

-
-
ncd-report
-
-

Configure and generate 'Number of Contributing Developers' (NCD) reports.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-sc-dast-rest-call.html b/dev_2.0.0-beta/manpage/fcli-sc-dast-rest-call.html deleted file mode 100644 index 837438dc48..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-sc-dast-rest-call.html +++ /dev/null @@ -1,174 +0,0 @@ ---- -title: fcli-sc-dast-rest-call(1) -fcli_version: ---- - - - - - - - -fcli-sc-dast-rest-call(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli sc-dast rest call [--no-paging] [-d=<data>] [-X=<httpMethod>] [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] [[--no-transform] | -t=<expr>] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] [-q=<SpEL _ - _ expression>] [[--session=<sessionName>]] <uri>

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-d, --data=<data>
-
-

Data to send in the request body. This option takes either a string to be sent as request body, or @@<file> to send the contents of the given file as the request body (note the double at-sign). This option is not available for GET requests.

-
-
--no-paging
-
-

By default, this command will load all pages of data from ScanCentral DAST (from the given offset if specified as a request parameter). Use this option to return only a single page.

-
-
--no-transform
-
-

By default, this command performs generic transformations on ScanCentral DAST REST responses, like only outputting the actual response data (contents of the 'item' or 'items' property). Use this option to output the original response contents without transformations.

-
-
-q, --query=<SpEL expression>
-
-

Only display records for which the given Spring Expression Language (SpEL) expression returns true.

-
-
-t, --transform=<expr>
-
-

This option allows for performing custom transformations on the response data based on a Spring Expression Language (SpEL) expression. For example, this allows for retrieving data from sub-properties, or using project selection/projection. Note that the expression operates on the raw response, as if --no-transform was specified before evaluating the expression.

-
-
-X, --request=<httpMethod>
-
-

HTTP method/verb to use for the API request, like GET, POST, DELETE, …​ Default value: GET.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the ScanCentral DAST session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<uri>
-
-

Relative URI to the REST API endpoint that you want to invoke.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-sc-dast-rest.html b/dev_2.0.0-beta/manpage/fcli-sc-dast-rest.html deleted file mode 100644 index 0569656837..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-sc-dast-rest.html +++ /dev/null @@ -1,89 +0,0 @@ ---- -title: fcli-sc-dast-rest(1) -fcli_version: ---- - - - - - - - -fcli-sc-dast-rest(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli sc-dast rest [-h] [COMMAND]

-
-
-
-
-

Description

-
-
-

These commands allow for direct interaction with ScanCentral DAST REST API endpoints, somewhat similar to using 'curl' but benefiting from standard fcli functionality like session management (no need to manually specify Authorization header), rich output formatting options, and query functionality.

-
-
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
call
-
-

Call an individual Fortify ScanCentral DAST REST API endpoint.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-sc-dast-scan-complete.html b/dev_2.0.0-beta/manpage/fcli-sc-dast-scan-complete.html deleted file mode 100644 index 137a499592..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-sc-dast-scan-complete.html +++ /dev/null @@ -1,139 +0,0 @@ ---- -title: fcli-sc-dast-scan-complete(1) -fcli_version: ---- - - - - - - - -fcli-sc-dast-scan-complete(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli sc-dast scan complete [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]] scan-id

-
-
-
-
-

Description

-
- -
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the ScanCentral DAST session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
scan-id
-
-

Single scan id.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-sc-dast-scan-delete.html b/dev_2.0.0-beta/manpage/fcli-sc-dast-scan-delete.html deleted file mode 100644 index 51021ee878..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-sc-dast-scan-delete.html +++ /dev/null @@ -1,139 +0,0 @@ ---- -title: fcli-sc-dast-scan-delete(1) -fcli_version: ---- - - - - - - - -fcli-sc-dast-scan-delete(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli sc-dast scan delete [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]] scan-id

-
-
-
-
-

Description

-
- -
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the ScanCentral DAST session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
scan-id
-
-

Single scan id.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-sc-dast-scan-download.html b/dev_2.0.0-beta/manpage/fcli-sc-dast-scan-download.html deleted file mode 100644 index 9caa219201..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-sc-dast-scan-download.html +++ /dev/null @@ -1,158 +0,0 @@ ---- -title: fcli-sc-dast-scan-download(1) -fcli_version: ---- - - - - - - - -fcli-sc-dast-scan-download(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli sc-dast scan download [-f=<file>] -t=<type> [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]] scan-id

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-f, --file=<file>
-
-

Optional output file name.

-
-
-t, --type=<type>
-
-

Artifact type to download: fpr, logs, results, settings, site-tree.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the ScanCentral DAST session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
scan-id
-
-

Single scan id.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-sc-dast-scan-get.html b/dev_2.0.0-beta/manpage/fcli-sc-dast-scan-get.html deleted file mode 100644 index 4ffec9d0a0..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-sc-dast-scan-get.html +++ /dev/null @@ -1,138 +0,0 @@ ---- -title: fcli-sc-dast-scan-get(1) -fcli_version: ---- - - - - - - - -fcli-sc-dast-scan-get(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli sc-dast scan get [[-h] [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] [[--session=<sessionName>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] scan-id

-
-
-
-
-

Description

-
- -
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the ScanCentral DAST session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
scan-id
-
-

Single scan id.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-sc-dast-scan-import-findings.html b/dev_2.0.0-beta/manpage/fcli-sc-dast-scan-import-findings.html deleted file mode 100644 index 8b5685f4ce..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-sc-dast-scan-import-findings.html +++ /dev/null @@ -1,143 +0,0 @@ ---- -title: fcli-sc-dast-scan-import-findings(1) -fcli_version: ---- - - - - - - - -fcli-sc-dast-scan-import-findings(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli sc-dast scan import-findings [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] - [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - scan-id

-
-
-
-
-

Description

-
-
-

This command imports scan findings into ScanCentral DAST. With ScanCentral DAST, scan findings are usually imported automatically, but there may be cases where this operation needs to be triggered explicitly. Please see the ScanCentral DAST documentation for more information.

-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the ScanCentral DAST session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
scan-id
-
-

Single scan id.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-sc-dast-scan-list.html b/dev_2.0.0-beta/manpage/fcli-sc-dast-scan-list.html deleted file mode 100644 index 157422cdc4..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-sc-dast-scan-list.html +++ /dev/null @@ -1,144 +0,0 @@ ---- -title: fcli-sc-dast-scan-list(1) -fcli_version: ---- - - - - - - - -fcli-sc-dast-scan-list(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli sc-dast scan list [--server-queries=<name=value>[,<name=value>…​]]…​ - [[-h] [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] [[--session=<sessionName>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] [-q=<SpEL _ - _ expression>]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-q, --query=<SpEL expression>
-
-

Only display records for which the given Spring Expression Language (SpEL) expression returns true.

-
-
--server-queries=<name=value>[,<name=value>…​]
-
-

Complementary to the -q / --query option (which performs client-side filtering), this option accepts one or more comma-separated ScanCentral DAST request parameters to perform server-side filtering, for example 'searchText=some-text'. See the ScanCentral DAST API documentation for information on which request parameters are supported on individual endpoints.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the ScanCentral DAST session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-sc-dast-scan-pause.html b/dev_2.0.0-beta/manpage/fcli-sc-dast-scan-pause.html deleted file mode 100644 index a210636131..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-sc-dast-scan-pause.html +++ /dev/null @@ -1,138 +0,0 @@ ---- -title: fcli-sc-dast-scan-pause(1) -fcli_version: ---- - - - - - - - -fcli-sc-dast-scan-pause(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli sc-dast scan pause [[-h] [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] [[--session=<sessionName>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] scan-id

-
-
-
-
-

Description

-
- -
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the ScanCentral DAST session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
scan-id
-
-

Single scan id.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-sc-dast-scan-policy-get.html b/dev_2.0.0-beta/manpage/fcli-sc-dast-scan-policy-get.html deleted file mode 100644 index 102b9a4a80..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-sc-dast-scan-policy-get.html +++ /dev/null @@ -1,140 +0,0 @@ ---- -title: fcli-sc-dast-scan-policy-get(1) -fcli_version: ---- - - - - - - - -fcli-sc-dast-scan-policy-get(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli sc-dast scan-policy get [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - <scanPolicyNameOrId>

-
-
-
-
-

Description

-
- -
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the ScanCentral DAST session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<scanPolicyNameOrId>
-
-

Scan policy name or id

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-sc-dast-scan-policy-list.html b/dev_2.0.0-beta/manpage/fcli-sc-dast-scan-policy-list.html deleted file mode 100644 index 61194145c0..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-sc-dast-scan-policy-list.html +++ /dev/null @@ -1,140 +0,0 @@ ---- -title: fcli-sc-dast-scan-policy-list(1) -fcli_version: ---- - - - - - - - -fcli-sc-dast-scan-policy-list(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli sc-dast scan-policy list [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - [-q=<SpEL expression>]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-q, --query=<SpEL expression>
-
-

Only display records for which the given Spring Expression Language (SpEL) expression returns true.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the ScanCentral DAST session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-sc-dast-scan-policy.html b/dev_2.0.0-beta/manpage/fcli-sc-dast-scan-policy.html deleted file mode 100644 index bb3c6c6345..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-sc-dast-scan-policy.html +++ /dev/null @@ -1,91 +0,0 @@ ---- -title: fcli-sc-dast-scan-policy(1) -fcli_version: ---- - - - - - - - -fcli-sc-dast-scan-policy(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli sc-dast scan-policy [-h] [COMMAND]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
get
-
-

Get the details for a single scan policy.

-
-
list, ls
-
-

List scan policies.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-sc-dast-scan-publish.html b/dev_2.0.0-beta/manpage/fcli-sc-dast-scan-publish.html deleted file mode 100644 index 7546c17a99..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-sc-dast-scan-publish.html +++ /dev/null @@ -1,141 +0,0 @@ ---- -title: fcli-sc-dast-scan-publish(1) -fcli_version: ---- - - - - - - - -fcli-sc-dast-scan-publish(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli sc-dast scan publish [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]] scan-id

-
-
-
-
-

Description

-
-
-

This command publishes scan results to SSC. This can be used for publishing the results if 'Submit for Triage' was not enabled in the scan configuration.

-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the ScanCentral DAST session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
scan-id
-
-

Single scan id.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-sc-dast-scan-resume.html b/dev_2.0.0-beta/manpage/fcli-sc-dast-scan-resume.html deleted file mode 100644 index 6057b2def9..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-sc-dast-scan-resume.html +++ /dev/null @@ -1,139 +0,0 @@ ---- -title: fcli-sc-dast-scan-resume(1) -fcli_version: ---- - - - - - - - -fcli-sc-dast-scan-resume(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli sc-dast scan resume [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]] scan-id

-
-
-
-
-

Description

-
- -
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the ScanCentral DAST session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
scan-id
-
-

Single scan id.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-sc-dast-scan-settings-get.html b/dev_2.0.0-beta/manpage/fcli-sc-dast-scan-settings-get.html deleted file mode 100644 index 735b92fefa..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-sc-dast-scan-settings-get.html +++ /dev/null @@ -1,140 +0,0 @@ ---- -title: fcli-sc-dast-scan-settings-get(1) -fcli_version: ---- - - - - - - - -fcli-sc-dast-scan-settings-get(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli sc-dast scan-settings get [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - <scanSettingsCicdTokenOrId>

-
-
-
-
-

Description

-
- -
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the ScanCentral DAST session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<scanSettingsCicdTokenOrId>
-
-

Scan settings CI/CD token or id

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-sc-dast-scan-settings-list.html b/dev_2.0.0-beta/manpage/fcli-sc-dast-scan-settings-list.html deleted file mode 100644 index a089821cfa..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-sc-dast-scan-settings-list.html +++ /dev/null @@ -1,147 +0,0 @@ ---- -title: fcli-sc-dast-scan-settings-list(1) -fcli_version: ---- - - - - - - - -fcli-sc-dast-scan-settings-list(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli sc-dast scan-settings list [--server-queries=<name=value>[, - <name=value>…​]]…​ [[-h] - [--env-prefix=<envPrefix>] - [--log-file=<logFile>] - [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - [-q=<SpEL expression>]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-q, --query=<SpEL expression>
-
-

Only display records for which the given Spring Expression Language (SpEL) expression returns true.

-
-
--server-queries=<name=value>[,<name=value>…​]
-
-

Complementary to the -q / --query option (which performs client-side filtering), this option accepts one or more comma-separated ScanCentral DAST request parameters to perform server-side filtering, for example 'searchText=some-text'. See the ScanCentral DAST API documentation for information on which request parameters are supported on individual endpoints.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the ScanCentral DAST session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-sc-dast-scan-settings.html b/dev_2.0.0-beta/manpage/fcli-sc-dast-scan-settings.html deleted file mode 100644 index 7c9d11c606..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-sc-dast-scan-settings.html +++ /dev/null @@ -1,91 +0,0 @@ ---- -title: fcli-sc-dast-scan-settings(1) -fcli_version: ---- - - - - - - - -fcli-sc-dast-scan-settings(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli sc-dast scan-settings [-h] [COMMAND]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
get
-
-

Get the details for a single scan settings definition.

-
-
list, ls
-
-

List scan settings.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-sc-dast-scan-start.html b/dev_2.0.0-beta/manpage/fcli-sc-dast-scan-start.html deleted file mode 100644 index f2f01c63de..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-sc-dast-scan-start.html +++ /dev/null @@ -1,162 +0,0 @@ ---- -title: fcli-sc-dast-scan-start(1) -fcli_version: ---- - - - - - - - -fcli-sc-dast-scan-start(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli sc-dast scan start [-l=<loginMacroBinaryFileId>] [-m=<scanMode>] - -n=<scanName> [--overrides-file=<overridesFile>] - [-p=<scanPolicyNameOrId>] - -s=<scanSettingsCicdTokenOrId> [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] [[--session=<sessionName>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-l, --login-macro=<loginMacroBinaryFileId>
-
-

Overrides the scan login macro binary file id.

-
-
-m, --mode=<scanMode>
-
-

Overrides the scan mode. Accepted values are: CrawlOnly, CrawlAndAudit, AuditOnly.

-
-
-n, --name=<scanName>
-
-

The name for this scan.

-
-
--overrides-file=<overridesFile>
-
-

File containing override values for the scan.

-
-
-p, --policy=<scanPolicyNameOrId>
-
-

Scan policy name or id

-
-
-s, --settings=<scanSettingsCicdTokenOrId>
-
-

Scan settings CI/CD token or id

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the ScanCentral DAST session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-sc-dast-scan-wait-for.html b/dev_2.0.0-beta/manpage/fcli-sc-dast-scan-wait-for.html deleted file mode 100644 index 0e654029e1..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-sc-dast-scan-wait-for.html +++ /dev/null @@ -1,203 +0,0 @@ ---- -title: fcli-sc-dast-scan-wait-for(1) -fcli_version: ---- - - - - - - - -fcli-sc-dast-scan-wait-for(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli sc-dast scan wait-for [-i=<intervalPeriod>] - [--on-failure-state=<onFailureState>] - [--on-timeout=<onTimeout>] - [--on-unknown-state=<onUnknownState>] - [--on-unknown-state-requested=<onUnknownStateRequeste - _ d>_] [--progress=<type>] [-t=<timeoutPeriod>] - [-s=<states>[,<states>…​]]…​ [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]] [-u=any-match|all-match | - -w=any-match|all-match] [[--session=<sessionName>]] - scan-id’s…​

-
-
-
-
-

Description

-
-
-

Although this command offers a lot of options to cover many different use cases, you can simply pass a scan id (possibly stored using --store on the 'scan start' command) to wait for completion of a single scan. If any error state or unknown state is detected, an exception will be thrown.

-
-
-

The following states are currently known by fcli: -See fcli help output

-
-
-
-
-

Options

-
-
-
-
-i, --interval=<intervalPeriod>
-
-

Polling interval, for example 5s (5 seconds) or 1m (1 minute).

-
-
--on-failure-state=<onFailureState>
-
-

Action to take when a failure state is returned for any of the records: wait, terminate, fail.

-
-
--on-timeout=<onTimeout>
-
-

Action to take when timeout occurs: terminate, fail.

-
-
--on-unknown-state=<onUnknownState>
-
-

Action to take when an unknown state is returned for any of the records: wait, terminate, fail.

-
-
--on-unknown-state-requested=<onUnknownStateRequested>
-
-

Action to take when an unknown state is passed in any of the --while or --until options: ignore, fail.

-
-
--progress=<type>
-
-

Configure progress output. Allowed values: auto, none, simple, single-line, ansi. Default value: auto. Proper output of single-line and ansi depends on console capabilities.

-
-
-s, --any-state=<states>[,<states>…​]
-
-

One or more scan states against which to match the given scans.

-
-
-t, --timeout=<timeoutPeriod>
-
-

Time-out, for example 30s (30 seconds), 5m (5 minutes), 1h (1 hour).

-
-
-u, --until=any-match|all-match
-
-

Wait until either any or all scans match. If neither --until or --while are specified, default is to wait until all scans match.

-
-
-w, --while=any-match|all-match
-
-

Wait while either any or all scans match.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the ScanCentral DAST session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
scan-id’s…​
-
-

One or more scan id’s.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-sc-dast-scan.html b/dev_2.0.0-beta/manpage/fcli-sc-dast-scan.html deleted file mode 100644 index da4df9ba42..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-sc-dast-scan.html +++ /dev/null @@ -1,127 +0,0 @@ ---- -title: fcli-sc-dast-scan(1) -fcli_version: ---- - - - - - - - -fcli-sc-dast-scan(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli sc-dast scan [-h] [COMMAND]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
complete
-
-

Complete a scan.

-
-
delete, rm
-
-

Delete a scan.

-
-
download
-
-

Download scan fpr, logs, results, settings or site tree.

-
-
get
-
-

Get the details for a single scan.

-
-
import-findings
-
-

Import scan findings.

-
-
list, ls
-
-

List and query scans.

-
-
pause
-
-

Pause a scan.

-
-
publish
-
-

Publish scan results.

-
-
resume
-
-

Resume a scan

-
-
start
-
-

Start a new scan.

-
-
wait-for
-
-

Wait for one or more scans to reach or exit specified scan statuses.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-sc-dast-sensor-disable.html b/dev_2.0.0-beta/manpage/fcli-sc-dast-sensor-disable.html deleted file mode 100644 index 1bce3b1d17..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-sc-dast-sensor-disable.html +++ /dev/null @@ -1,140 +0,0 @@ ---- -title: fcli-sc-dast-sensor-disable(1) -fcli_version: ---- - - - - - - - -fcli-sc-dast-sensor-disable(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli sc-dast sensor disable [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - <sensorNameOrId>

-
-
-
-
-

Description

-
- -
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the ScanCentral DAST session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<sensorNameOrId>
-
-

Sensor name or id

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-sc-dast-sensor-enable.html b/dev_2.0.0-beta/manpage/fcli-sc-dast-sensor-enable.html deleted file mode 100644 index 208bf27786..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-sc-dast-sensor-enable.html +++ /dev/null @@ -1,139 +0,0 @@ ---- -title: fcli-sc-dast-sensor-enable(1) -fcli_version: ---- - - - - - - - -fcli-sc-dast-sensor-enable(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli sc-dast sensor enable [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]] <sensorNameOrId>

-
-
-
-
-

Description

-
- -
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the ScanCentral DAST session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<sensorNameOrId>
-
-

Sensor name or id

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-sc-dast-sensor-get.html b/dev_2.0.0-beta/manpage/fcli-sc-dast-sensor-get.html deleted file mode 100644 index f5b0ed3489..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-sc-dast-sensor-get.html +++ /dev/null @@ -1,139 +0,0 @@ ---- -title: fcli-sc-dast-sensor-get(1) -fcli_version: ---- - - - - - - - -fcli-sc-dast-sensor-get(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli sc-dast sensor get [[-h] [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] [[--session=<sessionName>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - <sensorNameOrId>

-
-
-
-
-

Description

-
- -
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the ScanCentral DAST session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<sensorNameOrId>
-
-

Sensor name or id

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-sc-dast-sensor-list.html b/dev_2.0.0-beta/manpage/fcli-sc-dast-sensor-list.html deleted file mode 100644 index 986361a554..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-sc-dast-sensor-list.html +++ /dev/null @@ -1,139 +0,0 @@ ---- -title: fcli-sc-dast-sensor-list(1) -fcli_version: ---- - - - - - - - -fcli-sc-dast-sensor-list(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli sc-dast sensor list [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]] [-q=<SpEL expression>]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-q, --query=<SpEL expression>
-
-

Only display records for which the given Spring Expression Language (SpEL) expression returns true.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the ScanCentral DAST session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-sc-dast-sensor.html b/dev_2.0.0-beta/manpage/fcli-sc-dast-sensor.html deleted file mode 100644 index d2641d9a4b..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-sc-dast-sensor.html +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: fcli-sc-dast-sensor(1) -fcli_version: ---- - - - - - - - -fcli-sc-dast-sensor(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli sc-dast sensor [-h] [COMMAND]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
disable
-
-

Disable a sensor.

-
-
enable
-
-

enable a sensor.

-
-
get
-
-

Get the details for a single sensor.

-
-
list, ls
-
-

List sensors.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-sc-dast-session-list.html b/dev_2.0.0-beta/manpage/fcli-sc-dast-session-list.html deleted file mode 100644 index 1cf7b8c8b3..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-sc-dast-session-list.html +++ /dev/null @@ -1,133 +0,0 @@ ---- -title: fcli-sc-dast-session-list(1) -fcli_version: ---- - - - - - - - -fcli-sc-dast-session-list(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli sc-dast session list [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - [-q=<SpEL expression>]

-
-
-
-
-

Description

-
-
-

This commands lists all ScanCentral DAST sessions created through the login command, as long as they haven’t been explicitly terminated through the 'logout' command.

-
-
-

For sessions created using user name and password, the output of this command will show session expiry date and status, based on the data provided by SSC at the time the login command was issued. Any changes to the generated token will not be reflected in the output of this command. Even if a session is no longer valid because the generated token was revoked (through SSC UI or 'fcli ssc token revoke' command), the output of this command may still show the session as not having expired. Similarly, any changes to token validity will not be reflected in the output of this command.

-
-
-

For sessions created using a pre-generated token, fcli cannot display session expiration date or status, as SSC doesn’t allow for obtaining this information.

-
-
-
-
-

Options

-
-
-
-
-q, --query=<SpEL expression>
-
-

Only display records for which the given Spring Expression Language (SpEL) expression returns true.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-sc-dast-session-login.html b/dev_2.0.0-beta/manpage/fcli-sc-dast-session-login.html deleted file mode 100644 index b53d567a88..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-sc-dast-session-login.html +++ /dev/null @@ -1,226 +0,0 @@ ---- -title: fcli-sc-dast-session-login(1) -fcli_version: ---- - - - - - - - -fcli-sc-dast-session-login(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli sc-dast session login [--session=<sessionName>] [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]] ([-k] - [--socket-timeout=<socketTimeout>] - [--connect-timeout=<connectTimeout>] - --ssc-url=<url>) ((-u=<user> -p[=<password>] - [--expire-in=<expireIn>]) | -t[=<token>])

-
-
-
-
-

Description

-
-
-

This command stores the SSC and ScanCentral DAST API URL and authentication token in an encrypted session file in the fcli state data folder, for use by other 'fcli sc-dast' commands to connect to the specified SSC/ScanCentral DAST instance. Option values may be passed on the command line or specified through environment variables (common for CI/CD pipeline use) as listed below.

-
-
-

When logging in with username and password, this command will connect to SSC to generate a CIToken; the user password is not stored by fcli. When logging in with a pre-generated CIToken, this token will be stored as-is. Note that due to SSC limitations, fcli cannot determine when the token will expire.

-
-
-

For interactive use, you may choose to keep the session open until it expires. For CI/CD integrations and other automations, you should always issue a logout command once work is complete. On shared/non-containerized systems, consider setting FCLI_STATE_DIR or FCLI_DATA_DIR environment variables to prevent unexpected interactions between different pipelines.

-
-
-
-
-

Options

-
-
-
-
--session=<sessionName>
-
-

Name for this ScanCentral DAST session. Default value: default.

-
-
-u, --ssc-user=<user>
-
-

SSC user name.

-
-

Environment variables:

-
-
-
-
FCLI_DEFAULT_SSC_USER: Shared with SSC/SC SAST
-
-
-
-
-
FCLI_DEFAULT_SC_DAST_SSC_USER: Only SC DAST commands
-
-
-
-
-p, --ssc-password[=<password>]
-
-

SSC password.

-
-

Environment variables:

-
-
-
-
FCLI_DEFAULT_SSC_PASSWORD: Shared with SSC/SC SAST
-
-
-
-
-
FCLI_DEFAULT_SC_DAST_SSC_PASSWORD: Only SC DAST commands
-
-
-
-
--expire-in=<expireIn>
-
-

Specify for how long the session should remain active, for example 1d (1 day), 2M (2 months), 1y (1 year).

-
-
-
Default: 3d
-
-
-
-
-t, --ssc-ci-token[=<token>]
-
-

SSC CIToken in either encoded (REST) or decoded (application) format.

-
-

Environment variables:

-
-
-
-
FCLI_DEFAULT_SSC_CI_TOKEN: Shared with SSC/SC SAST
-
-
-
-
-
FCLI_DEFAULT_SC_DAST_SSC_CI_TOKEN: Only SC DAST commands
-
-
-
-
--ssc-url=<url>
-
-

SSC URL.

-
-

Environment variables:

-
-
-
-
FCLI_DEFAULT_SSC_URL: Shared with SSC/SC SAST
-
-
-
-
-
FCLI_DEFAULT_SC_DAST_SSC_URL: Only SC DAST commands
-
-
-
-
-k, --insecure
-
-

Disable SSL checks.

-
-
--socket-timeout=<socketTimeout>
-
-

Socket timeout for this session, for example 30s (30 seconds), 5m (5 minutes). Default value: 60 seconds.

-
-
--connect-timeout=<connectTimeout>
-
-

Connection timeout for this session, for example 30s (30 seconds), 5m (5 minutes). Default value: 10 seconds.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-sc-dast-session-logout.html b/dev_2.0.0-beta/manpage/fcli-sc-dast-session-logout.html deleted file mode 100644 index 3303375fff..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-sc-dast-session-logout.html +++ /dev/null @@ -1,165 +0,0 @@ ---- -title: fcli-sc-dast-session-logout(1) -fcli_version: ---- - - - - - - - -fcli-sc-dast-session-logout(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli sc-dast session logout [--session=<sessionName>] [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]] --no-revoke-token | (-u=<user> -p[=<password>])

-
-
-
-
-

Description

-
-
-

This command terminates a ScanCentral DAST session previously created through the 'login' command. This command will try to revoke the token passed to or generated by the 'login' command (unless the --no-revoke-token option is specified), and removes the session data from the fcli state data directory.

-
-
-
-
-

Options

-
-
-
-
--session=<sessionName>
-
-

Name of the ScanCentral DAST session to be terminated. Default value: default.

-
-
--no-revoke-token
-
-

Don’t revoke the token passed to or generated by the 'login' command. If user name and password were specified during login, it is recommended to have the 'logout' command revoke this token, to avoid exceeding SSCs maximum token limit. Note that due to SSC limitations, user credentials will need to be provided to allow for token revocation. If a pre-generated token was specified during login, usually you’ll want to pass this option to avoid the pre-generated token from being revoked.

-
-
-u, --ssc-user=<user>
-
-

SSC user name.

-
-

Environment variables:

-
-
-
-
FCLI_DEFAULT_SSC_USER: Shared with SSC/SC SAST
-
-
-
-
-
FCLI_DEFAULT_SC_DAST_SSC_USER: Only SC DAST commands
-
-
-
-
-p, --ssc-password[=<password>]
-
-

SSC password.

-
-

Environment variables:

-
-
-
-
FCLI_DEFAULT_SSC_PASSWORD: Shared with SSC/SC SAST
-
-
-
-
-
FCLI_DEFAULT_SC_DAST_SSC_PASSWORD: Only SC DAST commands
-
-
-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-sc-dast-session.html b/dev_2.0.0-beta/manpage/fcli-sc-dast-session.html deleted file mode 100644 index f0a8e30abf..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-sc-dast-session.html +++ /dev/null @@ -1,97 +0,0 @@ ---- -title: fcli-sc-dast-session(1) -fcli_version: ---- - - - - - - - -fcli-sc-dast-session(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli sc-dast session [-h] [COMMAND]

-
-
-
-
-

Description

-
-
-

The session commands allow for managing one or more ScanCentral DAST sessions used to connect to a particular SSC/ScanCentral DAST environment with particular credentials. Potentially you can have multiple open ScanCentral DAST sessions, for example connecting to different SSC/ScanCentral DAST environments like DEV and PROD, or connecting to the same SSC/ScanCentral DAST instance but with different credentials.

-
-
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
list, ls
-
-

List active and expired ScanCentral DAST sessions.

-
-
login
-
-

Create a session for interacting with ScanCentral DAST.

-
-
logout
-
-

Terminate ScanCentral DAST session.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-sc-dast.html b/dev_2.0.0-beta/manpage/fcli-sc-dast.html deleted file mode 100644 index cc6bd78d64..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-sc-dast.html +++ /dev/null @@ -1,112 +0,0 @@ ---- -title: fcli-sc-dast(1) -fcli_version: ---- - - - - - - - -fcli-sc-dast(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli sc-dast [-h] [COMMAND]

-
-
-
-
-

Description

-
-
-

The commands in this module allow for interacting with Fortify ScanCentral DAST (SC-DAST). This includes functionality like submitting and managing DAST scan requests and results.

-
-
-

Before being able to interact with ScanCentral DAST, a session will need to be created by passing SSC URL and credentials to the 'session login' command in this module. As a best practice, 'session logout' should be run to terminate the session when there are no more activities to be performed.

-
-
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
session
-
-

Manage ScanCentral DAST sessions (start here).

-
-
scan
-
-

Manage ScanCentral DAST scans and results.

-
-
scan-policy
-
-

Manage ScanCentral DAST scan policies.

-
-
scan-settings
-
-

Manage ScanCentral DAST scan settings.

-
-
sensor
-
-

Manage ScanCentral DAST sensors.

-
-
rest
-
-

Interact with ScanCentral DAST REST API endpoints.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-sc-sast-rest-call.html b/dev_2.0.0-beta/manpage/fcli-sc-sast-rest-call.html deleted file mode 100644 index 857b48619b..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-sc-sast-rest-call.html +++ /dev/null @@ -1,174 +0,0 @@ ---- -title: fcli-sc-sast-rest-call(1) -fcli_version: ---- - - - - - - - -fcli-sc-sast-rest-call(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli sc-sast rest call [--no-paging] [-d=<data>] [-X=<httpMethod>] [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] [[--no-transform] | -t=<expr>] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] [-q=<SpEL _ - _ expression>] [[--session=<sessionName>]] <uri>

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-d, --data=<data>
-
-

Data to send in the request body. This option takes either a string to be sent as request body, or @@<file> to send the contents of the given file as the request body (note the double at-sign). This option is not available for GET requests.

-
-
--no-paging
-
-

This option currently has no effect for ScanCentral SAST.

-
-
--no-transform
-
-

This option currently has no effect for ScanCentral SAST.

-
-
-q, --query=<SpEL expression>
-
-

Only display records for which the given Spring Expression Language (SpEL) expression returns true.

-
-
-t, --transform=<expr>
-
-

This option allows for performing custom transformations on the response data based on a Spring Expression Language (SpEL) expression. For example, this allows for retrieving data from sub-properties, or using project selection/projection. Note that the expression operates on the raw response, as if --no-transform was specified before evaluating the expression.

-
-
-X, --request=<httpMethod>
-
-

HTTP method/verb to use for the API request, like GET, POST, DELETE, …​ Default value: GET.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the ScanCentral SAST session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<uri>
-
-

Relative URI to the REST API endpoint that you want to invoke.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-sc-sast-rest.html b/dev_2.0.0-beta/manpage/fcli-sc-sast-rest.html deleted file mode 100644 index d518385a90..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-sc-sast-rest.html +++ /dev/null @@ -1,89 +0,0 @@ ---- -title: fcli-sc-sast-rest(1) -fcli_version: ---- - - - - - - - -fcli-sc-sast-rest(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli sc-sast rest [-h] [COMMAND]

-
-
-
-
-

Description

-
-
-

These commands allow for direct interaction with ScanCentral SAST Controller REST API endpoints, somewhat similar to using 'curl' but benefiting from standard fcli functionality like session management (no need to manually specify Authorization header), rich output formatting options, and query functionality.

-
-
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
call
-
-

Call an individual ScanCentral SAST Controller REST API endpoint.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-sc-sast-scan-cancel.html b/dev_2.0.0-beta/manpage/fcli-sc-sast-scan-cancel.html deleted file mode 100644 index a1343e1752..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-sc-sast-scan-cancel.html +++ /dev/null @@ -1,139 +0,0 @@ ---- -title: fcli-sc-sast-scan-cancel(1) -fcli_version: ---- - - - - - - - -fcli-sc-sast-scan-cancel(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli sc-sast scan cancel [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]] scan-job-token

-
-
-
-
-

Description

-
- -
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the ScanCentral SAST session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
scan-job-token
-
-

Scan job token.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-sc-sast-scan-start.html b/dev_2.0.0-beta/manpage/fcli-sc-sast-scan-start.html deleted file mode 100644 index 912a89c373..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-sc-sast-scan-start.html +++ /dev/null @@ -1,199 +0,0 @@ ---- -title: fcli-sc-sast-scan-start(1) -fcli_version: ---- - - - - - - - -fcli-sc-sast-scan-start(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli sc-sast scan start [--delim=<delimiter>] [--notify=<email>] - [--publish-to=<appVersionNameOrId>] - [--ssc-ci-token=<ciToken>] [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] [[--session=<sessionName>]] - (-m=<mbsFile> | (-v=<sensorVersion> -p=<packageFile>)) - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
--delim=<delimiter>
-
-

Change the default delimiter character when using options that accept "application:version" as an argument or parameter.

-
-
--notify=<email>
-
-

Email address to which to send a scan completion notification.

-
-
--publish-to=<appVersionNameOrId>
-
-

Publish scan results to the given SSC application version once the scan has completed.

-
-
--ssc-ci-token=<ciToken>
-
-

SSC CIToken in either encoded (REST) or decoded (application) format.

-
-

Environment variables:

-
-
-
-
FCLI_DEFAULT_SSC_CI_TOKEN: Shared with SSC/SC DAST
-
-
-
-
-
FCLI_DEFAULT_SC_SAST_SSC_CI_TOKEN: Only SC SAST commands
-
-
-
-
-
-
-
-
-

Options for scanning an MBS file:

-
-
-
-
-m, --mbs-file=<mbsFile>
-
-

MBS file to scan.

-
-
-
-
-
-
-

Options for scanning a package file:

-
-
-
-
-p, --package-file=<packageFile>
-
-

Package file to scan.

-
-
-v, --sensor-version=<sensorVersion>
-
-

Version of the sensor on which the package should be scanned. Officially, you should select the same sensor version as the version of the ScanCentral Client used to create the package.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the ScanCentral SAST session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-sc-sast-scan-status.html b/dev_2.0.0-beta/manpage/fcli-sc-sast-scan-status.html deleted file mode 100644 index 3fe784a7a3..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-sc-sast-scan-status.html +++ /dev/null @@ -1,139 +0,0 @@ ---- -title: fcli-sc-sast-scan-status(1) -fcli_version: ---- - - - - - - - -fcli-sc-sast-scan-status(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli sc-sast scan status [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]] scan-job-token

-
-
-
-
-

Description

-
- -
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the ScanCentral SAST session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
scan-job-token
-
-

Scan job token.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-sc-sast-scan-wait-for.html b/dev_2.0.0-beta/manpage/fcli-sc-sast-scan-wait-for.html deleted file mode 100644 index ffcb8f1e82..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-sc-sast-scan-wait-for.html +++ /dev/null @@ -1,221 +0,0 @@ ---- -title: fcli-sc-sast-scan-wait-for(1) -fcli_version: ---- - - - - - - - -fcli-sc-sast-scan-wait-for(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli sc-sast scan wait-for [-i=<intervalPeriod>] - [--on-failure-state=<onFailureState>] - [--on-timeout=<onTimeout>] - [--on-unknown-state=<onUnknownState>] - [--on-unknown-state-requested=<onUnknownStateRequeste - _ d>_] [--progress=<type>] [-t=<timeoutPeriod>] [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]] [-u=any-match|all-match | - -w=any-match|all-match] [[--session=<sessionName>]] - [--any-scan-state=<scanStates>[,<scanStates>…​] - [--any-scan-state=<scanStates>[,<scanStates>…​]]…​ - | --any-publish-state=<publishStates>[, - <publishStates>…​] - [--any-publish-state=<publishStates>[, - <publishStates>…​]]…​ | --any-ssc-state=<sscStates> - [,<sscStates>…​] [--any-ssc-state=<sscStates>[, - <sscStates>…​]]…​] scan-job-tokens…​

-
-
-
-
-

Description

-
-
-

Although this command offers a lot of options to cover many different use cases, you can simply pass a scan id (possibly stored using --store on the 'scan start' command) to wait until either the scan has been fully processed on SSC (if --publish-to was specified on the 'scan start' command and ScanCentral Controller version > 22.1), until the scan has been published to SSC (if --publish-to was specified on the 'scan start' command and ScanCentral Controller version ⇐ 22.1), or until the scan was completed (if --publish-to was not specified on the 'scan start' command).

-
-
-

The following scan/publish states are currently known by fcli: -See fcli help output

-
-
-

The following SSC artifact processing states are currently known by fcli: -See fcli help output

-
-
-
-
-

Options

-
-
-
-
--any-publish-state=<publishStates>[,<publishStates>…​]
-
-

One or more scan publishing states against which to match the given scans.

-
-
--any-scan-state=<scanStates>[,<scanStates>…​]
-
-

One or more scan states against which to match the given scans.

-
-
--any-ssc-state=<sscStates>[,<sscStates>…​]
-
-

One or more SSC artifact processing states against which to match the given scans.

-
-
-i, --interval=<intervalPeriod>
-
-

Polling interval, for example 5s (5 seconds) or 1m (1 minute).

-
-
--on-failure-state=<onFailureState>
-
-

Action to take when a failure state is returned for any of the records: wait, terminate, fail.

-
-
--on-timeout=<onTimeout>
-
-

Action to take when timeout occurs: terminate, fail.

-
-
--on-unknown-state=<onUnknownState>
-
-

Action to take when an unknown state is returned for any of the records: wait, terminate, fail.

-
-
--on-unknown-state-requested=<onUnknownStateRequested>
-
-

Action to take when an unknown state is passed in any of the --while or --until options: ignore, fail.

-
-
--progress=<type>
-
-

Configure progress output. Allowed values: auto, none, simple, single-line, ansi. Default value: auto. Proper output of single-line and ansi depends on console capabilities.

-
-
-t, --timeout=<timeoutPeriod>
-
-

Time-out, for example 30s (30 seconds), 5m (5 minutes), 1h (1 hour).

-
-
-u, --until=any-match|all-match
-
-

Wait until either any or all scans match. If neither --until or --while are specified, default is to wait until all scans match.

-
-
-w, --while=any-match|all-match
-
-

Wait while either any or all scans match.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the ScanCentral SAST session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
scan-job-tokens…​
-
-

Scan job token.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-sc-sast-scan.html b/dev_2.0.0-beta/manpage/fcli-sc-sast-scan.html deleted file mode 100644 index a735615c60..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-sc-sast-scan.html +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: fcli-sc-sast-scan(1) -fcli_version: ---- - - - - - - - -fcli-sc-sast-scan(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli sc-sast scan [-h] [COMMAND]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
cancel
-
-

Cancel a previously submitted scan request.

-
-
start
-
-

Start a SAST scan.

-
-
status
-
-

Get status for a previously submitted scan request.

-
-
wait-for
-
-

Wait for one or more scans to reach or exit specified scan statuses.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-sc-sast-sensor-list.html b/dev_2.0.0-beta/manpage/fcli-sc-sast-sensor-list.html deleted file mode 100644 index a7577ee7be..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-sc-sast-sensor-list.html +++ /dev/null @@ -1,141 +0,0 @@ ---- -title: fcli-sc-sast-sensor-list(1) -fcli_version: ---- - - - - - - - -fcli-sc-sast-sensor-list(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli sc-sast sensor list [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]] [-q=<SpEL expression>]

-
-
-
-
-

Description

-
-
-

This command lists sensor information for all available SanCentral SAST sensors. It calls the SSC API and as such requires an active SSC session.

-
-
-
-
-

Options

-
-
-
-
-q, --query=<SpEL expression>
-
-

Only display records for which the given Spring Expression Language (SpEL) expression returns true.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the ScanCentral SAST session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-sc-sast-sensor.html b/dev_2.0.0-beta/manpage/fcli-sc-sast-sensor.html deleted file mode 100644 index b1e47d5bfb..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-sc-sast-sensor.html +++ /dev/null @@ -1,87 +0,0 @@ ---- -title: fcli-sc-sast-sensor(1) -fcli_version: ---- - - - - - - - -fcli-sc-sast-sensor(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli sc-sast sensor [-h] [COMMAND]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
list, ls
-
-

List ScanCentral SAST sensors

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-sc-sast-session-list.html b/dev_2.0.0-beta/manpage/fcli-sc-sast-session-list.html deleted file mode 100644 index beddbafc17..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-sc-sast-session-list.html +++ /dev/null @@ -1,133 +0,0 @@ ---- -title: fcli-sc-sast-session-list(1) -fcli_version: ---- - - - - - - - -fcli-sc-sast-session-list(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli sc-sast session list [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - [-q=<SpEL expression>]

-
-
-
-
-

Description

-
-
-

This commands lists all ScanCentral SAST sessions created through the login command, as long as they haven’t been explicitly terminated through the 'logout' command.

-
-
-

For sessions created using user name and password, the output of this command will show session expiry date and status, based on the data provided by SSC at the time the login command was issued. Any changes to the generated token will not be reflected in the output of this command. Even if a session is no longer valid because the generated token was revoked (through SSC UI or 'fcli ssc token revoke' command), the output of this command may still show the session as not having expired. Similarly, any changes to token validity will not be reflected in the output of this command.

-
-
-

For sessions created using a pre-generated token, fcli cannot display session expiration date or status, as SSC doesn’t allow for obtaining this information.

-
-
-
-
-

Options

-
-
-
-
-q, --query=<SpEL expression>
-
-

Only display records for which the given Spring Expression Language (SpEL) expression returns true.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-sc-sast-session-login.html b/dev_2.0.0-beta/manpage/fcli-sc-sast-session-login.html deleted file mode 100644 index 3cfb6e5b03..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-sc-sast-session-login.html +++ /dev/null @@ -1,241 +0,0 @@ ---- -title: fcli-sc-sast-session-login(1) -fcli_version: ---- - - - - - - - -fcli-sc-sast-session-login(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli sc-sast session login -c[=<clientAuthToken>] [--session=<sessionName>] - [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] ([-k] - [--socket-timeout=<socketTimeout>] - [--connect-timeout=<connectTimeout>] - --ssc-url=<url>) ((-u=<user> -p[=<password>] - [--expire-in=<expireIn>]) | -t[=<token>])

-
-
-
-
-

Description

-
-
-

This command stores the SSC and ScanCentral SAST API URL and authentication token in an encrypted session file in the fcli state data folder, for use by other 'fcli sc-sast' commands to connect to the specified SSC/ScanCentral SAST instance. Option values may be passed on the command line or specified through environment variables (common for CI/CD pipeline use) as listed below.

-
-
-

When logging in with username and password, this command will connect to SSC to generate a CIToken; the user password is not stored by fcli. When logging in with a pre-generated CIToken, this token will be stored as-is. Note that due to SSC limitations, fcli cannot determine when the token will expire.

-
-
-

For interactive use, you may choose to keep the session open until it expires. For CI/CD integrations and other automations, you should always issue a logout command once work is complete. On shared/non-containerized systems, consider setting FCLI_STATE_DIR or FCLI_DATA_DIR environment variables to prevent unexpected interactions between different pipelines.

-
-
-
-
-

Options

-
-
-
-
--session=<sessionName>
-
-

Name for this ScanCentral SAST session. Default value: default.

-
-
-u, --ssc-user=<user>
-
-

SSC user name.

-
-

Environment variables:

-
-
-
-
FCLI_DEFAULT_SSC_USER: Shared with SSC/SC DAST
-
-
-
-
-
FCLI_DEFAULT_SC_SAST_SSC_USER: Only SC SAST commands
-
-
-
-
-p, --ssc-password[=<password>]
-
-

SSC password.

-
-

Environment variables:

-
-
-
-
FCLI_DEFAULT_SSC_PASSWORD: Shared with SSC/SC DAST
-
-
-
-
-
FCLI_DEFAULT_SC_SAST_SSC_PASSWORD: Only SC SAST commands
-
-
-
-
--expire-in=<expireIn>
-
-

Specify for how long the session should remain active, for example 1h (1 hour) or 1d (1 day).

-
-
-
Default: 1d
-
-
-
-
-t, --ssc-ci-token[=<token>]
-
-

SSC CIToken in either encoded (REST) or decoded (application) format.

-
-

Environment variables:

-
-
-
-
FCLI_DEFAULT_SSC_CI_TOKEN: Shared with SSC/SC DAST
-
-
-
-
-
FCLI_DEFAULT_SC_SAST_SSC_CI_TOKEN: Only SC SAST commands
-
-
-
-
-c, --client-auth-token[=<clientAuthToken>]
-
-

ScanCentral SAST client_auth_token (shared secret).

-
-

This token must match the client_auth_token property in ScanCentral SAST

-
-
-

Environment variables:

-
-
-
-
FCLI_DEFAULT_SC_SAST_CLIENT_AUTH_TOKEN
-
-
-
-
--ssc-url=<url>
-
-

SSC URL.

-
-

Environment variables:

-
-
-
-
FCLI_DEFAULT_SSC_URL: Shared with SSC/SC DAST
-
-
-
-
-
FCLI_DEFAULT_SC_SAST_SSC_URL: Only SC SAST commands
-
-
-
-
-k, --insecure
-
-

Disable SSL checks.

-
-
--socket-timeout=<socketTimeout>
-
-

Socket timeout for this session, for example 30s (30 seconds), 5m (5 minutes). Default value: 60 seconds.

-
-
--connect-timeout=<connectTimeout>
-
-

Connection timeout for this session, for example 30s (30 seconds), 5m (5 minutes). Default value: 10 seconds.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-sc-sast-session-logout.html b/dev_2.0.0-beta/manpage/fcli-sc-sast-session-logout.html deleted file mode 100644 index 8c1e41fe0a..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-sc-sast-session-logout.html +++ /dev/null @@ -1,165 +0,0 @@ ---- -title: fcli-sc-sast-session-logout(1) -fcli_version: ---- - - - - - - - -fcli-sc-sast-session-logout(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli sc-sast session logout [--session=<sessionName>] [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]] --no-revoke-token | (-u=<user> -p[=<password>])

-
-
-
-
-

Description

-
-
-

This command terminates a ScanCentral SAST session previously created through the 'login' command. This command will try to revoke the token passed to or generated by the 'login' command (unless the --no-revoke-token option is specified), and removes the session data from the fcli state data directory.

-
-
-
-
-

Options

-
-
-
-
--session=<sessionName>
-
-

Name of the ScanCentral SAST session to be terminated. Default value: default.

-
-
--no-revoke-token
-
-

Don’t revoke the token passed to or generated by the 'login' command. If user name and password were specified during login, it is recommended to have the 'logout' command revoke this token, to avoid exceeding SSCs maximum token limit. Note that due to SSC limitations, user credentials will need to be provided to allow for token revocation. If a pre-generated token was specified during login, usually you’ll want to pass this option to avoid the pre-generated token from being revoked.

-
-
-u, --ssc-user=<user>
-
-

SSC user name.

-
-

Environment variables:

-
-
-
-
FCLI_DEFAULT_SSC_USER: Shared with SSC/SC DAST
-
-
-
-
-
FCLI_DEFAULT_SC_SAST_SSC_USER: Only SC SAST commands
-
-
-
-
-p, --ssc-password[=<password>]
-
-

SSC password.

-
-

Environment variables:

-
-
-
-
FCLI_DEFAULT_SSC_PASSWORD: Shared with SSC/SC DAST
-
-
-
-
-
FCLI_DEFAULT_SC_SAST_SSC_PASSWORD: Only SC SAST commands
-
-
-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-sc-sast-session.html b/dev_2.0.0-beta/manpage/fcli-sc-sast-session.html deleted file mode 100644 index cb4df19533..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-sc-sast-session.html +++ /dev/null @@ -1,97 +0,0 @@ ---- -title: fcli-sc-sast-session(1) -fcli_version: ---- - - - - - - - -fcli-sc-sast-session(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli sc-sast session [-h] [COMMAND]

-
-
-
-
-

Description

-
-
-

The session commands allow for managing one or more ScanCentral SAST sessions used to connect to a particular SSC/ScanCentral SAST environment with particular credentials. Potentially you can have multiple open ScanCentral SAST sessions, for example connecting to different SSC/ScanCentral SAST environments like DEV and PROD, or connecting to the same SSC/ScanCentral SAST instance but with different credentials.

-
-
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
list, ls
-
-

List active and expired ScanCentral SAST sessions.

-
-
login
-
-

Create a session for interacting with ScanCentral SAST.

-
-
logout
-
-

Terminate ScanCentral SAST session.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-sc-sast.html b/dev_2.0.0-beta/manpage/fcli-sc-sast.html deleted file mode 100644 index 03e3469eca..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-sc-sast.html +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: fcli-sc-sast(1) -fcli_version: ---- - - - - - - - -fcli-sc-sast(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli sc-sast [-h] [COMMAND]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
session
-
-

Manage ScanCentral SAST sessions (start here).

-
-
scan
-
-

Manage ScanCentral SAST scans.

-
-
sensor
-
-

Manage ScanCentral SAST sensors

-
-
rest
-
-

Interact with ScanCentral SAST Controller REST API endpoints.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-ssc-activity-feed-list.html b/dev_2.0.0-beta/manpage/fcli-ssc-activity-feed-list.html deleted file mode 100644 index 2c39a63376..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-ssc-activity-feed-list.html +++ /dev/null @@ -1,145 +0,0 @@ ---- -title: fcli-ssc-activity-feed-list(1) -fcli_version: ---- - - - - - - - -fcli-ssc-activity-feed-list(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc activity-feed list [--q-param=<qParam>] [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - [-q=<SpEL expression>]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-q, --query=<SpEL expression>
-
-

Only display records for which the given Spring Expression Language (SpEL) expression returns true.

-
-
--q-param=<qParam>
-
-

Server-side queries are automatically generated from the -q / --query option if possible; generated queries can be viewed in the debug log. The --q-param option can be used to override the automatically generated query, for example to further optimize the request. See SSC REST API documentation for information on supported formats.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-ssc-activity-feed.html b/dev_2.0.0-beta/manpage/fcli-ssc-activity-feed.html deleted file mode 100644 index e4d9fdedd9..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-ssc-activity-feed.html +++ /dev/null @@ -1,87 +0,0 @@ ---- -title: fcli-ssc-activity-feed(1) -fcli_version: ---- - - - - - - - -fcli-ssc-activity-feed(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc activity-feed [-h] [COMMAND]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
list, ls
-
-

List activity feed entries.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-ssc-alert-get-definition.html b/dev_2.0.0-beta/manpage/fcli-ssc-alert-get-definition.html deleted file mode 100644 index 1d956e0753..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-ssc-alert-get-definition.html +++ /dev/null @@ -1,140 +0,0 @@ ---- -title: fcli-ssc-alert-get-definition(1) -fcli_version: ---- - - - - - - - -fcli-ssc-alert-get-definition(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc alert get-definition [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - <alertDefinitionId>

-
-
-
-
-

Description

-
- -
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<alertDefinitionId>
-
-

Alert definition id.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-ssc-alert-list-definitions.html b/dev_2.0.0-beta/manpage/fcli-ssc-alert-list-definitions.html deleted file mode 100644 index 0d89285c68..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-ssc-alert-list-definitions.html +++ /dev/null @@ -1,146 +0,0 @@ ---- -title: fcli-ssc-alert-list-definitions(1) -fcli_version: ---- - - - - - - - -fcli-ssc-alert-list-definitions(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc alert list-definitions [--q-param=<qParam>] [[-h] - [--env-prefix=<envPrefix>] - [--log-file=<logFile>] - [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - [-q=<SpEL expression>]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-q, --query=<SpEL expression>
-
-

Only display records for which the given Spring Expression Language (SpEL) expression returns true.

-
-
--q-param=<qParam>
-
-

Server-side queries are automatically generated from the -q / --query option if possible; generated queries can be viewed in the debug log. The --q-param option can be used to override the automatically generated query, for example to further optimize the request. See SSC REST API documentation for information on supported formats.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-ssc-alert-list.html b/dev_2.0.0-beta/manpage/fcli-ssc-alert-list.html deleted file mode 100644 index 316b204476..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-ssc-alert-list.html +++ /dev/null @@ -1,143 +0,0 @@ ---- -title: fcli-ssc-alert-list(1) -fcli_version: ---- - - - - - - - -fcli-ssc-alert-list(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc alert list [--q-param=<qParam>] [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]] [-q=<SpEL expression>]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-q, --query=<SpEL expression>
-
-

Only display records for which the given Spring Expression Language (SpEL) expression returns true.

-
-
--q-param=<qParam>
-
-

Server-side queries are automatically generated from the -q / --query option if possible; generated queries can be viewed in the debug log. The --q-param option can be used to override the automatically generated query, for example to further optimize the request. See SSC REST API documentation for information on supported formats.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-ssc-alert.html b/dev_2.0.0-beta/manpage/fcli-ssc-alert.html deleted file mode 100644 index 5c3de5e409..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-ssc-alert.html +++ /dev/null @@ -1,95 +0,0 @@ ---- -title: fcli-ssc-alert(1) -fcli_version: ---- - - - - - - - -fcli-ssc-alert(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc alert [-h] [COMMAND]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
get-definition, getdef
-
-

Get alert definition details.

-
-
list-definitions, listdef, lsd
-
-

List alert definitions.

-
-
list, ls
-
-

List alerts.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-ssc-app-delete.html b/dev_2.0.0-beta/manpage/fcli-ssc-app-delete.html deleted file mode 100644 index 29b3d23304..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-ssc-app-delete.html +++ /dev/null @@ -1,153 +0,0 @@ ---- -title: fcli-ssc-app-delete(1) -fcli_version: ---- - - - - - - - -fcli-ssc-app-delete(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc app delete [-y] [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]] <appNameOrId>

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-y, --confirm
-
-

Confirm deletion of all versions within the specified application.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<appNameOrId>
-
-

Application name or id. Note that numeric values are always interpreted as id’s. If you have numeric application names, you will need to specify the application id.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-ssc-app-get.html b/dev_2.0.0-beta/manpage/fcli-ssc-app-get.html deleted file mode 100644 index 6d9588ea55..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-ssc-app-get.html +++ /dev/null @@ -1,138 +0,0 @@ ---- -title: fcli-ssc-app-get(1) -fcli_version: ---- - - - - - - - -fcli-ssc-app-get(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc app get [[-h] [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] [[--session=<sessionName>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] <appNameOrId>

-
-
-
-
-

Description

-
- -
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<appNameOrId>
-
-

Application name or id. Note that numeric values are always interpreted as id’s. If you have numeric application names, you will need to specify the application id.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-ssc-app-list.html b/dev_2.0.0-beta/manpage/fcli-ssc-app-list.html deleted file mode 100644 index 14b64db318..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-ssc-app-list.html +++ /dev/null @@ -1,143 +0,0 @@ ---- -title: fcli-ssc-app-list(1) -fcli_version: ---- - - - - - - - -fcli-ssc-app-list(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc app list [--q-param=<qParam>] [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]] [-q=<SpEL expression>]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-q, --query=<SpEL expression>
-
-

Only display records for which the given Spring Expression Language (SpEL) expression returns true.

-
-
--q-param=<qParam>
-
-

Server-side queries are automatically generated from the -q / --query option if possible; generated queries can be viewed in the debug log. The --q-param option can be used to override the automatically generated query, for example to further optimize the request. See SSC REST API documentation for information on supported formats.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-ssc-app-update.html b/dev_2.0.0-beta/manpage/fcli-ssc-app-update.html deleted file mode 100644 index 45601046ac..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-ssc-app-update.html +++ /dev/null @@ -1,157 +0,0 @@ ---- -title: fcli-ssc-app-update(1) -fcli_version: ---- - - - - - - - -fcli-ssc-app-update(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc app update [-d=<description>] [-n=<name>] [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] [[--session=<sessionName>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] <appNameOrId>

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-d, --description=<description>
-
-

New description for the application.

-
-
-n, --name=<name>
-
-

New name for the application.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<appNameOrId>
-
-

Application name or id. Note that numeric values are always interpreted as id’s. If you have numeric application names, you will need to specify the application id.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-ssc-app.html b/dev_2.0.0-beta/manpage/fcli-ssc-app.html deleted file mode 100644 index 2385ad7c5c..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-ssc-app.html +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: fcli-ssc-app(1) -fcli_version: ---- - - - - - - - -fcli-ssc-app(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc app [-h] [COMMAND]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
delete, rm
-
-

Delete an application and all contained versions.

-
-
get
-
-

Get application details.

-
-
list, ls
-
-

List applications.

-
-
update
-
-

Update an application.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-ssc-appversion-create.html b/dev_2.0.0-beta/manpage/fcli-ssc-appversion-create.html deleted file mode 100644 index 2d0b1c65c9..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-ssc-appversion-create.html +++ /dev/null @@ -1,188 +0,0 @@ ---- -title: fcli-ssc-appversion-create(1) -fcli_version: ---- - - - - - - - -fcli-ssc-appversion-create(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc appversion create [--auto-required-attrs] [--skip-if-exists] - [--active=<active>] [-d=<description>] - [--delim=<delimiter>] - [--issue-template=<issueTemplateNameOrId>] - [--add-users=<authEntitySpecs>[, - <authEntitySpecs>…​]]…​ [--attrs=[CATEGORY:] - _ ATTR=VALUE[,VALUE…​][,[CATEGORY:]ATTR=VALUE[,_ - _ VALUE…​]…​]]…​ [[-h] [--env-prefix=<envPrefix>_] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]] <app>:<version>

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
--active=<active>
-
-

Specify whether application version should be activated (true, default) or not (false).

-
-
--add-users=<authEntitySpecs>[,<authEntitySpecs>…​]
-
-

Assign one or more (comma-separated) users or LDAP groups to the application version; accepts user id, entity name or email address. Option is repeatable.

-
-
--attrs, --attributes=[CATEGORY:]ATTR=VALUE[,VALUE…​][,[CATEGORY:]ATTR=VALUE[,VALUE…​]…​]
-
-

Set values for one or more attributes. This option accepts a comma-separated list of attribute value assignments.

-
-
--auto-required-attrs
-
-

Automatically set a default value for required application version attributes.

-
-
-d, --description=<description>
-
-

Application version description.

-
-
--delim=<delimiter>
-
-

Change the default delimiter character when using options that accept "application:version" as an argument or parameter.

-
-
--issue-template=<issueTemplateNameOrId>
-
-

Issue template name or id.

-
-
--skip-if-exists
-
-

Skip application version creation if an application version with the specified name already exists.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<app>:<version>
-
-

Application and version name.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-ssc-appversion-delete.html b/dev_2.0.0-beta/manpage/fcli-ssc-appversion-delete.html deleted file mode 100644 index 5b5fd18f62..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-ssc-appversion-delete.html +++ /dev/null @@ -1,154 +0,0 @@ ---- -title: fcli-ssc-appversion-delete(1) -fcli_version: ---- - - - - - - - -fcli-ssc-appversion-delete(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc appversion delete [--delim=<delimiter>] [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]] <appVersionNameOrId>

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
--delim=<delimiter>
-
-

Change the default delimiter character when using options that accept "application:version" as an argument or parameter.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<appVersionNameOrId>
-
-

Application version id or <application>:<version> name.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-ssc-appversion-download-state.html b/dev_2.0.0-beta/manpage/fcli-ssc-appversion-download-state.html deleted file mode 100644 index fee44d73ce..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-ssc-appversion-download-state.html +++ /dev/null @@ -1,168 +0,0 @@ ---- -title: fcli-ssc-appversion-download-state(1) -fcli_version: ---- - - - - - - - -fcli-ssc-appversion-download-state(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc appversion download-state [--[no-]include-sources] - [--delim=<delimiter>] [-f=<file>] [[-h] - [--env-prefix=<envPrefix>] - [--log-file=<logFile>] - [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] [--store=_variableName - _ ] - [--to-file=<outputFile>_]] - <appVersionNameOrId>

-
-
-
-
-

Description

-
-
-

Download application version state artifact. See 'fcli ssc artifact download' for downloading individual artifacts.

-
-
-
-
-

Options

-
-
-
-
--delim=<delimiter>
-
-

Change the default delimiter character when using options that accept "application:version" as an argument or parameter.

-
-
-f, --file=<file>
-
-

Optional output file path.

-
-
--[no-]include-sources
-
-

Sources are included by default; use --no-include-sources to download artifact without sources.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<appVersionNameOrId>
-
-

Application version id or <application>:<version> name.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-ssc-appversion-get.html b/dev_2.0.0-beta/manpage/fcli-ssc-appversion-get.html deleted file mode 100644 index 59bd7f5a9a..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-ssc-appversion-get.html +++ /dev/null @@ -1,159 +0,0 @@ ---- -title: fcli-ssc-appversion-get(1) -fcli_version: ---- - - - - - - - -fcli-ssc-appversion-get(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc appversion get [--delim=<delimiter>] [--embed=<embedSuppliers>[, - <embedSuppliers>…​]]…​ [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] [[--session=<sessionName>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - <appVersionNameOrId>

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
--delim=<delimiter>
-
-

Change the default delimiter character when using options that accept "application:version" as an argument or parameter.

-
-
--embed=<embedSuppliers>[,<embedSuppliers>…​]
-
-

Embed extra application version data. Allowed values: attrs, attrsByName, attrsByGuid, attrValuesByName, attrValuesByGuid, bugtracker, customTags, filterSets, folders, resultProcessingRules.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<appVersionNameOrId>
-
-

Application version id or <application>:<version> name.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-ssc-appversion-list.html b/dev_2.0.0-beta/manpage/fcli-ssc-appversion-list.html deleted file mode 100644 index cc086b9194..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-ssc-appversion-list.html +++ /dev/null @@ -1,181 +0,0 @@ ---- -title: fcli-ssc-appversion-list(1) -fcli_version: ---- - - - - - - - -fcli-ssc-appversion-list(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc appversion list [--q-param=<qParam>] [--embed=<embedSuppliers>[, - <embedSuppliers>…​]]…​ [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] [[--session=<sessionName>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - [-q=<SpEL expression>]

-
-
-
-
-

Description

-
-
-

By default, this command simply lists all application versions. However, the --embed, --query and --output options allow for implementing advanced use cases. Some examples:

-
-
-
-
List application versions created by user 'admin':
--q 'createdBy=="admin"'
-
-
-
-
-
List application versions requiring refresh:
--q 'refreshRequired'
-
-
-
-
-
List application versions with artifacts requiring approval:
--q 'currentState.attentionRequired'
-
-
-
-
-
List application versions with business risk 'High':
---embed attrValuesByGuid -q 'attrValuesByGuid["BusinessRisk"].contains("High")'
-
-
-
-
-
Generate script for purging all application versions:
--o 'expr=fcli ssc appversion purge-artifacts --older-than 30d {id}\n'
-
-
-
-
-
-

Options

-
-
-
-
--embed=<embedSuppliers>[,<embedSuppliers>…​]
-
-

Embed extra application version data. Allowed values: attrs, attrsByName, attrsByGuid, attrValuesByName, attrValuesByGuid, bugtracker, customTags, filterSets, folders, resultProcessingRules.

-
-
-q, --query=<SpEL expression>
-
-

Only display records for which the given Spring Expression Language (SpEL) expression returns true.

-
-
--q-param=<qParam>
-
-

Server-side queries are automatically generated from the -q / --query option if possible; generated queries can be viewed in the debug log. The --q-param option can be used to override the automatically generated query, for example to further optimize the request. See SSC REST API documentation for information on supported formats.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-ssc-appversion-purge-artifacts.html b/dev_2.0.0-beta/manpage/fcli-ssc-appversion-purge-artifacts.html deleted file mode 100644 index 5035cbc040..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-ssc-appversion-purge-artifacts.html +++ /dev/null @@ -1,163 +0,0 @@ ---- -title: fcli-ssc-appversion-purge-artifacts(1) -fcli_version: ---- - - - - - - - -fcli-ssc-appversion-purge-artifacts(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc appversion purge-artifacts [--delim=<delimiter>] [-p=<olderThan>] - [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] - [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] [--store=_variableName - _ ] - [--to-file=<outputFile>_]] - <appVersionNameOrId>

-
-
-
-
-

Description

-
-
-

Purge all application version artifacts older than the specified date. See 'fcli ssc artifact purge' for purging individual artifacts.

-
-
-
-
-

Options

-
-
-
-
--delim=<delimiter>
-
-

Change the default delimiter character when using options that accept "application:version" as an argument or parameter.

-
-
-p, --older-than=<olderThan>
-
-

Purge artifacts older than the specified value, in the format 30d (30 days), 1y (1 year).

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<appVersionNameOrId>
-
-

Application version id or <application>:<version> name.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-ssc-appversion-refresh-metrics.html b/dev_2.0.0-beta/manpage/fcli-ssc-appversion-refresh-metrics.html deleted file mode 100644 index b994064210..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-ssc-appversion-refresh-metrics.html +++ /dev/null @@ -1,165 +0,0 @@ ---- -title: fcli-ssc-appversion-refresh-metrics(1) -fcli_version: ---- - - - - - - - -fcli-ssc-appversion-refresh-metrics(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc appversion refresh-metrics [--delim=<delimiter>] - [--embed=<embedSuppliers>[, - <embedSuppliers>…​]]…​ [[-h] - [--env-prefix=<envPrefix>] - [--log-file=<logFile>] - [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] [--store=_variableName - _ ] - [--to-file=<outputFile>_]] - <appVersionNameOrId>

-
-
-
-
-

Description

-
-
-

This command allows for refreshing SSC application version metrics, similar to the little 'refresh' button shown on the SSC application version page in case a refresh is required/pending.

-
-
-
-
-

Options

-
-
-
-
--delim=<delimiter>
-
-

Change the default delimiter character when using options that accept "application:version" as an argument or parameter.

-
-
--embed=<embedSuppliers>[,<embedSuppliers>…​]
-
-

Embed extra application version data. Allowed values: attrs, attrsByName, attrsByGuid, attrValuesByName, attrValuesByGuid, bugtracker, customTags, filterSets, folders, resultProcessingRules.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<appVersionNameOrId>
-
-

Application version id or <application>:<version> name.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-ssc-appversion-update.html b/dev_2.0.0-beta/manpage/fcli-ssc-appversion-update.html deleted file mode 100644 index 52bde8554a..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-ssc-appversion-update.html +++ /dev/null @@ -1,184 +0,0 @@ ---- -title: fcli-ssc-appversion-update(1) -fcli_version: ---- - - - - - - - -fcli-ssc-appversion-update(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc appversion update [-d=<description>] [--delim=<delimiter>] - [--issue-template=<issueTemplateNameOrId>] - [-n=<name>] [--add-users=<authEntitySpecs>[, - <authEntitySpecs>…​]]…​ [--attrs=[CATEGORY:] - _ ATTR=VALUE[,VALUE…​][,[CATEGORY:]ATTR=VALUE[,_ - _ VALUE…​]…​]]…​ [--rm-users=<authEntitySpecs>_[, - <authEntitySpecs>…​]]…​ [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]] <appVersionNameOrId>

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
--add-users=<authEntitySpecs>[,<authEntitySpecs>…​]
-
-

Assign one or more (comma-separated) users or LDAP groups to the application version; accepts user id, entity name or email address. Option is repeatable.

-
-
--attrs, --attributes=[CATEGORY:]ATTR=VALUE[,VALUE…​][,[CATEGORY:]ATTR=VALUE[,VALUE…​]…​]
-
-

Set values for one or more attributes. This option accepts a comma-separated list of attribute value assignments.

-
-
-d, --description=<description>
-
-

Update application version description.

-
-
--delim=<delimiter>
-
-

Change the default delimiter character when using options that accept "application:version" as an argument or parameter.

-
-
--issue-template=<issueTemplateNameOrId>
-
-

Issue template name or id.

-
-
-n, --name=<name>
-
-

Update application version name.

-
-
--rm-users=<authEntitySpecs>[,<authEntitySpecs>…​]
-
-

Remove one or more (comma-separated) users or LDAP groups from the application version; accepts user id, entity name or email address. Option is repeatable.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<appVersionNameOrId>
-
-

Application version id or <application>:<version> name.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-ssc-appversion-user-add.html b/dev_2.0.0-beta/manpage/fcli-ssc-appversion-user-add.html deleted file mode 100644 index f983a619fb..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-ssc-appversion-user-add.html +++ /dev/null @@ -1,165 +0,0 @@ ---- -title: fcli-ssc-appversion-user-add(1) -fcli_version: ---- - - - - - - - -fcli-ssc-appversion-user-add(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc appversion-user add [--allow-multi-match] - --appversion=<appVersionNameOrId> - [--delim=<delimiter>] [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - <authEntitySpecs>…​

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
--allow-multi-match
-
-

Allow for multiple matches.

-
-
--appversion=<appVersionNameOrId>
-
-

Application version id or <application>:<version> name.

-
-
--delim=<delimiter>
-
-

Change the default delimiter character when using options that accept "application:version" as an argument or parameter.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<authEntitySpecs>…​
-
-

One or more users or LDAP groups; accepts user id, entity name or email address.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-ssc-appversion-user-delete.html b/dev_2.0.0-beta/manpage/fcli-ssc-appversion-user-delete.html deleted file mode 100644 index 8e593b8a36..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-ssc-appversion-user-delete.html +++ /dev/null @@ -1,166 +0,0 @@ ---- -title: fcli-ssc-appversion-user-delete(1) -fcli_version: ---- - - - - - - - -fcli-ssc-appversion-user-delete(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc appversion-user delete [--allow-multi-match] - --appversion=<appVersionNameOrId> - [--delim=<delimiter>] [[-h] - [--env-prefix=<envPrefix>] - [--log-file=<logFile>] - [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - <authEntitySpecs>…​

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
--allow-multi-match
-
-

Allow for multiple matches.

-
-
--appversion=<appVersionNameOrId>
-
-

Application version id or <application>:<version> name.

-
-
--delim=<delimiter>
-
-

Change the default delimiter character when using options that accept "application:version" as an argument or parameter.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<authEntitySpecs>…​
-
-

One or more users or LDAP groups; accepts user id, entity name or email address.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-ssc-appversion-user-list.html b/dev_2.0.0-beta/manpage/fcli-ssc-appversion-user-list.html deleted file mode 100644 index 086899d01c..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-ssc-appversion-user-list.html +++ /dev/null @@ -1,150 +0,0 @@ ---- -title: fcli-ssc-appversion-user-list(1) -fcli_version: ---- - - - - - - - -fcli-ssc-appversion-user-list(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc appversion-user list --appversion=<appVersionNameOrId> - [--delim=<delimiter>] [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - [-q=<SpEL expression>]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
--appversion=<appVersionNameOrId>
-
-

Application version id or <application>:<version> name.

-
-
--delim=<delimiter>
-
-

Change the default delimiter character when using options that accept "application:version" as an argument or parameter.

-
-
-q, --query=<SpEL expression>
-
-

Only display records for which the given Spring Expression Language (SpEL) expression returns true.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-ssc-appversion-user.html b/dev_2.0.0-beta/manpage/fcli-ssc-appversion-user.html deleted file mode 100644 index 7ca8c95cb9..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-ssc-appversion-user.html +++ /dev/null @@ -1,97 +0,0 @@ ---- -title: fcli-ssc-appversion-user(1) -fcli_version: ---- - - - - - - - -fcli-ssc-appversion-user(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc appversion-user [-h] [COMMAND]

-
-
-
-
-

Description

-
-
-

These commands are likely to change in an upcoming fcli version.

-
-
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
add
-
-

(PREVIEW) Add users to an application version.

-
-
delete, rm
-
-

(PREVIEW) Delete users from an application version.

-
-
list, ls
-
-

(PREVIEW) List users assigned to an application version.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-ssc-appversion.html b/dev_2.0.0-beta/manpage/fcli-ssc-appversion.html deleted file mode 100644 index 9a50b669fd..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-ssc-appversion.html +++ /dev/null @@ -1,115 +0,0 @@ ---- -title: fcli-ssc-appversion(1) -fcli_version: ---- - - - - - - - -fcli-ssc-appversion(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc appversion [-h] [COMMAND]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
create
-
-

Create an application version.

-
-
delete, rm
-
-

Delete an application version.

-
-
download-state
-
-

Download application version state.

-
-
get
-
-

Get application version details.

-
-
list, ls
-
-

List application versions.

-
-
purge-artifacts
-
-

Purge application version artifacts.

-
-
refresh-metrics
-
-

Refresh application version metrics.

-
-
update
-
-

Update an application version.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-ssc-artifact-approve.html b/dev_2.0.0-beta/manpage/fcli-ssc-artifact-approve.html deleted file mode 100644 index 8c719eecd0..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-ssc-artifact-approve.html +++ /dev/null @@ -1,153 +0,0 @@ ---- -title: fcli-ssc-artifact-approve(1) -fcli_version: ---- - - - - - - - -fcli-ssc-artifact-approve(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc artifact approve [-m=<message>] [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]] artifact-id

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-m, --message=<message>
-
-

Approval message, default value 'Approved through fcli'.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
artifact-id
-
-

Artifact id.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-ssc-artifact-delete.html b/dev_2.0.0-beta/manpage/fcli-ssc-artifact-delete.html deleted file mode 100644 index 435915d286..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-ssc-artifact-delete.html +++ /dev/null @@ -1,139 +0,0 @@ ---- -title: fcli-ssc-artifact-delete(1) -fcli_version: ---- - - - - - - - -fcli-ssc-artifact-delete(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc artifact delete [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]] artifact-id

-
-
-
-
-

Description

-
- -
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
artifact-id
-
-

Artifact id.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-ssc-artifact-download.html b/dev_2.0.0-beta/manpage/fcli-ssc-artifact-download.html deleted file mode 100644 index 2d1b58f715..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-ssc-artifact-download.html +++ /dev/null @@ -1,160 +0,0 @@ ---- -title: fcli-ssc-artifact-download(1) -fcli_version: ---- - - - - - - - -fcli-ssc-artifact-download(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc artifact download [--[no-]include-sources] [-f=<file>] [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]] artifact-id

-
-
-
-
-

Description

-
-
-

Download an artifact by id. See 'fcli ssc appversion download-state' for downloading application state.

-
-
-
-
-

Options

-
-
-
-
-f, --file=<file>
-
-

Optional output file path.

-
-
--[no-]include-sources
-
-

Sources are included by default; use --no-include-sources to download artifact without sources.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
artifact-id
-
-

Artifact id.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-ssc-artifact-get.html b/dev_2.0.0-beta/manpage/fcli-ssc-artifact-get.html deleted file mode 100644 index 4ff977790f..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-ssc-artifact-get.html +++ /dev/null @@ -1,138 +0,0 @@ ---- -title: fcli-ssc-artifact-get(1) -fcli_version: ---- - - - - - - - -fcli-ssc-artifact-get(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc artifact get [[-h] [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] [[--session=<sessionName>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] <artifactId>

-
-
-
-
-

Description

-
- -
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<artifactId>
-
-

Id of the artifact to be retrieved.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-ssc-artifact-import-debricked.html b/dev_2.0.0-beta/manpage/fcli-ssc-artifact-import-debricked.html deleted file mode 100644 index e014745ab4..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-ssc-artifact-import-debricked.html +++ /dev/null @@ -1,197 +0,0 @@ ---- -title: fcli-ssc-artifact-import-debricked(1) -fcli_version: ---- - - - - - - - -fcli-ssc-artifact-import-debricked(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc artifact import-debricked --appversion=<appVersionNameOrId> - -b=<branch> [--delim=<delimiter>] - [-e=<engineType>] [-f=<fileName>] - [--progress=<type>] -r=<repository> [[-h] - [--env-prefix=<envPrefix>] - [--log-file=<logFile>] - [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] [--store=_variableName - _ ] - [--to-file=<outputFile>_]] ([-k] - [--socket-timeout=<socketTimeout>] - [--connect-timeout=<connectTimeout>]) - ((-u=<user> -p[=<password>]) | -t - [=<accessToken>])

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
--appversion=<appVersionNameOrId>
-
-

Application version id or <application>:<version> name.

-
-
-b, --branch=<branch>
-
-

Branch in the given repository for which to retrieve the SBOM.

-
-
--connect-timeout=<connectTimeout>
-
-

Connection timeout for this session, for example 30s (30 seconds), 5m (5 minutes). Default value: 10 seconds.

-
-
--delim=<delimiter>
-
-

Change the default delimiter character when using options that accept "application:version" as an argument or parameter.

-
-
-e, --engine-type=<engineType>
-
-

SSC engine type. Default value: DEBRICKED.

-
-
-f, --save-sbom-as=<fileName>
-
-

Save a copy of the SBOM file downloaded from Debricked to the given file.

-
-
-k, --insecure
-
-

Disable SSC checks when connecting to Debricked.

-
-
-p, --debricked-password[=<password>]
-
-

Password for the given debricked user.

-
-
--progress=<type>
-
-

Configure progress output. Allowed values: auto, none, simple, single-line, ansi. Default value: auto. Proper output of single-line and ansi depends on console capabilities.

-
-
-r, --repository=<repository>
-
-

Debricked repository name or id.

-
-
--socket-timeout=<socketTimeout>
-
-

Socket timeout for this session, for example 30s (30 seconds), 5m (5 minutes). Default value: 60 seconds.

-
-
-t, --debricked-access-token[=<accessToken>]
-
-

Debricked long-lived access token.

-
-
-u, --debricked-user=<user>
-
-

Debricked user name / email address.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-ssc-artifact-list.html b/dev_2.0.0-beta/manpage/fcli-ssc-artifact-list.html deleted file mode 100644 index 6a75cc0dbc..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-ssc-artifact-list.html +++ /dev/null @@ -1,148 +0,0 @@ ---- -title: fcli-ssc-artifact-list(1) -fcli_version: ---- - - - - - - - -fcli-ssc-artifact-list(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc artifact list --appversion=<appVersionNameOrId> [--delim=<delimiter>] - [[-h] [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] [[--session=<sessionName>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] [-q=<SpEL _ - _ expression>]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
--appversion=<appVersionNameOrId>
-
-

Application version id or <application>:<version> name.

-
-
--delim=<delimiter>
-
-

Change the default delimiter character when using options that accept "application:version" as an argument or parameter.

-
-
-q, --query=<SpEL expression>
-
-

Only display records for which the given Spring Expression Language (SpEL) expression returns true.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-ssc-artifact-purge.html b/dev_2.0.0-beta/manpage/fcli-ssc-artifact-purge.html deleted file mode 100644 index 9a9d154d54..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-ssc-artifact-purge.html +++ /dev/null @@ -1,141 +0,0 @@ ---- -title: fcli-ssc-artifact-purge(1) -fcli_version: ---- - - - - - - - -fcli-ssc-artifact-purge(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc artifact purge [[-h] [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] [[--session=<sessionName>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - artifact-id

-
-
-
-
-

Description

-
-
-

Purge an individual artifact by id. See 'fcli ssc appversion purge-artifacts' for purging multiple artifacts by date.

-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
artifact-id
-
-

Artifact id.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-ssc-artifact-upload.html b/dev_2.0.0-beta/manpage/fcli-ssc-artifact-upload.html deleted file mode 100644 index 44a1bbe0a6..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-ssc-artifact-upload.html +++ /dev/null @@ -1,157 +0,0 @@ ---- -title: fcli-ssc-artifact-upload(1) -fcli_version: ---- - - - - - - - -fcli-ssc-artifact-upload(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc artifact upload --appversion=<appVersionNameOrId> - [--delim=<delimiter>] [-e=<engineType>] -f=<file> - [--progress=<type>] [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
--appversion=<appVersionNameOrId>
-
-

Application version id or <application>:<version> name.

-
-
--delim=<delimiter>
-
-

Change the default delimiter character when using options that accept "application:version" as an argument or parameter.

-
-
-e, --engine-type=<engineType>
-
-

Engine type specifying which SSC parser plugin should be used to process the uploaded artifact. This option should only be used for raw 3rd-party results, not for standard Fortify (FPR) results or 3rd-party results in a zip-file accompanied by a scan.info file.

-
-
-f, --file=<file>
-
-

File to upload.

-
-
--progress=<type>
-
-

Configure progress output. Allowed values: auto, none, simple, single-line, ansi. Default value: auto. Proper output of single-line and ansi depends on console capabilities.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-ssc-artifact-wait-for.html b/dev_2.0.0-beta/manpage/fcli-ssc-artifact-wait-for.html deleted file mode 100644 index 064e626e36..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-ssc-artifact-wait-for.html +++ /dev/null @@ -1,203 +0,0 @@ ---- -title: fcli-ssc-artifact-wait-for(1) -fcli_version: ---- - - - - - - - -fcli-ssc-artifact-wait-for(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc artifact wait-for [-i=<intervalPeriod>] - [--on-failure-state=<onFailureState>] - [--on-timeout=<onTimeout>] - [--on-unknown-state=<onUnknownState>] - [--on-unknown-state-requested=<onUnknownStateRequeste - _ d>_] [--progress=<type>] [-t=<timeoutPeriod>] - [-s=<states>[,<states>…​]]…​ [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]] [-u=any-match|all-match | - -w=any-match|all-match] [[--session=<sessionName>]] - artifact-id’s…​

-
-
-
-
-

Description

-
-
-

Although this command offers a lot of options to cover many different use cases, you can simply pass an artifact id (possibly stored using --store on the 'artifact upload' command) to wait for artifact processing completion. If any error state or unknown state is detected, an exception will be thrown.

-
-
-

The following states are currently known by fcli: -See fcli help output

-
-
-
-
-

Options

-
-
-
-
-i, --interval=<intervalPeriod>
-
-

Polling interval, for example 5s (5 seconds) or 1m (1 minute).

-
-
--on-failure-state=<onFailureState>
-
-

Action to take when a failure state is returned for any of the records: wait, terminate, fail.

-
-
--on-timeout=<onTimeout>
-
-

Action to take when timeout occurs: terminate, fail.

-
-
--on-unknown-state=<onUnknownState>
-
-

Action to take when an unknown state is returned for any of the records: wait, terminate, fail.

-
-
--on-unknown-state-requested=<onUnknownStateRequested>
-
-

Action to take when an unknown state is passed in any of the --while or --until options: ignore, fail.

-
-
--progress=<type>
-
-

Configure progress output. Allowed values: auto, none, simple, single-line, ansi. Default value: auto. Proper output of single-line and ansi depends on console capabilities.

-
-
-s, --any-state=<states>[,<states>…​]
-
-

One or more processing states against which to match the given artifacts.

-
-
-t, --timeout=<timeoutPeriod>
-
-

Time-out, for example 30s (30 seconds), 5m (5 minutes), 1h (1 hour).

-
-
-u, --until=any-match|all-match
-
-

Wait until either any or all artifacts match. If neither --until or --while are specified, default is to wait until all artifacts match.

-
-
-w, --while=any-match|all-match
-
-

Wait while either any or all artifacts match.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
artifact-id’s…​
-
-

One or more artifact id’s.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-ssc-artifact.html b/dev_2.0.0-beta/manpage/fcli-ssc-artifact.html deleted file mode 100644 index d511b99c0e..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-ssc-artifact.html +++ /dev/null @@ -1,119 +0,0 @@ ---- -title: fcli-ssc-artifact(1) -fcli_version: ---- - - - - - - - -fcli-ssc-artifact(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc artifact [-h] [COMMAND]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
approve
-
-

Approve an artifact.

-
-
delete, rm
-
-

Delete an artifact.

-
-
download
-
-

Download an artifact.

-
-
get
-
-

Get artifact details.

-
-
import-debricked
-
-

Import results from Debricked as SSC application version artifact.

-
-
list, ls
-
-

List application version artifacts.

-
-
purge
-
-

Purge an artifact.

-
-
upload
-
-

Upload an artifact.

-
-
wait-for
-
-

Wait for SSC artifact to reach or exit specified artifact statuses.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-ssc-attribute-get-definition.html b/dev_2.0.0-beta/manpage/fcli-ssc-attribute-get-definition.html deleted file mode 100644 index 4d496af8d1..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-ssc-attribute-get-definition.html +++ /dev/null @@ -1,141 +0,0 @@ ---- -title: fcli-ssc-attribute-get-definition(1) -fcli_version: ---- - - - - - - - -fcli-ssc-attribute-get-definition(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc attribute get-definition [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] - [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - [CATEGORY:]ATTR

-
-
-
-
-

Description

-
- -
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
[CATEGORY:]ATTR
-
-

Attribute definition name or id.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-ssc-attribute-list-definitions.html b/dev_2.0.0-beta/manpage/fcli-ssc-attribute-list-definitions.html deleted file mode 100644 index dbd6aa7576..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-ssc-attribute-list-definitions.html +++ /dev/null @@ -1,147 +0,0 @@ ---- -title: fcli-ssc-attribute-list-definitions(1) -fcli_version: ---- - - - - - - - -fcli-ssc-attribute-list-definitions(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc attribute list-definitions [--q-param=<qParam>] [[-h] - [--env-prefix=<envPrefix>] - [--log-file=<logFile>] - [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] [--store=_variableName - _ ] - [--to-file=<outputFile>_]] [-q=<SpEL _ - _ expression>]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-q, --query=<SpEL expression>
-
-

Only display records for which the given Spring Expression Language (SpEL) expression returns true.

-
-
--q-param=<qParam>
-
-

Server-side queries are automatically generated from the -q / --query option if possible; generated queries can be viewed in the debug log. The --q-param option can be used to override the automatically generated query, for example to further optimize the request. See SSC REST API documentation for information on supported formats.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-ssc-attribute-list.html b/dev_2.0.0-beta/manpage/fcli-ssc-attribute-list.html deleted file mode 100644 index 065a4de823..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-ssc-attribute-list.html +++ /dev/null @@ -1,148 +0,0 @@ ---- -title: fcli-ssc-attribute-list(1) -fcli_version: ---- - - - - - - - -fcli-ssc-attribute-list(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc attribute list --appversion=<appVersionNameOrId> [--delim=<delimiter>] - [[-h] [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] [[--session=<sessionName>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] [-q=<SpEL _ - _ expression>]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
--appversion=<appVersionNameOrId>
-
-

Application version id or <application>:<version> name.

-
-
--delim=<delimiter>
-
-

Change the default delimiter character when using options that accept "application:version" as an argument or parameter.

-
-
-q, --query=<SpEL expression>
-
-

Only display records for which the given Spring Expression Language (SpEL) expression returns true.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-ssc-attribute-update.html b/dev_2.0.0-beta/manpage/fcli-ssc-attribute-update.html deleted file mode 100644 index 402f49cfdc..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-ssc-attribute-update.html +++ /dev/null @@ -1,151 +0,0 @@ ---- -title: fcli-ssc-attribute-update(1) -fcli_version: ---- - - - - - - - -fcli-ssc-attribute-update(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc attribute update --appversion=<appVersionNameOrId> - [--delim=<delimiter>] --attrs=[CATEGORY:]ATTR=VALUE[, - _ VALUE…​][,[CATEGORY:]ATTR=VALUE[,VALUE…​]…​] - [--attrs=[CATEGORY:]ATTR=VALUE[,VALUE…​][,[CATEGORY:]_ - _ ATTR=VALUE[,VALUE…​]…​]]…​ [[-h] - [--env-prefix=<envPrefix>_] [--log-file=<logFile>] - [--log-level=<logLevel>]] [[--session=<sessionName>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
--appversion=<appVersionNameOrId>
-
-

Application version id or <application>:<version> name.

-
-
--attrs, --attributes=[CATEGORY:]ATTR=VALUE[,VALUE…​][,[CATEGORY:]ATTR=VALUE[,VALUE…​]…​]
-
-

Set values for one or more attributes. This option accepts a comma-separated list of attribute value assignments.

-
-
--delim=<delimiter>
-
-

Change the default delimiter character when using options that accept "application:version" as an argument or parameter.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-ssc-attribute.html b/dev_2.0.0-beta/manpage/fcli-ssc-attribute.html deleted file mode 100644 index 318ca76fcf..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-ssc-attribute.html +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: fcli-ssc-attribute(1) -fcli_version: ---- - - - - - - - -fcli-ssc-attribute(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc attribute [-h] [COMMAND]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
get-definition, getdef
-
-

Get attribute definition details.

-
-
list-definitions, listdef, lsd
-
-

List attribute definitions.

-
-
list, ls
-
-

List application version attributes.

-
-
update
-
-

Update application version attributes.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-ssc-event-list.html b/dev_2.0.0-beta/manpage/fcli-ssc-event-list.html deleted file mode 100644 index 4b94296110..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-ssc-event-list.html +++ /dev/null @@ -1,143 +0,0 @@ ---- -title: fcli-ssc-event-list(1) -fcli_version: ---- - - - - - - - -fcli-ssc-event-list(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc event list [--q-param=<qParam>] [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]] [-q=<SpEL expression>]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-q, --query=<SpEL expression>
-
-

Only display records for which the given Spring Expression Language (SpEL) expression returns true.

-
-
--q-param=<qParam>
-
-

Server-side queries are automatically generated from the -q / --query option if possible; generated queries can be viewed in the debug log. The --q-param option can be used to override the automatically generated query, for example to further optimize the request. See SSC REST API documentation for information on supported formats.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-ssc-event.html b/dev_2.0.0-beta/manpage/fcli-ssc-event.html deleted file mode 100644 index 80a94522a2..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-ssc-event.html +++ /dev/null @@ -1,87 +0,0 @@ ---- -title: fcli-ssc-event(1) -fcli_version: ---- - - - - - - - -fcli-ssc-event(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc event [-h] [COMMAND]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
list, ls
-
-

List system events.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-ssc-issue-count.html b/dev_2.0.0-beta/manpage/fcli-ssc-issue-count.html deleted file mode 100644 index 115c8590ce..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-ssc-issue-count.html +++ /dev/null @@ -1,158 +0,0 @@ ---- -title: fcli-ssc-issue-count(1) -fcli_version: ---- - - - - - - - -fcli-ssc-issue-count(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc issue count --appversion=<appVersionNameOrId> - [--by=<groupSetDisplayNameOrId>] [--delim=<delimiter>] - [--filterset=<filterSetTitleOrId>] [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] [[--session=<sessionName>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] [-q=<SpEL _ - _ expression>]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
--appversion=<appVersionNameOrId>
-
-

Application version id or <application>:<version> name.

-
-
--by=<groupSetDisplayNameOrId>
-
-

Issue group display name or id.

-
-
--delim=<delimiter>
-
-

Change the default delimiter character when using options that accept "application:version" as an argument or parameter.

-
-
--filterset=<filterSetTitleOrId>
-
-

Filter set title (name) or id.

-
-
-q, --query=<SpEL expression>
-
-

Only display records for which the given Spring Expression Language (SpEL) expression returns true.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-ssc-issue-get-filterset.html b/dev_2.0.0-beta/manpage/fcli-ssc-issue-get-filterset.html deleted file mode 100644 index 552dbfbb2a..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-ssc-issue-get-filterset.html +++ /dev/null @@ -1,160 +0,0 @@ ---- -title: fcli-ssc-issue-get-filterset(1) -fcli_version: ---- - - - - - - - -fcli-ssc-issue-get-filterset(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc issue get-filterset --appversion=<appVersionNameOrId> - [--delim=<delimiter>] [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - <filterSetTitleOrId>

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
--appversion=<appVersionNameOrId>
-
-

Application version id or <application>:<version> name.

-
-
--delim=<delimiter>
-
-

Change the default delimiter character when using options that accept "application:version" as an argument or parameter.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<filterSetTitleOrId>
-
-

Filter set title (name) or id.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-ssc-issue-get-group.html b/dev_2.0.0-beta/manpage/fcli-ssc-issue-get-group.html deleted file mode 100644 index 81f9171049..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-ssc-issue-get-group.html +++ /dev/null @@ -1,158 +0,0 @@ ---- -title: fcli-ssc-issue-get-group(1) -fcli_version: ---- - - - - - - - -fcli-ssc-issue-get-group(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc issue get-group --appversion=<appVersionNameOrId> - [--delim=<delimiter>] [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]] <groupSetDisplayNameOrId>

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
--appversion=<appVersionNameOrId>
-
-

Application version id or <application>:<version> name.

-
-
--delim=<delimiter>
-
-

Change the default delimiter character when using options that accept "application:version" as an argument or parameter.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<groupSetDisplayNameOrId>
-
-

Issue group display name or id.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-ssc-issue-list-filtersets.html b/dev_2.0.0-beta/manpage/fcli-ssc-issue-list-filtersets.html deleted file mode 100644 index addd8c29c3..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-ssc-issue-list-filtersets.html +++ /dev/null @@ -1,150 +0,0 @@ ---- -title: fcli-ssc-issue-list-filtersets(1) -fcli_version: ---- - - - - - - - -fcli-ssc-issue-list-filtersets(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc issue list-filtersets --appversion=<appVersionNameOrId> - [--delim=<delimiter>] [[-h] - [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - [-q=<SpEL expression>]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
--appversion=<appVersionNameOrId>
-
-

Application version id or <application>:<version> name.

-
-
--delim=<delimiter>
-
-

Change the default delimiter character when using options that accept "application:version" as an argument or parameter.

-
-
-q, --query=<SpEL expression>
-
-

Only display records for which the given Spring Expression Language (SpEL) expression returns true.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-ssc-issue-list-groups.html b/dev_2.0.0-beta/manpage/fcli-ssc-issue-list-groups.html deleted file mode 100644 index 5b291fef98..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-ssc-issue-list-groups.html +++ /dev/null @@ -1,149 +0,0 @@ ---- -title: fcli-ssc-issue-list-groups(1) -fcli_version: ---- - - - - - - - -fcli-ssc-issue-list-groups(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc issue list-groups --appversion=<appVersionNameOrId> - [--delim=<delimiter>] [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]] [-q=<SpEL expression>]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
--appversion=<appVersionNameOrId>
-
-

Application version id or <application>:<version> name.

-
-
--delim=<delimiter>
-
-

Change the default delimiter character when using options that accept "application:version" as an argument or parameter.

-
-
-q, --query=<SpEL expression>
-
-

Only display records for which the given Spring Expression Language (SpEL) expression returns true.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-ssc-issue-template-create.html b/dev_2.0.0-beta/manpage/fcli-ssc-issue-template-create.html deleted file mode 100644 index dcc585e889..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-ssc-issue-template-create.html +++ /dev/null @@ -1,153 +0,0 @@ ---- -title: fcli-ssc-issue-template-create(1) -fcli_version: ---- - - - - - - - -fcli-ssc-issue-template-create(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc issue-template create [--set-as-default] [-d=<description>] -f=<file> - -n=<issueTemplateName> [[-h] - [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] [--store=_variableName - _ ] [--to-file=<outputFile>_]]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-d, --description=<description>
-
-

Issue template description.

-
-
-f, --file=<file>
-
-

Issue template file path.

-
-
-n, --name=<issueTemplateName>
-
-

Issue template name.

-
-
--set-as-default
-
-

Set this issue template as the default issue template.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-ssc-issue-template-delete.html b/dev_2.0.0-beta/manpage/fcli-ssc-issue-template-delete.html deleted file mode 100644 index 81cdaeef9f..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-ssc-issue-template-delete.html +++ /dev/null @@ -1,140 +0,0 @@ ---- -title: fcli-ssc-issue-template-delete(1) -fcli_version: ---- - - - - - - - -fcli-ssc-issue-template-delete(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc issue-template delete [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - <issueTemplateNameOrId>

-
-
-
-
-

Description

-
- -
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<issueTemplateNameOrId>
-
-

Issue template name or id.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-ssc-issue-template-download.html b/dev_2.0.0-beta/manpage/fcli-ssc-issue-template-download.html deleted file mode 100644 index 7f059d63e1..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-ssc-issue-template-download.html +++ /dev/null @@ -1,155 +0,0 @@ ---- -title: fcli-ssc-issue-template-download(1) -fcli_version: ---- - - - - - - - -fcli-ssc-issue-template-download(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc issue-template download [-f=<file>] [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] - [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - <issueTemplateNameOrId>

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-f, --file=<file>
-
-

Optional issue template file path.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<issueTemplateNameOrId>
-
-

Issue template name or id.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-ssc-issue-template-get.html b/dev_2.0.0-beta/manpage/fcli-ssc-issue-template-get.html deleted file mode 100644 index 76b7d0d798..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-ssc-issue-template-get.html +++ /dev/null @@ -1,140 +0,0 @@ ---- -title: fcli-ssc-issue-template-get(1) -fcli_version: ---- - - - - - - - -fcli-ssc-issue-template-get(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc issue-template get [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - <issueTemplateNameOrId>

-
-
-
-
-

Description

-
- -
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<issueTemplateNameOrId>
-
-

Issue template name or id.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-ssc-issue-template-list.html b/dev_2.0.0-beta/manpage/fcli-ssc-issue-template-list.html deleted file mode 100644 index ca2ba67913..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-ssc-issue-template-list.html +++ /dev/null @@ -1,145 +0,0 @@ ---- -title: fcli-ssc-issue-template-list(1) -fcli_version: ---- - - - - - - - -fcli-ssc-issue-template-list(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc issue-template list [--q-param=<qParam>] [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - [-q=<SpEL expression>]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-q, --query=<SpEL expression>
-
-

Only display records for which the given Spring Expression Language (SpEL) expression returns true.

-
-
--q-param=<qParam>
-
-

Server-side queries are automatically generated from the -q / --query option if possible; generated queries can be viewed in the debug log. The --q-param option can be used to override the automatically generated query, for example to further optimize the request. See SSC REST API documentation for information on supported formats.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-ssc-issue-template-update.html b/dev_2.0.0-beta/manpage/fcli-ssc-issue-template-update.html deleted file mode 100644 index bcd6479ade..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-ssc-issue-template-update.html +++ /dev/null @@ -1,163 +0,0 @@ ---- -title: fcli-ssc-issue-template-update(1) -fcli_version: ---- - - - - - - - -fcli-ssc-issue-template-update(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc issue-template update [--set-as-default] [-d=<description>] - [-n=<name>] [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - <issueTemplateNameOrId>

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-d, --description=<description>
-
-

Update issue template description.

-
-
-n, --name=<name>
-
-

Update issue template name.

-
-
--set-as-default
-
-

Set this issue template as the default issue template.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<issueTemplateNameOrId>
-
-

Issue template name or id.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-ssc-issue-template.html b/dev_2.0.0-beta/manpage/fcli-ssc-issue-template.html deleted file mode 100644 index 422468959e..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-ssc-issue-template.html +++ /dev/null @@ -1,107 +0,0 @@ ---- -title: fcli-ssc-issue-template(1) -fcli_version: ---- - - - - - - - -fcli-ssc-issue-template(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc issue-template [-h] [COMMAND]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
create
-
-

Create/upload an issue template.

-
-
delete, rm
-
-

Delete an issue template.

-
-
download
-
-

Download an issue template.

-
-
get
-
-

Get issue template details.

-
-
list, ls
-
-

List issue templates.

-
-
update
-
-

Update an issue template.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-ssc-issue.html b/dev_2.0.0-beta/manpage/fcli-ssc-issue.html deleted file mode 100644 index cb3ecc74da..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-ssc-issue.html +++ /dev/null @@ -1,103 +0,0 @@ ---- -title: fcli-ssc-issue(1) -fcli_version: ---- - - - - - - - -fcli-ssc-issue(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc issue [-h] [COMMAND]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
get-filterset, get-fs
-
-

Get filter set details.

-
-
list-filtersets, list-fs, lsfs
-
-

List application version filter sets.

-
-
get-group
-
-

Get issue group details.

-
-
list-groups, lsg
-
-

List application version issue groups.

-
-
count
-
-

Count application version vulnerabilities by grouping.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-ssc-job-cancel.html b/dev_2.0.0-beta/manpage/fcli-ssc-job-cancel.html deleted file mode 100644 index 4ad4df4bcb..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-ssc-job-cancel.html +++ /dev/null @@ -1,138 +0,0 @@ ---- -title: fcli-ssc-job-cancel(1) -fcli_version: ---- - - - - - - - -fcli-ssc-job-cancel(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc job cancel [[-h] [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] [[--session=<sessionName>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] <jobName>

-
-
-
-
-

Description

-
- -
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<jobName>
-
-

Job name.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-ssc-job-get.html b/dev_2.0.0-beta/manpage/fcli-ssc-job-get.html deleted file mode 100644 index 439b7e5d3a..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-ssc-job-get.html +++ /dev/null @@ -1,138 +0,0 @@ ---- -title: fcli-ssc-job-get(1) -fcli_version: ---- - - - - - - - -fcli-ssc-job-get(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc job get [[-h] [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] [[--session=<sessionName>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] <jobName>

-
-
-
-
-

Description

-
- -
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<jobName>
-
-

Job name.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-ssc-job-list.html b/dev_2.0.0-beta/manpage/fcli-ssc-job-list.html deleted file mode 100644 index ca202925b3..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-ssc-job-list.html +++ /dev/null @@ -1,143 +0,0 @@ ---- -title: fcli-ssc-job-list(1) -fcli_version: ---- - - - - - - - -fcli-ssc-job-list(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc job list [--q-param=<qParam>] [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]] [-q=<SpEL expression>]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-q, --query=<SpEL expression>
-
-

Only display records for which the given Spring Expression Language (SpEL) expression returns true.

-
-
--q-param=<qParam>
-
-

Server-side queries are automatically generated from the -q / --query option if possible; generated queries can be viewed in the debug log. The --q-param option can be used to override the automatically generated query, for example to further optimize the request. See SSC REST API documentation for information on supported formats.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-ssc-job-update.html b/dev_2.0.0-beta/manpage/fcli-ssc-job-update.html deleted file mode 100644 index 92743919c8..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-ssc-job-update.html +++ /dev/null @@ -1,153 +0,0 @@ ---- -title: fcli-ssc-job-update(1) -fcli_version: ---- - - - - - - - -fcli-ssc-job-update(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc job update --priority=<priority> [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]] <jobName>

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
--priority=<priority>
-
-

New priority for this job.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<jobName>
-
-

Job name.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-ssc-job.html b/dev_2.0.0-beta/manpage/fcli-ssc-job.html deleted file mode 100644 index 0b7815c3dd..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-ssc-job.html +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: fcli-ssc-job(1) -fcli_version: ---- - - - - - - - -fcli-ssc-job(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc job [-h] [COMMAND]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
cancel
-
-

Cancel a job.

-
-
get
-
-

Get job details.

-
-
list, ls
-
-

List jobs.

-
-
update
-
-

Update job priority.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-ssc-plugin-disable.html b/dev_2.0.0-beta/manpage/fcli-ssc-plugin-disable.html deleted file mode 100644 index b73bc4176e..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-ssc-plugin-disable.html +++ /dev/null @@ -1,139 +0,0 @@ ---- -title: fcli-ssc-plugin-disable(1) -fcli_version: ---- - - - - - - - -fcli-ssc-plugin-disable(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc plugin disable [[-h] [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] [[--session=<sessionName>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - <numericPluginId>

-
-
-
-
-

Description

-
- -
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<numericPluginId>
-
-

Numeric plugin id.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-ssc-plugin-enable.html b/dev_2.0.0-beta/manpage/fcli-ssc-plugin-enable.html deleted file mode 100644 index 60e3d88c63..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-ssc-plugin-enable.html +++ /dev/null @@ -1,139 +0,0 @@ ---- -title: fcli-ssc-plugin-enable(1) -fcli_version: ---- - - - - - - - -fcli-ssc-plugin-enable(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc plugin enable [[-h] [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] [[--session=<sessionName>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - <numericPluginId>

-
-
-
-
-

Description

-
- -
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<numericPluginId>
-
-

Numeric plugin id.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-ssc-plugin-get.html b/dev_2.0.0-beta/manpage/fcli-ssc-plugin-get.html deleted file mode 100644 index 59c8d66756..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-ssc-plugin-get.html +++ /dev/null @@ -1,139 +0,0 @@ ---- -title: fcli-ssc-plugin-get(1) -fcli_version: ---- - - - - - - - -fcli-ssc-plugin-get(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc plugin get [[-h] [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] [[--session=<sessionName>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - <numericPluginId>

-
-
-
-
-

Description

-
- -
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<numericPluginId>
-
-

Numeric plugin id.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-ssc-plugin-install.html b/dev_2.0.0-beta/manpage/fcli-ssc-plugin-install.html deleted file mode 100644 index 2fd710e913..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-ssc-plugin-install.html +++ /dev/null @@ -1,143 +0,0 @@ ---- -title: fcli-ssc-plugin-install(1) -fcli_version: ---- - - - - - - - -fcli-ssc-plugin-install(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc plugin install [--[no-]auto-enable] -f=<file> [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] [[--session=<sessionName>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-f, --file=<file>
-
-

Plugin jar file to install.

-
-
--[no-]auto-enable
-
-

The plugin being installed will be enabled automatically, unless the --no-auto-enable option is provided.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-ssc-plugin-list.html b/dev_2.0.0-beta/manpage/fcli-ssc-plugin-list.html deleted file mode 100644 index 472b1fb8b5..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-ssc-plugin-list.html +++ /dev/null @@ -1,139 +0,0 @@ ---- -title: fcli-ssc-plugin-list(1) -fcli_version: ---- - - - - - - - -fcli-ssc-plugin-list(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc plugin list [[-h] [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] [[--session=<sessionName>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] [-q=<SpEL _ - _ expression>]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-q, --query=<SpEL expression>
-
-

Only display records for which the given Spring Expression Language (SpEL) expression returns true.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-ssc-plugin-uninstall.html b/dev_2.0.0-beta/manpage/fcli-ssc-plugin-uninstall.html deleted file mode 100644 index c168c91113..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-ssc-plugin-uninstall.html +++ /dev/null @@ -1,154 +0,0 @@ ---- -title: fcli-ssc-plugin-uninstall(1) -fcli_version: ---- - - - - - - - -fcli-ssc-plugin-uninstall(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc plugin uninstall [--[no-]auto-disable] [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] [[--session=<sessionName>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - <numericPluginId>

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
--[no-]auto-disable
-
-

The plugin being deleted will be automatically disabled, unless the --no-auto-disable option is provided.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<numericPluginId>
-
-

Numeric plugin id.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-ssc-plugin.html b/dev_2.0.0-beta/manpage/fcli-ssc-plugin.html deleted file mode 100644 index 2da8784f8c..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-ssc-plugin.html +++ /dev/null @@ -1,107 +0,0 @@ ---- -title: fcli-ssc-plugin(1) -fcli_version: ---- - - - - - - - -fcli-ssc-plugin(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc plugin [-h] [COMMAND]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
install
-
-

Install a plugin.

-
-
uninstall
-
-

Uninstall a plugin.

-
-
enable
-
-

Enable a plugin.

-
-
disable
-
-

Disable a plugin.

-
-
get
-
-

Get plugin details.

-
-
list, ls
-
-

List plugins.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-ssc-report-create-template-config.html b/dev_2.0.0-beta/manpage/fcli-ssc-report-create-template-config.html deleted file mode 100644 index ee3f19c359..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-ssc-report-create-template-config.html +++ /dev/null @@ -1,133 +0,0 @@ ---- -title: fcli-ssc-report-create-template-config(1) -fcli_version: ---- - - - - - - - -fcli-ssc-report-create-template-config(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc report create-template-config [-y] [-c=<outputFileName>] [[-h] - [--env-prefix=<envPrefix>] - [--log-file=<logFile>] - [--log-level=<logLevel>]] ] [--store=_variableName - _ ] - [--to-file=<outputFile>_]]

-
-
-
-
-

Description

-
-
-

Generate a sample report template configuration file for use by the 'create' command. This configuration file defines settings like the name of the report template, what parameters it accepts, and the types for those parameters.

-
-
-
-
-

Options

-
-
-
-
-c, --config=<outputFileName>
-
-

Output file for the generated configuration.

-
-
-y, --confirm
-
-

Confirm overwriting existing configuration file.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-ssc-report-create-template.html b/dev_2.0.0-beta/manpage/fcli-ssc-report-create-template.html deleted file mode 100644 index 1bfc5cb1ad..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-ssc-report-create-template.html +++ /dev/null @@ -1,145 +0,0 @@ ---- -title: fcli-ssc-report-create-template(1) -fcli_version: ---- - - - - - - - -fcli-ssc-report-create-template(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc report create-template [-c=<answerFile>] -t=<templatePath> [[-h] - [--env-prefix=<envPrefix>] - [--log-file=<logFile>] - [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] [--store=_variableName - _ ] [--to-file=<outputFile>_]]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-c, --config=<answerFile>
-
-

File containing report template configuration, like report parameters. You can use the 'generate-config' command to create a new configuration file template.

-
-
-t, --template=<templatePath>
-
-

BIRT report template to be uploaded to SSC.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-ssc-report-delete-template.html b/dev_2.0.0-beta/manpage/fcli-ssc-report-delete-template.html deleted file mode 100644 index c0da9d84f3..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-ssc-report-delete-template.html +++ /dev/null @@ -1,141 +0,0 @@ ---- -title: fcli-ssc-report-delete-template(1) -fcli_version: ---- - - - - - - - -fcli-ssc-report-delete-template(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc report delete-template [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] - [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - <reportTemplateNameOrId>

-
-
-
-
-

Description

-
- -
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<reportTemplateNameOrId>
-
-

The name or ID of the report template definition.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-ssc-report-download-template.html b/dev_2.0.0-beta/manpage/fcli-ssc-report-download-template.html deleted file mode 100644 index b774281dbf..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-ssc-report-download-template.html +++ /dev/null @@ -1,155 +0,0 @@ ---- -title: fcli-ssc-report-download-template(1) -fcli_version: ---- - - - - - - - -fcli-ssc-report-download-template(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc report download-template [-f=<file>] [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] - [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - <reportTemplateNameOrId>

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-f, --file=<file>
-
-

Optional issue template file path.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<reportTemplateNameOrId>
-
-

The name or ID of the report template definition.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-ssc-report-get-template.html b/dev_2.0.0-beta/manpage/fcli-ssc-report-get-template.html deleted file mode 100644 index fe0e057edf..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-ssc-report-get-template.html +++ /dev/null @@ -1,140 +0,0 @@ ---- -title: fcli-ssc-report-get-template(1) -fcli_version: ---- - - - - - - - -fcli-ssc-report-get-template(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc report get-template [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - <reportTemplateNameOrId>

-
-
-
-
-

Description

-
- -
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<reportTemplateNameOrId>
-
-

The name or ID of the report template definition.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-ssc-report-list-templates.html b/dev_2.0.0-beta/manpage/fcli-ssc-report-list-templates.html deleted file mode 100644 index d533af116f..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-ssc-report-list-templates.html +++ /dev/null @@ -1,140 +0,0 @@ ---- -title: fcli-ssc-report-list-templates(1) -fcli_version: ---- - - - - - - - -fcli-ssc-report-list-templates(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc report list-templates [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - [-q=<SpEL expression>]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-q, --query=<SpEL expression>
-
-

Only display records for which the given Spring Expression Language (SpEL) expression returns true.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-ssc-report.html b/dev_2.0.0-beta/manpage/fcli-ssc-report.html deleted file mode 100644 index 5e82a54811..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-ssc-report.html +++ /dev/null @@ -1,109 +0,0 @@ ---- -title: fcli-ssc-report(1) -fcli_version: ---- - - - - - - - -fcli-ssc-report(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc report [-h] [COMMAND]

-
-
-
-
-

Description

-
-
-

For now, this command only supports managing report templates; functionality for generating and downloading reports will be added in a later fcli version.

-
-
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
create-template
-
-

Create/upload a report template.

-
-
list-templates, lst
-
-

List report template definitions.

-
-
get-template
-
-

Get report template details.

-
-
download-template
-
-

Download a report template file.

-
-
create-template-config
-
-

Generate a sample report template configuration file.

-
-
delete-template, rm-template, rmt
-
-

Delete a report template.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-ssc-rest-call.html b/dev_2.0.0-beta/manpage/fcli-ssc-rest-call.html deleted file mode 100644 index 75fa77b9ec..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-ssc-rest-call.html +++ /dev/null @@ -1,174 +0,0 @@ ---- -title: fcli-ssc-rest-call(1) -fcli_version: ---- - - - - - - - -fcli-ssc-rest-call(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc rest call [--no-paging] [-d=<data>] [-X=<httpMethod>] [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] [[--no-transform] | -t=<expr>] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] [-q=<SpEL _ - _ expression>] [[--session=<sessionName>]] <uri>

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-d, --data=<data>
-
-

Data to send in the request body. This option takes either a string to be sent as request body, or @@<file> to send the contents of the given file as the request body (note the double at-sign). This option is not available for GET requests.

-
-
--no-paging
-
-

By default, this command will load all pages of data from SSC (from the given offset if specified as a request parameter). Use this option to return only a single page.

-
-
--no-transform
-
-

By default, this command performs generic transformations on SSC REST responses, like only outputting the actual response data (contents of the 'data' property). Use this option to output the original response contents without transformations.

-
-
-q, --query=<SpEL expression>
-
-

Only display records for which the given Spring Expression Language (SpEL) expression returns true.

-
-
-t, --transform=<expr>
-
-

This option allows for performing custom transformations on the response data based on a Spring Expression Language (SpEL) expression. For example, this allows for retrieving data from sub-properties, or using project selection/projection. Note that the expression operates on the raw response, as if --no-transform was specified before evaluating the expression.

-
-
-X, --request=<httpMethod>
-
-

HTTP method/verb to use for the API request, like GET, POST, DELETE, …​ Default value: GET.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<uri>
-
-

Relative URI to the REST API endpoint that you want to invoke.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-ssc-rest.html b/dev_2.0.0-beta/manpage/fcli-ssc-rest.html deleted file mode 100644 index e4c838e863..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-ssc-rest.html +++ /dev/null @@ -1,89 +0,0 @@ ---- -title: fcli-ssc-rest(1) -fcli_version: ---- - - - - - - - -fcli-ssc-rest(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc rest [-h] [COMMAND]

-
-
-
-
-

Description

-
-
-

These commands allow for direct interaction with SSC REST API endpoints, somewhat similar to using 'curl' but benefiting from standard fcli functionality like session management (no need to manually specify Authorization header), rich output formatting options, and query functionality.

-
-
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
call
-
-

Call an individual Fortify SSC REST API endpoint.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-ssc-role-create.html b/dev_2.0.0-beta/manpage/fcli-ssc-role-create.html deleted file mode 100644 index e8d308e64c..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-ssc-role-create.html +++ /dev/null @@ -1,162 +0,0 @@ ---- -title: fcli-ssc-role-create(1) -fcli_version: ---- - - - - - - - -fcli-ssc-role-create(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc role create [--universal-access] [-d=<description>] [-p=<permissionIds> - [,<permissionIds>…​]]…​ [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]] <name>

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-d, --description=<description>
-
-

Role description.

-
-
-p, --permission-ids=<permissionIds>[,<permissionIds>…​]
-
-

Comma-separated list of permission id’s to assign to this role.

-
-
--universal-access
-
-

Set this role to have universal access to all SSC application versions.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<name>
-
-

Role name.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-ssc-role-delete.html b/dev_2.0.0-beta/manpage/fcli-ssc-role-delete.html deleted file mode 100644 index b5f642e673..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-ssc-role-delete.html +++ /dev/null @@ -1,139 +0,0 @@ ---- -title: fcli-ssc-role-delete(1) -fcli_version: ---- - - - - - - - -fcli-ssc-role-delete(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc role delete [[-h] [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] [[--session=<sessionName>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - <roleNameOrId>

-
-
-
-
-

Description

-
- -
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<roleNameOrId>
-
-

Role name or id.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-ssc-role-get-permission.html b/dev_2.0.0-beta/manpage/fcli-ssc-role-get-permission.html deleted file mode 100644 index d40b0208ca..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-ssc-role-get-permission.html +++ /dev/null @@ -1,140 +0,0 @@ ---- -title: fcli-ssc-role-get-permission(1) -fcli_version: ---- - - - - - - - -fcli-ssc-role-get-permission(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc role get-permission [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - <rolePermissionNameOrId>

-
-
-
-
-

Description

-
- -
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<rolePermissionNameOrId>
-
-

Role permission name or id.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-ssc-role-get.html b/dev_2.0.0-beta/manpage/fcli-ssc-role-get.html deleted file mode 100644 index d1e7f2aa51..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-ssc-role-get.html +++ /dev/null @@ -1,138 +0,0 @@ ---- -title: fcli-ssc-role-get(1) -fcli_version: ---- - - - - - - - -fcli-ssc-role-get(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc role get [[-h] [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] [[--session=<sessionName>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] <roleNameOrId>

-
-
-
-
-

Description

-
- -
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<roleNameOrId>
-
-

Role name or id.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-ssc-role-list-permissions.html b/dev_2.0.0-beta/manpage/fcli-ssc-role-list-permissions.html deleted file mode 100644 index 5dd56f1f5a..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-ssc-role-list-permissions.html +++ /dev/null @@ -1,145 +0,0 @@ ---- -title: fcli-ssc-role-list-permissions(1) -fcli_version: ---- - - - - - - - -fcli-ssc-role-list-permissions(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc role list-permissions [--role=<roleNameOrId>] [[-h] - [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - [-q=<SpEL expression>]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-q, --query=<SpEL expression>
-
-

Only display records for which the given Spring Expression Language (SpEL) expression returns true.

-
-
--role=<roleNameOrId>
-
-

Role name or id.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-ssc-role-list.html b/dev_2.0.0-beta/manpage/fcli-ssc-role-list.html deleted file mode 100644 index 11fd213af4..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-ssc-role-list.html +++ /dev/null @@ -1,143 +0,0 @@ ---- -title: fcli-ssc-role-list(1) -fcli_version: ---- - - - - - - - -fcli-ssc-role-list(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc role list [--q-param=<qParam>] [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]] [-q=<SpEL expression>]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-q, --query=<SpEL expression>
-
-

Only display records for which the given Spring Expression Language (SpEL) expression returns true.

-
-
--q-param=<qParam>
-
-

Server-side queries are automatically generated from the -q / --query option if possible; generated queries can be viewed in the debug log. The --q-param option can be used to override the automatically generated query, for example to further optimize the request. See SSC REST API documentation for information on supported formats.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-ssc-role.html b/dev_2.0.0-beta/manpage/fcli-ssc-role.html deleted file mode 100644 index 22bf3b95e0..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-ssc-role.html +++ /dev/null @@ -1,107 +0,0 @@ ---- -title: fcli-ssc-role(1) -fcli_version: ---- - - - - - - - -fcli-ssc-role(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc role [-h] [COMMAND]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
create
-
-

Create a role.

-
-
delete, rm
-
-

Delete a role.

-
-
get
-
-

Get role details.

-
-
list, ls
-
-

List roles.

-
-
get-permission
-
-

Get role permission details.

-
-
list-permissions, lsp
-
-

List role permissions.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-ssc-seed-bundle-upload.html b/dev_2.0.0-beta/manpage/fcli-ssc-seed-bundle-upload.html deleted file mode 100644 index ec0588196d..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-ssc-seed-bundle-upload.html +++ /dev/null @@ -1,139 +0,0 @@ ---- -title: fcli-ssc-seed-bundle-upload(1) -fcli_version: ---- - - - - - - - -fcli-ssc-seed-bundle-upload(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc seed-bundle upload -f=<file> [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] [--store=_variableName - _ ] [--to-file=<outputFile>_]]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-f, --file=<file>
-
-

Seed bundle to upload.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-ssc-seed-bundle.html b/dev_2.0.0-beta/manpage/fcli-ssc-seed-bundle.html deleted file mode 100644 index 0ca7d9cb55..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-ssc-seed-bundle.html +++ /dev/null @@ -1,87 +0,0 @@ ---- -title: fcli-ssc-seed-bundle(1) -fcli_version: ---- - - - - - - - -fcli-ssc-seed-bundle(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc seed-bundle [-h] [COMMAND]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
upload
-
-

Upload a seed bundle.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-ssc-session-list.html b/dev_2.0.0-beta/manpage/fcli-ssc-session-list.html deleted file mode 100644 index 864fe61906..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-ssc-session-list.html +++ /dev/null @@ -1,132 +0,0 @@ ---- -title: fcli-ssc-session-list(1) -fcli_version: ---- - - - - - - - -fcli-ssc-session-list(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc session list [[-h] [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]] [-q=<SpEL expression>]

-
-
-
-
-

Description

-
-
-

This commands lists all SSC sessions created through the login command, as long as they haven’t been explicitly terminated through the 'logout' command.

-
-
-

For sessions created using user name and password, the output of this command will show session expiry date and status, based on the data provided by SSC at the time the login command was issued. Any changes to the generated token will not be reflected in the output of this command. Even if a session is no longer valid because the generated token was revoked (through SSC UI or 'fcli ssc token revoke' command), the output of this command may still show the session as not having expired. Similarly, any changes to token validity will not be reflected in the output of this command.

-
-
-

For sessions created using a pre-generated token, fcli cannot display session expiration date or status, as SSC doesn’t allow for obtaining this information.

-
-
-
-
-

Options

-
-
-
-
-q, --query=<SpEL expression>
-
-

Only display records for which the given Spring Expression Language (SpEL) expression returns true.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-ssc-session-login.html b/dev_2.0.0-beta/manpage/fcli-ssc-session-login.html deleted file mode 100644 index de07d32ac0..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-ssc-session-login.html +++ /dev/null @@ -1,238 +0,0 @@ ---- -title: fcli-ssc-session-login(1) -fcli_version: ---- - - - - - - - -fcli-ssc-session-login(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc session login [--session=<sessionName>] [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]] ([-k] - [--socket-timeout=<socketTimeout>] - [--connect-timeout=<connectTimeout>] --url=<url>) - ((-u=<user> -p[=<password>] [--expire-in=<expireIn>]) | - -t[=<token>] | --ci-token[=<token>])

-
-
-
-
-

Description

-
-
-

This command stores the SSC URL and authentication token in an encrypted session file in the fcli state data folder, for use by other 'fcli ssc' commands to connect to the specified SSC instance. Option values may be passed on the command line or specified through environment variables (common for CI/CD pipeline use) as listed below.

-
-
-

When logging in with username and password, this command will connect to SSC to generate a UnifiedLoginToken; the user password is not stored by fcli. When logging in with a pre-generated token, this token will be stored as-is. Note that due to SSC limitations, fcli cannot validate whether the given token is a valid SSC token, and doesn’t known when it will expire. If an invalid or expired token is given, the 'login' command may still succeed but subsequent 'fcli ssc' commands will fail. Also note that depending on token type, some 'fcli ssc' commands may fail due to the token not being allowed to access the necessary SSC API endpoints.

-
-
-

For interactive use, you may choose to keep the session open until it expires. For CI/CD integrations and other automations, you should always issue a logout command once work is complete. On shared/non-containerized systems, consider setting FCLI_STATE_DIR or FCLI_DATA_DIR environment variables to prevent unexpected interactions between different pipelines.

-
-
-
-
-

Options

-
-
-
-
--session=<sessionName>
-
-

Name for this SSC session. Default value: default.

-
-
-u, --user=<user>
-
-

SSC user name.

-
-

Environment variables:

-
-
-
-
FCLI_DEFAULT_SSC_USER: Shared with SC SAST/DAST
-
-
-
-
-
FCLI_DEFAULT_SSC_SESSION_USER: Only SSC session commands
-
-
-
-
-p, --password[=<password>]
-
-

SSC password.

-
-

Environment variables:

-
-
-
-
FCLI_DEFAULT_SSC_PASSWORD: Shared with SC SAST/DAST
-
-
-
-
-
FCLI_DEFAULT_SSC_SESSION_PASSWORD: Only SSC session commands
-
-
-
-
--expire-in=<expireIn>
-
-

Specify for how long the session should remain active, for example 1h (1 hour), 1d (1 day).

-
-
-
Default: 1d
-
-
-
-
-t, --token[=<token>]
-
-

SSC token in either encoded (REST) or decoded (application) format. Tokens can be created through the SSC web UI, or using the 'fcli ssc token create' command. Note that depending on token permissions, not all fcli commands may be available.

-
-

Environment variables:

-
-
-
-
FCLI_DEFAULT_SSC_TOKEN
-
-
-
-
--ci-token[=<token>]
-
-

SSC CIToken in either encoded (REST) or decoded (application) format. Tokens can be created through the SSC web UI, or using the 'fcli ssc token create' command. Note that most, but not all, fcli commands are available when logging in with a CIToken.

-
-

Environment variables:

-
-
-
-
FCLI_DEFAULT_SSC_CI_TOKEN: Shared with SC SAST/DAST
-
-
-
-
-
FCLI_DEFAULT_SSC_SESSION_CI_TOKEN: Only SSC session commands
-
-
-
-
--url=<url>
-
-

SSC URL.

-
-

Environment variables:

-
-
-
-
FCLI_DEFAULT_SSC_URL: Shared with SC SAST/DAST
-
-
-
-
-
FCLI_DEFAULT_SSC_SESSION_URL: Only SSC session commands
-
-
-
-
-k, --insecure
-
-

Disable SSL checks.

-
-
--socket-timeout=<socketTimeout>
-
-

Socket timeout for this session, for example 30s (30 seconds), 5m (5 minutes). Default value: 60 seconds.

-
-
--connect-timeout=<connectTimeout>
-
-

Connection timeout for this session, for example 30s (30 seconds), 5m (5 minutes). Default value: 10 seconds.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-ssc-session-logout.html b/dev_2.0.0-beta/manpage/fcli-ssc-session-logout.html deleted file mode 100644 index eb430733ca..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-ssc-session-logout.html +++ /dev/null @@ -1,165 +0,0 @@ ---- -title: fcli-ssc-session-logout(1) -fcli_version: ---- - - - - - - - -fcli-ssc-session-logout(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc session logout [--session=<sessionName>] [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]] --no-revoke-token | (-u=<user> -p[=<password>])

-
-
-
-
-

Description

-
-
-

This command terminates an SSC session previously created through the 'login' command. This command will try to revoke the token passed to or generated by the 'login' command (unless the --no-revoke-token option is specified), and removes the session data from the fcli state data directory.

-
-
-
-
-

Options

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to be terminated. Default value: default.

-
-
--no-revoke-token
-
-

Don’t revoke the token passed to or generated by the 'login' command. If user name and password were specified during login, it is recommended to have the 'logout' command revoke this token, to avoid exceeding SSCs maximum token limit. Note that due to SSC limitations, user credentials will need to be provided to allow for token revocation. If a pre-generated token was specified during login, usually you’ll want to pass this option to avoid the pre-generated token from being revoked.

-
-
-u, --user=<user>
-
-

SSC user name.

-
-

Environment variables:

-
-
-
-
FCLI_DEFAULT_SSC_USER: Shared with SC SAST/DAST
-
-
-
-
-
FCLI_DEFAULT_SSC_SESSION_USER: Only SSC session commands
-
-
-
-
-p, --password[=<password>]
-
-

SSC password.

-
-

Environment variables:

-
-
-
-
FCLI_DEFAULT_SSC_PASSWORD: Shared with SC SAST/DAST
-
-
-
-
-
FCLI_DEFAULT_SSC_SESSION_PASSWORD: Only SSC session commands
-
-
-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-ssc-session.html b/dev_2.0.0-beta/manpage/fcli-ssc-session.html deleted file mode 100644 index 8af465355c..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-ssc-session.html +++ /dev/null @@ -1,97 +0,0 @@ ---- -title: fcli-ssc-session(1) -fcli_version: ---- - - - - - - - -fcli-ssc-session(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc session [-h] [COMMAND]

-
-
-
-
-

Description

-
-
-

The session commands allow for managing one or more SSC sessions used to connect to a particular SSC instance with particular credentials. Potentially you can have multiple open SSC sessions, for example connecting to different SSC instances like DEV and PROD, or connecting to the same SSC instance but with different credentials.

-
-
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
list, ls
-
-

List active and expired Fortify SSC sessions.

-
-
login
-
-

Create a session for interacting with Fortify SSC.

-
-
logout
-
-

Terminate Fortify SSC session.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-ssc-token-create.html b/dev_2.0.0-beta/manpage/fcli-ssc-token-create.html deleted file mode 100644 index a2a071d012..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-ssc-token-create.html +++ /dev/null @@ -1,200 +0,0 @@ ---- -title: fcli-ssc-token-create(1) -fcli_version: ---- - - - - - - - -fcli-ssc-token-create(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc token create -p[=<password>] [--description=<description>] - [--expire-in=<expireIn>] -u=<user> [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] [--session=<sessionName> | - [[-k] [--socket-timeout=<socketTimeout>] - [--connect-timeout=<connectTimeout>] --url=<url>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] <type>

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
--connect-timeout=<connectTimeout>
-
-

Connection timeout for this session, for example 30s (30 seconds), 5m (5 minutes). Default value: 10 seconds.

-
-
--description=<description>
-
-

Token description.

-
-
--expire-in=<expireIn>
-
-

Expire token after the given time period, which is specified as 30m (30 minutes), 2h (2 hours), 1d (1 day).

-
-
-k, --insecure
-
-

Disable SSL checks.

-
-
-p, --password[=<password>]
-
-

SSC password.

-
-

Environment variables:

-
-
-
-
FCLI_DEFAULT_SSC_PASSWORD: Shared with SC SAST/DAST
-
-
-
-
-
FCLI_DEFAULT_SSC_SESSION_PASSWORD: Only SSC session commands
-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: null.

-
-
--socket-timeout=<socketTimeout>
-
-

Socket timeout for this session, for example 30s (30 seconds), 5m (5 minutes). Default value: 60 seconds.

-
-
-u, --user=<user>
-
-

SSC user name.

-
-

Environment variables:

-
-
-
-
FCLI_DEFAULT_SSC_USER: Shared with SC SAST/DAST
-
-
-
-
-
FCLI_DEFAULT_SSC_SESSION_USER: Only SSC session commands
-
-
-
-
--url=<url>
-
-

Base URL for accessing the remote system.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<type>
-
-

Token type, like CIToken, AnalysisUploadToken, …​

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-ssc-token-list-definitions.html b/dev_2.0.0-beta/manpage/fcli-ssc-token-list-definitions.html deleted file mode 100644 index b437a41268..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-ssc-token-list-definitions.html +++ /dev/null @@ -1,146 +0,0 @@ ---- -title: fcli-ssc-token-list-definitions(1) -fcli_version: ---- - - - - - - - -fcli-ssc-token-list-definitions(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc token list-definitions [--q-param=<qParam>] [[-h] - [--env-prefix=<envPrefix>] - [--log-file=<logFile>] - [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - [-q=<SpEL expression>]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-q, --query=<SpEL expression>
-
-

Only display records for which the given Spring Expression Language (SpEL) expression returns true.

-
-
--q-param=<qParam>
-
-

Server-side queries are automatically generated from the -q / --query option if possible; generated queries can be viewed in the debug log. The --q-param option can be used to override the automatically generated query, for example to further optimize the request. See SSC REST API documentation for information on supported formats.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-ssc-token-list.html b/dev_2.0.0-beta/manpage/fcli-ssc-token-list.html deleted file mode 100644 index c8370229fb..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-ssc-token-list.html +++ /dev/null @@ -1,182 +0,0 @@ ---- -title: fcli-ssc-token-list(1) -fcli_version: ---- - - - - - - - -fcli-ssc-token-list(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc token list -p[=<password>] -u=<user> [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [--session=<sessionName> | [[-k] - [--socket-timeout=<socketTimeout>] - [--connect-timeout=<connectTimeout>] --url=<url>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] [-q=<SpEL _ - _ expression>]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
--connect-timeout=<connectTimeout>
-
-

Connection timeout for this session, for example 30s (30 seconds), 5m (5 minutes). Default value: 10 seconds.

-
-
-k, --insecure
-
-

Disable SSL checks.

-
-
-p, --password[=<password>]
-
-

SSC password.

-
-

Environment variables:

-
-
-
-
FCLI_DEFAULT_SSC_PASSWORD: Shared with SC SAST/DAST
-
-
-
-
-
FCLI_DEFAULT_SSC_SESSION_PASSWORD: Only SSC session commands
-
-
-
-
-q, --query=<SpEL expression>
-
-

Only display records for which the given Spring Expression Language (SpEL) expression returns true.

-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: null.

-
-
--socket-timeout=<socketTimeout>
-
-

Socket timeout for this session, for example 30s (30 seconds), 5m (5 minutes). Default value: 60 seconds.

-
-
-u, --user=<user>
-
-

SSC user name.

-
-

Environment variables:

-
-
-
-
FCLI_DEFAULT_SSC_USER: Shared with SC SAST/DAST
-
-
-
-
-
FCLI_DEFAULT_SSC_SESSION_USER: Only SSC session commands
-
-
-
-
--url=<url>
-
-

Base URL for accessing the remote system.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-ssc-token-revoke.html b/dev_2.0.0-beta/manpage/fcli-ssc-token-revoke.html deleted file mode 100644 index 4a4b984b54..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-ssc-token-revoke.html +++ /dev/null @@ -1,192 +0,0 @@ ---- -title: fcli-ssc-token-revoke(1) -fcli_version: ---- - - - - - - - -fcli-ssc-token-revoke(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc token revoke -p[=<password>] -u=<user> [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] [--session=<sessionName> | - [[-k] [--socket-timeout=<socketTimeout>] - [--connect-timeout=<connectTimeout>] --url=<url>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - <tokenIdsOrValues>…​

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
--connect-timeout=<connectTimeout>
-
-

Connection timeout for this session, for example 30s (30 seconds), 5m (5 minutes). Default value: 10 seconds.

-
-
-k, --insecure
-
-

Disable SSL checks.

-
-
-p, --password[=<password>]
-
-

SSC password.

-
-

Environment variables:

-
-
-
-
FCLI_DEFAULT_SSC_PASSWORD: Shared with SC SAST/DAST
-
-
-
-
-
FCLI_DEFAULT_SSC_SESSION_PASSWORD: Only SSC session commands
-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: null.

-
-
--socket-timeout=<socketTimeout>
-
-

Socket timeout for this session, for example 30s (30 seconds), 5m (5 minutes). Default value: 60 seconds.

-
-
-u, --user=<user>
-
-

SSC user name.

-
-

Environment variables:

-
-
-
-
FCLI_DEFAULT_SSC_USER: Shared with SC SAST/DAST
-
-
-
-
-
FCLI_DEFAULT_SSC_SESSION_USER: Only SSC session commands
-
-
-
-
--url=<url>
-
-

Base URL for accessing the remote system.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<tokenIdsOrValues>…​
-
-

Either one or more token id’s, or one or more token values (comma-separated)

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-ssc-token-update.html b/dev_2.0.0-beta/manpage/fcli-ssc-token-update.html deleted file mode 100644 index da3f6d79e8..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-ssc-token-update.html +++ /dev/null @@ -1,200 +0,0 @@ ---- -title: fcli-ssc-token-update(1) -fcli_version: ---- - - - - - - - -fcli-ssc-token-update(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc token update -p[=<password>] [--description=<description>] - [--expire-in=<expireIn>] -u=<user> [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] [--session=<sessionName> | - [[-k] [--socket-timeout=<socketTimeout>] - [--connect-timeout=<connectTimeout>] --url=<url>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] token-id

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
--connect-timeout=<connectTimeout>
-
-

Connection timeout for this session, for example 30s (30 seconds), 5m (5 minutes). Default value: 10 seconds.

-
-
--description=<description>
-
-

Update token description.

-
-
--expire-in=<expireIn>
-
-

Update token expiration period, specified as 30m (30 minutes), 2h (2 hours), 1d (1 day).

-
-
-k, --insecure
-
-

Disable SSL checks.

-
-
-p, --password[=<password>]
-
-

SSC password.

-
-

Environment variables:

-
-
-
-
FCLI_DEFAULT_SSC_PASSWORD: Shared with SC SAST/DAST
-
-
-
-
-
FCLI_DEFAULT_SSC_SESSION_PASSWORD: Only SSC session commands
-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: null.

-
-
--socket-timeout=<socketTimeout>
-
-

Socket timeout for this session, for example 30s (30 seconds), 5m (5 minutes). Default value: 60 seconds.

-
-
-u, --user=<user>
-
-

SSC user name.

-
-

Environment variables:

-
-
-
-
FCLI_DEFAULT_SSC_USER: Shared with SC SAST/DAST
-
-
-
-
-
FCLI_DEFAULT_SSC_SESSION_USER: Only SSC session commands
-
-
-
-
--url=<url>
-
-

Base URL for accessing the remote system.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
token-id
-
-

Token id as shown by token create and list commands. Note that this command does not accept the actual token value.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-ssc-token.html b/dev_2.0.0-beta/manpage/fcli-ssc-token.html deleted file mode 100644 index faa4b8c4ac..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-ssc-token.html +++ /dev/null @@ -1,103 +0,0 @@ ---- -title: fcli-ssc-token(1) -fcli_version: ---- - - - - - - - -fcli-ssc-token(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc token [-h] [COMMAND]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
list-definitions, listdef, lsd
-
-

List token definitions.

-
-
create
-
-

Create a token.

-
-
list, ls
-
-

List tokens.

-
-
revoke
-
-

Revoke a token.

-
-
update
-
-

Update a token.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-ssc-user-create.html b/dev_2.0.0-beta/manpage/fcli-ssc-user-create.html deleted file mode 100644 index 6db0a19083..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-ssc-user-create.html +++ /dev/null @@ -1,187 +0,0 @@ ---- -title: fcli-ssc-user-create(1) -fcli_version: ---- - - - - - - - -fcli-ssc-user-create(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc user create [--pne] [--rpc] [--suspend] [--email=<email>] - [--firstname=<firstName>] [--lastname=<lastName>] - --password=<password> --username=<username> - [--roles=<roles>[,<roles>…​]]…​ [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] [[--session=<sessionName>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
--email=<email>
-
-

The email of the user

-
-
--firstname=<firstName>
-
-

The first name of the user

-
-
--lastname=<lastName>
-
-

The last name of the user

-
-
--password=<password>
-
-

SSC password.

-
-

Environment variables:

-
-
-
-
FCLI_DEFAULT_SSC_PASSWORD: Shared with SC SAST/DAST
-
-
-
-
-
FCLI_DEFAULT_SSC_SESSION_PASSWORD: Only SSC session commands
-
-
-
-
--pne, --password-never-expires
-
-

Causes the password of the user not to expire

-
-
--roles=<roles>[,<roles>…​]
-
-

Role name or id.

-
-
--rpc, --require-password-change
-
-

Requires the password of the user to be changed

-
-
--suspend
-
-

Causes the user to automatically be su

-
-
--username=<username>
-
-

The username of the user

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-ssc-user-delete.html b/dev_2.0.0-beta/manpage/fcli-ssc-user-delete.html deleted file mode 100644 index 350b6e85a6..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-ssc-user-delete.html +++ /dev/null @@ -1,153 +0,0 @@ ---- -title: fcli-ssc-user-delete(1) -fcli_version: ---- - - - - - - - -fcli-ssc-user-delete(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc user delete [--allow-multi-match] [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]] <authEntitySpecs>…​

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
--allow-multi-match
-
-

Allow for multiple matches.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<authEntitySpecs>…​
-
-

Remove one or more users or LDAP groups; accepts user id, entity name or email address.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-ssc-user-get.html b/dev_2.0.0-beta/manpage/fcli-ssc-user-get.html deleted file mode 100644 index 76c5f02006..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-ssc-user-get.html +++ /dev/null @@ -1,138 +0,0 @@ ---- -title: fcli-ssc-user-get(1) -fcli_version: ---- - - - - - - - -fcli-ssc-user-get(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc user get [[-h] [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] [[--session=<sessionName>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] <authEntitySpec>

-
-
-
-
-

Description

-
- -
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<authEntitySpec>
-
-

User or LDAP group, accepting user id, entity name, or email address.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-ssc-user-list.html b/dev_2.0.0-beta/manpage/fcli-ssc-user-list.html deleted file mode 100644 index 2428fc5bc0..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-ssc-user-list.html +++ /dev/null @@ -1,143 +0,0 @@ ---- -title: fcli-ssc-user-list(1) -fcli_version: ---- - - - - - - - -fcli-ssc-user-list(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc user list [--q-param=<qParam>] [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]] [-q=<SpEL expression>]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-q, --query=<SpEL expression>
-
-

Only display records for which the given Spring Expression Language (SpEL) expression returns true.

-
-
--q-param=<qParam>
-
-

Server-side queries are automatically generated from the -q / --query option if possible; generated queries can be viewed in the debug log. The --q-param option can be used to override the automatically generated query, for example to further optimize the request. See SSC REST API documentation for information on supported formats.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-ssc-user.html b/dev_2.0.0-beta/manpage/fcli-ssc-user.html deleted file mode 100644 index 2a02dfbec8..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-ssc-user.html +++ /dev/null @@ -1,101 +0,0 @@ ---- -title: fcli-ssc-user(1) -fcli_version: ---- - - - - - - - -fcli-ssc-user(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc user [-h] [COMMAND]

-
-
-
-
-

Description

-
-
-

These commands are likely to change in an upcoming fcli version.

-
-
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
create
-
-

(PREVIEW) Create a local SSC User

-
-
delete, rm
-
-

(PREVIEW) Delete a user.

-
-
get
-
-

(PREVIEW) Get user details.

-
-
list, ls
-
-

(PREVIEW) List users.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-ssc.html b/dev_2.0.0-beta/manpage/fcli-ssc.html deleted file mode 100644 index 5b35be4e90..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-ssc.html +++ /dev/null @@ -1,164 +0,0 @@ ---- -title: fcli-ssc(1) -fcli_version: ---- - - - - - - - -fcli-ssc(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc [-h] [COMMAND]

-
-
-
-
-

Description

-
-
-

The commands in this module allow for interacting with Fortify Software Security Center (SSC). This includes functionality like managing applications, application versions and their contents like artifacts and vulnerability data, as well as working with other SSC entities like event logs, alerts, plugins, and so on.

-
-
-

Before being able to interact with SSC, a session will need to be created by passing SSC URL and credentials to the 'session login' command in this module. As a best practice, 'session logout' should be run to terminate the session when there are no more activities to be performed.

-
-
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
session
-
-

Manage SSC sessions (start here).

-
-
activity-feed
-
-

Manage SSC activity feed.

-
-
alert
-
-

Manage SSC alerts & definitions.

-
-
app
-
-

Manage SSC applications.

-
-
appversion
-
-

Manage SSC application versions.

-
-
appversion-user
-
-

(PREVIEW) Manage SSC application version users.

-
-
artifact
-
-

Manage SSC artifacts.

-
-
attribute, attr
-
-

Manage SSC application version attributes & definitions.

-
-
event
-
-

Manage SSC system events.

-
-
issue, vulnerability
-
-

Manage SSC issues (vulnerabilities) and related entities like filter sets and issue groups.

-
-
issue-template
-
-

Manage SSC issue templates.

-
-
job
-
-

Manage SSC background jobs.

-
-
plugin
-
-

Manage SSC parser & bug tracker plugins.

-
-
report
-
-

Manage SSC reports & templates.

-
-
role
-
-

Manage SSC user roles & permissions.

-
-
seed-bundle
-
-

Manage SSC seed bundles.

-
-
token
-
-

Manage SSC user tokens.

-
-
user
-
-

(PREVIEW) Manage SSC users.

-
-
rest
-
-

Interact with SSC REST API endpoints.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-tool-bugtracker-utility-install.html b/dev_2.0.0-beta/manpage/fcli-tool-bugtracker-utility-install.html deleted file mode 100644 index d91f74403c..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-tool-bugtracker-utility-install.html +++ /dev/null @@ -1,144 +0,0 @@ ---- -title: fcli-tool-bugtracker-utility-install(1) -fcli_version: ---- - - - - - - - -fcli-tool-bugtracker-utility-install(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli tool bugtracker-utility install [-y] [-d=<installDir>] - [--on-digest-mismatch=<onDigestMismatch>] - [-v=<version>] [[-h] - [--env-prefix=<envPrefix>] - [--log-file=<logFile>] - [--log-level=<logLevel>]] ] [--store=_variableName - _ ] - [--to-file=<outputFile>_]]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-d, --install-dir=<installDir>
-
-

Tool installation directory.

-
-
--on-digest-mismatch=<onDigestMismatch>
-
-

Action to take if there is a digest mismatch. Allowed values: fail, warn. Default action is to fail. When installing 'latest', you may consider setting this option to 'warn' to avoid failures if fcli hasn’t been updated yet with the latest digest. Please consider submitting an issue on the fcli issue tracker if digest check consistently fails.

-
-
-v, --version=<version>
-
-

Tool version to install; see output of list command to view available versions. If not specified, the default version as shown in the output of the list command will be installed.

-
-
-y, --confirm
-
-

Confirm replacing existing FortifyBugTrackerUtility installation.

-
-

If a non-empty destination directory exists, the installation will fail unless this option is specified.

-
-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-tool-bugtracker-utility-list.html b/dev_2.0.0-beta/manpage/fcli-tool-bugtracker-utility-list.html deleted file mode 100644 index 42e36d52e2..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-tool-bugtracker-utility-list.html +++ /dev/null @@ -1,126 +0,0 @@ ---- -title: fcli-tool-bugtracker-utility-list(1) -fcli_version: ---- - - - - - - - -fcli-tool-bugtracker-utility-list(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli tool bugtracker-utility list [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] - [--log-level=<logLevel>]] ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - [-q=<SpEL expression>]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-q, --query=<SpEL expression>
-
-

Only display records for which the given Spring Expression Language (SpEL) expression returns true.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-tool-bugtracker-utility-uninstall.html b/dev_2.0.0-beta/manpage/fcli-tool-bugtracker-utility-uninstall.html deleted file mode 100644 index ec7f2f3e74..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-tool-bugtracker-utility-uninstall.html +++ /dev/null @@ -1,133 +0,0 @@ ---- -title: fcli-tool-bugtracker-utility-uninstall(1) -fcli_version: ---- - - - - - - - -fcli-tool-bugtracker-utility-uninstall(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli tool bugtracker-utility uninstall [-y] [-v=<version>] [[-h] - [--env-prefix=<envPrefix>] - [--log-file=<logFile>] - [--log-level=<logLevel>]] ] [--store=_variableName - _ ] - [--to-file=<outputFile>_]]

-
-
-
-
-

Description

-
-
-

This command removes a FortifyBugTrackerUtility installation that was previously installed using the 'fcli tool bugtracker-utility install' command.

-
-
-
-
-

Options

-
-
-
-
-v, --version=<version>
-
-

Tool version to uninstall.

-
-
-y, --confirm
-
-

Confirm removal of FortifyBugTrackerUtility.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-tool-bugtracker-utility.html b/dev_2.0.0-beta/manpage/fcli-tool-bugtracker-utility.html deleted file mode 100644 index df258d0d12..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-tool-bugtracker-utility.html +++ /dev/null @@ -1,95 +0,0 @@ ---- -title: fcli-tool-bugtracker-utility(1) -fcli_version: ---- - - - - - - - -fcli-tool-bugtracker-utility(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli tool bugtracker-utility [-h] [COMMAND]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
install
-
-

Download and install FortifyBugTrackerUtility.

-
-
list, ls
-
-

List FortifyBugTrackerUtility available and installed versions. If you don’t see the latest version(s) listed, please submit an issue on the fcli issue tracker to request adding support for the missing versions.

-
-
uninstall
-
-

Uninstall FortifyBugTrackerUtility.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-tool-fod-uploader-install.html b/dev_2.0.0-beta/manpage/fcli-tool-fod-uploader-install.html deleted file mode 100644 index 1c831f18ce..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-tool-fod-uploader-install.html +++ /dev/null @@ -1,141 +0,0 @@ ---- -title: fcli-tool-fod-uploader-install(1) -fcli_version: ---- - - - - - - - -fcli-tool-fod-uploader-install(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli tool fod-uploader install [-y] [-d=<installDir>] - [--on-digest-mismatch=<onDigestMismatch>] - [-v=<version>] [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-d, --install-dir=<installDir>
-
-

Tool installation directory.

-
-
--on-digest-mismatch=<onDigestMismatch>
-
-

Action to take if there is a digest mismatch. Allowed values: fail, warn. Default action is to fail. When installing 'latest', you may consider setting this option to 'warn' to avoid failures if fcli hasn’t been updated yet with the latest digest. Please consider submitting an issue on the fcli issue tracker if digest check consistently fails.

-
-
-v, --version=<version>
-
-

Tool version to install; see output of list command to view available versions. If not specified, the default version as shown in the output of the list command will be installed.

-
-
-y, --confirm
-
-

Confirm replacing existing FoD Uploader installation.

-
-

If a non-empty destination directory exists, the installation will fail unless this option is specified.

-
-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-tool-fod-uploader-list.html b/dev_2.0.0-beta/manpage/fcli-tool-fod-uploader-list.html deleted file mode 100644 index 8a4a8d8131..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-tool-fod-uploader-list.html +++ /dev/null @@ -1,125 +0,0 @@ ---- -title: fcli-tool-fod-uploader-list(1) -fcli_version: ---- - - - - - - - -fcli-tool-fod-uploader-list(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli tool fod-uploader list [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - [-q=<SpEL expression>]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-q, --query=<SpEL expression>
-
-

Only display records for which the given Spring Expression Language (SpEL) expression returns true.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-tool-fod-uploader-uninstall.html b/dev_2.0.0-beta/manpage/fcli-tool-fod-uploader-uninstall.html deleted file mode 100644 index a693526a63..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-tool-fod-uploader-uninstall.html +++ /dev/null @@ -1,132 +0,0 @@ ---- -title: fcli-tool-fod-uploader-uninstall(1) -fcli_version: ---- - - - - - - - -fcli-tool-fod-uploader-uninstall(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli tool fod-uploader uninstall [-y] [-v=<version>] [[-h] - [--env-prefix=<envPrefix>] - [--log-file=<logFile>] - [--log-level=<logLevel>]] ] [--store=_variableName - _ ] [--to-file=<outputFile>_]]

-
-
-
-
-

Description

-
-
-

This command removes a Fortify on Demand Uploader installation that was previously installed using the 'fcli tool fod-uploader install' command.

-
-
-
-
-

Options

-
-
-
-
-v, --version=<version>
-
-

Tool version to uninstall.

-
-
-y, --confirm
-
-

Confirm removal of Fortify on Demand Uploader.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-tool-fod-uploader.html b/dev_2.0.0-beta/manpage/fcli-tool-fod-uploader.html deleted file mode 100644 index 568d573eae..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-tool-fod-uploader.html +++ /dev/null @@ -1,95 +0,0 @@ ---- -title: fcli-tool-fod-uploader(1) -fcli_version: ---- - - - - - - - -fcli-tool-fod-uploader(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli tool fod-uploader [-h] [COMMAND]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
install
-
-

Download and install Fortify on Demand Uploader.

-
-
list, ls
-
-

List Fortify on Demand Uploader available and installed versions. If you don’t see the latest version(s) listed, please submit an issue on the fcli issue tracker to request adding support for the missing versions.

-
-
uninstall
-
-

Uninstall Fortify on Demand Uploader.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-tool-sc-client-install.html b/dev_2.0.0-beta/manpage/fcli-tool-sc-client-install.html deleted file mode 100644 index 88e8b87b96..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-tool-sc-client-install.html +++ /dev/null @@ -1,146 +0,0 @@ ---- -title: fcli-tool-sc-client-install(1) -fcli_version: ---- - - - - - - - -fcli-tool-sc-client-install(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli tool sc-client install [-y] [-d=<installDir>] - [--on-digest-mismatch=<onDigestMismatch>] - [-t=<clientAuthToken>] [-v=<version>] [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-d, --install-dir=<installDir>
-
-

Tool installation directory.

-
-
--on-digest-mismatch=<onDigestMismatch>
-
-

Action to take if there is a digest mismatch. Allowed values: fail, warn. Default action is to fail. When installing 'latest', you may consider setting this option to 'warn' to avoid failures if fcli hasn’t been updated yet with the latest digest. Please consider submitting an issue on the fcli issue tracker if digest check consistently fails.

-
-
-t, --client-auth-token=<clientAuthToken>
-
-

ScanCentral SAST client_auth_token used for authenticating with ScanCentral SAST Controller.

-
-
-v, --version=<version>
-
-

Tool version to install; see output of list command to view available versions. If not specified, the default version as shown in the output of the list command will be installed.

-
-
-y, --confirm
-
-

Confirm replacing existing ScanCentral SAST Client installation.

-
-

If a non-empty destination directory exists, the installation will fail unless this option is specified.

-
-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-tool-sc-client-list.html b/dev_2.0.0-beta/manpage/fcli-tool-sc-client-list.html deleted file mode 100644 index 113be512f3..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-tool-sc-client-list.html +++ /dev/null @@ -1,125 +0,0 @@ ---- -title: fcli-tool-sc-client-list(1) -fcli_version: ---- - - - - - - - -fcli-tool-sc-client-list(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli tool sc-client list [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - [-q=<SpEL expression>]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-q, --query=<SpEL expression>
-
-

Only display records for which the given Spring Expression Language (SpEL) expression returns true.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-tool-sc-client-uninstall.html b/dev_2.0.0-beta/manpage/fcli-tool-sc-client-uninstall.html deleted file mode 100644 index 4394279c1c..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-tool-sc-client-uninstall.html +++ /dev/null @@ -1,131 +0,0 @@ ---- -title: fcli-tool-sc-client-uninstall(1) -fcli_version: ---- - - - - - - - -fcli-tool-sc-client-uninstall(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli tool sc-client uninstall [-y] [-v=<version>] [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] ] [--store=_variableName - _ ] [--to-file=<outputFile>_]]

-
-
-
-
-

Description

-
-
-

This command removes a Fortify Vulnerability Exporter installation that was previously installed using the 'fcli tool vuln-exporter install' command.

-
-
-
-
-

Options

-
-
-
-
-v, --version=<version>
-
-

Tool version to uninstall.

-
-
-y, --confirm
-
-

Confirm removal of ScanCentral SAST Client.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-tool-sc-client.html b/dev_2.0.0-beta/manpage/fcli-tool-sc-client.html deleted file mode 100644 index 6dc6633ef6..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-tool-sc-client.html +++ /dev/null @@ -1,95 +0,0 @@ ---- -title: fcli-tool-sc-client(1) -fcli_version: ---- - - - - - - - -fcli-tool-sc-client(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli tool sc-client [-h] [COMMAND]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
install
-
-

Download and install ScanCentral SAST Client.

-
-
list, ls
-
-

List ScanCentral SAST Client available and installed versions. If you don’t see the latest version(s) listed, please submit an issue on the fcli issue tracker to request adding support for the missing versions.

-
-
uninstall
-
-

Uninstall ScanCentral SAST Client.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-tool-vuln-exporter-install.html b/dev_2.0.0-beta/manpage/fcli-tool-vuln-exporter-install.html deleted file mode 100644 index 3aa96f33dc..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-tool-vuln-exporter-install.html +++ /dev/null @@ -1,142 +0,0 @@ ---- -title: fcli-tool-vuln-exporter-install(1) -fcli_version: ---- - - - - - - - -fcli-tool-vuln-exporter-install(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli tool vuln-exporter install [-y] [-d=<installDir>] - [--on-digest-mismatch=<onDigestMismatch>] - [-v=<version>] [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] - [--log-level=<logLevel>]] ] [--store=_variableName - _ ] [--to-file=<outputFile>_]]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-d, --install-dir=<installDir>
-
-

Tool installation directory.

-
-
--on-digest-mismatch=<onDigestMismatch>
-
-

Action to take if there is a digest mismatch. Allowed values: fail, warn. Default action is to fail. When installing 'latest', you may consider setting this option to 'warn' to avoid failures if fcli hasn’t been updated yet with the latest digest. Please consider submitting an issue on the fcli issue tracker if digest check consistently fails.

-
-
-v, --version=<version>
-
-

Tool version to install; see output of list command to view available versions. If not specified, the default version as shown in the output of the list command will be installed.

-
-
-y, --confirm
-
-

Confirm replacing existing Fortify Vulnerability Exporter installation.

-
-

If a non-empty destination directory exists, the installation will fail unless this option is specified.

-
-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-tool-vuln-exporter-list.html b/dev_2.0.0-beta/manpage/fcli-tool-vuln-exporter-list.html deleted file mode 100644 index 06790941b0..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-tool-vuln-exporter-list.html +++ /dev/null @@ -1,125 +0,0 @@ ---- -title: fcli-tool-vuln-exporter-list(1) -fcli_version: ---- - - - - - - - -fcli-tool-vuln-exporter-list(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli tool vuln-exporter list [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - [-q=<SpEL expression>]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-q, --query=<SpEL expression>
-
-

Only display records for which the given Spring Expression Language (SpEL) expression returns true.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-tool-vuln-exporter-uninstall.html b/dev_2.0.0-beta/manpage/fcli-tool-vuln-exporter-uninstall.html deleted file mode 100644 index 3827800e0d..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-tool-vuln-exporter-uninstall.html +++ /dev/null @@ -1,130 +0,0 @@ ---- -title: fcli-tool-vuln-exporter-uninstall(1) -fcli_version: ---- - - - - - - - -fcli-tool-vuln-exporter-uninstall(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli tool vuln-exporter uninstall [-y] [-v=<version>] [[-h] - [--env-prefix=<envPrefix>] - [--log-file=<logFile>] - [--log-level=<logLevel>]] ] [--store=_variableName - _ ] [--to-file=<outputFile>_]]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-v, --version=<version>
-
-

Tool version to uninstall.

-
-
-y, --confirm
-
-

Confirm removal of Fortify Vulnerability Exporter.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-tool-vuln-exporter.html b/dev_2.0.0-beta/manpage/fcli-tool-vuln-exporter.html deleted file mode 100644 index 621404a36a..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-tool-vuln-exporter.html +++ /dev/null @@ -1,95 +0,0 @@ ---- -title: fcli-tool-vuln-exporter(1) -fcli_version: ---- - - - - - - - -fcli-tool-vuln-exporter(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli tool vuln-exporter [-h] [COMMAND]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
install
-
-

Download and install Fortify Vulnerability Exporter.

-
-
list, ls
-
-

List Fortify Vulnerability Exporter available and installed versions. If you don’t see the latest version(s) listed, please submit an issue on the fcli issue tracker to request adding support for the missing versions.

-
-
uninstall
-
-

Uninstall Fortify Vulnerability Exporter.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-tool.html b/dev_2.0.0-beta/manpage/fcli-tool.html deleted file mode 100644 index b64fac69a8..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-tool.html +++ /dev/null @@ -1,101 +0,0 @@ ---- -title: fcli-tool(1) -fcli_version: ---- - - - - - - - -fcli-tool(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli tool [-h] [COMMAND]

-
-
-
-
-

Description

-
-
-

The commands in this module allow for installing other Fortify tools like FoD Uploader, ScanCentral Client and FortifyVulnerabilityExporter, and managing those installations.

-
-
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
bugtracker-utility, bugtrackerutility
-
-

Manage Fortify on Demand (FoD) Uploader installations. (https://github.com/fod-dev/fod-uploader-java)

-
-
fod-uploader, fodupload
-
-

Manage Fortify on Demand (FoD) Uploader installations. (https://github.com/fod-dev/fod-uploader-java)

-
-
sc-client, scancentral-client
-
-

Manage ScanCentral SAST Client installations.

-
-
vuln-exporter, fortify-vulnerability-exporter
-
-

Manage Fortify Vulnerability Exporter installations. (https://github.com/fortify/FortifyVulnerabilityExporter)

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-util-all-commands-list.html b/dev_2.0.0-beta/manpage/fcli-util-all-commands-list.html deleted file mode 100644 index 5dda139113..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-util-all-commands-list.html +++ /dev/null @@ -1,145 +0,0 @@ ---- -title: fcli-util-all-commands-list(1) -fcli_version: ---- - - - - - - - -fcli-util-all-commands-list(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli util all-commands list [-q=<SpEL expression>] [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]]

-
-
-
-
-

Description

-
-
-

By default, this command outputs a table listing all available fcli commands. The --query option can be used to output a subset of commands.

-
-
-
-
-

Options

-
-
-
-
-q, --query=<SpEL expression>
-
-

Only display records for which the given Spring Expression Language (SpEL) expression returns true. See the output of '-o json-properties' for the list of properties that you can query on. Common queries include the following:

-
-

-q '!hidden' (only non-hidden commands)

-
-
-

-q 'hidden' (only hidden commands)

-
-
-

-q '!runnable' (only container commands)

-
-
-

-q 'runnable' (only runnable commands)

-
-
-

-q '!hidden && runnable' (only non-hidden, runnable commands)

-
-
-

-q 'module=="config"' (only 'config' commands)

-
-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-util-all-commands-usage.html b/dev_2.0.0-beta/manpage/fcli-util-all-commands-usage.html deleted file mode 100644 index bd4857f573..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-util-all-commands-usage.html +++ /dev/null @@ -1,121 +0,0 @@ ---- -title: fcli-util-all-commands-usage(1) -fcli_version: ---- - - - - - - - -fcli-util-all-commands-usage(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli util all-commands usage [-q=<SpEL expression>] [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]]

-
-
-
-
-

Description

-
-
-

By default, this command outputs the usage information for every individual fcli command, similar to manually invoking each command with the --help option. The --query option can be used to only display usage information for a subset of commands.

-
-
-
-
-

Options

-
-
-
-
-q, --query=<SpEL expression>
-
-

Only display usage information for commands that match the given Spring Expression Language (SpEL) expression. See the output of 'fcli util all-commands list -o json-properties' for the list of properties that you can query on. Common queries include the following:

-
-

-q '!hidden' (only non-hidden commands)

-
-
-

-q 'hidden' (only hidden commands)

-
-
-

-q '!runnable' (only container commands)

-
-
-

-q 'runnable' (only runnable commands)

-
-
-

-q '!hidden && runnable' (only non-hidden, runnable commands)

-
-
-

-q 'module=="config"' (only 'config' commands)

-
-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-util-all-commands.html b/dev_2.0.0-beta/manpage/fcli-util-all-commands.html deleted file mode 100644 index 25b20b30fc..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-util-all-commands.html +++ /dev/null @@ -1,91 +0,0 @@ ---- -title: fcli-util-all-commands(1) -fcli_version: ---- - - - - - - - -fcli-util-all-commands(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli util all-commands [-h] [COMMAND]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
usage
-
-

Display usage information for (a subset of) all fcli commands.

-
-
list, ls
-
-

List (a subset of) all fcli commands.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-util-auto-complete-generate.html b/dev_2.0.0-beta/manpage/fcli-util-auto-complete-generate.html deleted file mode 100644 index 568d04adf1..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-util-auto-complete-generate.html +++ /dev/null @@ -1,91 +0,0 @@ ---- -title: fcli-util-auto-complete-generate(1) -fcli_version: ---- - - - - - - - -fcli-util-auto-complete-generate(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli util auto-complete generate [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] - [--log-level=<logLevel>]]

-
-
-
-
-

Description

-
-
-

Generate bash/zsh completion script for fcli. -Run the following command to give fcli TAB completion in the current shell: - source <(fcli util auto-complete generate)

-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-util-auto-complete.html b/dev_2.0.0-beta/manpage/fcli-util-auto-complete.html deleted file mode 100644 index 426e405314..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-util-auto-complete.html +++ /dev/null @@ -1,87 +0,0 @@ ---- -title: fcli-util-auto-complete(1) -fcli_version: ---- - - - - - - - -fcli-util-auto-complete(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli util auto-complete [-h] [COMMAND]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
generate
-
-

Generate fcli auto-completion script.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-util-crypto-decrypt.html b/dev_2.0.0-beta/manpage/fcli-util-crypto-decrypt.html deleted file mode 100644 index eba33bb1cb..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-util-crypto-decrypt.html +++ /dev/null @@ -1,86 +0,0 @@ ---- -title: fcli-util-crypto-decrypt(1) -fcli_version: ---- - - - - - - - -fcli-util-crypto-decrypt(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli util crypto decrypt [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]]

-
-
-
-
-

Description

-
- -
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-util-crypto-encrypt.html b/dev_2.0.0-beta/manpage/fcli-util-crypto-encrypt.html deleted file mode 100644 index 198afe694f..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-util-crypto-encrypt.html +++ /dev/null @@ -1,86 +0,0 @@ ---- -title: fcli-util-crypto-encrypt(1) -fcli_version: ---- - - - - - - - -fcli-util-crypto-encrypt(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli util crypto encrypt [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]]

-
-
-
-
-

Description

-
- -
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-util-crypto.html b/dev_2.0.0-beta/manpage/fcli-util-crypto.html deleted file mode 100644 index 98d0e23cd2..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-util-crypto.html +++ /dev/null @@ -1,94 +0,0 @@ ---- -title: fcli-util-crypto(1) -fcli_version: ---- - - - - - - - -fcli-util-crypto(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli util crypto [-h] [COMMAND]

-
-
-
-
-

Description

-
-
-

These commands allow for encrypting and decrypting string values using fcli built-in encryption mechanism and password. The password can be customized through the FCLI_ENCRYPT_KEY environment variable, obviously the same password should be configured during encryption and decryption. -Note that for now, encryption and decryption is not compatible with Fortify’s pwtool utility. These commands are mainly meant to allow encrypted passwords to be stored in fcli configuration files, for example as used by the 'fcli util msp-report' and 'fcli util ncd-report' commands.

-
-
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
encrypt
-
-

Encrypt a value.

-
-
decrypt
-
-

Decrypt a value.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-util-state-clear.html b/dev_2.0.0-beta/manpage/fcli-util-state-clear.html deleted file mode 100644 index 76b0393837..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-util-state-clear.html +++ /dev/null @@ -1,126 +0,0 @@ ---- -title: fcli-util-state-clear(1) -fcli_version: ---- - - - - - - - -fcli-util-state-clear(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli util state clear [-y] [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]]

-
-
-
-
-

Description

-
-
-

This command deletes all state data from the fcli data directory. This includes variable data and session data. As a best practice, you should log out of existing sessions before running this command to perform proper session cleanup. This command does not clear fcli configuration data; please use the 'fcli config clear' command for clearing configuration data.

-
-
-
-
-

Options

-
-
-
-
-y, --confirm
-
-

Confirm deleting all fcli state.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-util-state.html b/dev_2.0.0-beta/manpage/fcli-util-state.html deleted file mode 100644 index bfcbb4780e..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-util-state.html +++ /dev/null @@ -1,89 +0,0 @@ ---- -title: fcli-util-state(1) -fcli_version: ---- - - - - - - - -fcli-util-state(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli util state [-h] [COMMAND]

-
-
-
-
-

Description

-
-
-

The commands in this module allow for managing fcli state, like clearing all state data.

-
-
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
clear
-
-

Clear all fcli state data.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-util-variable-clear.html b/dev_2.0.0-beta/manpage/fcli-util-variable-clear.html deleted file mode 100644 index 040ab578eb..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-util-variable-clear.html +++ /dev/null @@ -1,110 +0,0 @@ ---- -title: fcli-util-variable-clear(1) -fcli_version: ---- - - - - - - - -fcli-util-variable-clear(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli util variable clear [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]]

-
-
-
-
-

Description

-
- -
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-util-variable-contents.html b/dev_2.0.0-beta/manpage/fcli-util-variable-contents.html deleted file mode 100644 index e630dfa1f0..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-util-variable-contents.html +++ /dev/null @@ -1,139 +0,0 @@ ---- -title: fcli-util-variable-contents(1) -fcli_version: ---- - - - - - - - -fcli-util-variable-contents(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli util variable contents [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - [-q=<SpEL expression>] <variableName>

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-q, --query=<SpEL expression>
-
-

Only display records for which the given Spring Expression Language (SpEL) expression returns true.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<variableName>
-
-

Variable name.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-util-variable-delete.html b/dev_2.0.0-beta/manpage/fcli-util-variable-delete.html deleted file mode 100644 index 9d7f0d7320..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-util-variable-delete.html +++ /dev/null @@ -1,125 +0,0 @@ ---- -title: fcli-util-variable-delete(1) -fcli_version: ---- - - - - - - - -fcli-util-variable-delete(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli util variable delete [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - <variableName>

-
-
-
-
-

Description

-
- -
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<variableName>
-
-

Variable name.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-util-variable-get.html b/dev_2.0.0-beta/manpage/fcli-util-variable-get.html deleted file mode 100644 index 7d65153823..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-util-variable-get.html +++ /dev/null @@ -1,124 +0,0 @@ ---- -title: fcli-util-variable-get(1) -fcli_version: ---- - - - - - - - -fcli-util-variable-get(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli util variable get [[-h] [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]] <variableName>

-
-
-
-
-

Description

-
- -
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<variableName>
-
-

Variable name.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-util-variable-list.html b/dev_2.0.0-beta/manpage/fcli-util-variable-list.html deleted file mode 100644 index c5e551bfb8..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-util-variable-list.html +++ /dev/null @@ -1,124 +0,0 @@ ---- -title: fcli-util-variable-list(1) -fcli_version: ---- - - - - - - - -fcli-util-variable-list(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli util variable list [[-h] [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]] [-q=<SpEL expression>]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-q, --query=<SpEL expression>
-
-

Only display records for which the given Spring Expression Language (SpEL) expression returns true.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-util-variable.html b/dev_2.0.0-beta/manpage/fcli-util-variable.html deleted file mode 100644 index 9f9f7cf47d..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-util-variable.html +++ /dev/null @@ -1,103 +0,0 @@ ---- -title: fcli-util-variable(1) -fcli_version: ---- - - - - - - - -fcli-util-variable(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli util variable [-h] [COMMAND]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
contents
-
-

Get fcli variable contents.

-
-
clear
-
-

Clear all fcli variables.

-
-
delete, rm
-
-

Delete a single fcli variable.

-
-
get
-
-

Get fcli variable meta-data.

-
-
list, ls
-
-

List fcli variables.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli-util.html b/dev_2.0.0-beta/manpage/fcli-util.html deleted file mode 100644 index 2bdb4c203c..0000000000 --- a/dev_2.0.0-beta/manpage/fcli-util.html +++ /dev/null @@ -1,105 +0,0 @@ ---- -title: fcli-util(1) -fcli_version: ---- - - - - - - - -fcli-util(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli util [-h] [COMMAND]

-
-
-
-
-

Description

-
-
-

This module provides various utility commands that don’t fit in any of the other fcli modules.

-
-
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
all-commands
-
-

List and display help information for all fcli commands.

-
-
auto-complete
-
-

Manage fcli auto-completion scripts.

-
-
crypto
-
-

Encrypt and decrypt data.

-
-
state
-
-

Manage fcli state data.

-
-
variable, var
-
-

Manage fcli variables.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_2.0.0-beta/manpage/fcli.html b/dev_2.0.0-beta/manpage/fcli.html deleted file mode 100644 index d116ef0ab2..0000000000 --- a/dev_2.0.0-beta/manpage/fcli.html +++ /dev/null @@ -1,127 +0,0 @@ ---- -title: fcli(1) -fcli_version: fcli version 0.20231019.090451-dev_2.0.0-beta, built on 2023-10-19 09 05 11 ---- - - - - - - - -fcli(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20231019.090451-dev_2.0.0-beta" %} - - - -
-
-

Synopsis

-
-
-

fcli [-hV] [COMMAND]

-
-
-
-
-

Description

-
-
-

As the name implies, Fortify CLI (fcli) is a general-purpose command-line utility for working with the various Fortify products.

-
-
-

Fortify CLI is structured using sub-commands, based on the following convention: 'fcli <module> <entity> <action>'. Every sub-command provides its own detailed usage instructions, accessible through the -h or --help option on each sub-command. Where applicable, the usage instructions include the list of sub-commands. For example, the Commands section below displays the sub-commands representing the various fcli modules. A list of all available fcli commands can be obtained through the 'fcli util all-commands list' command.

-
-
-

It is highly recommended to review the fcli user documentation, which both explains general fcli concepts and provides detailed instructions on particular topics like common command line options and use of environment variables and fcli variables. The link to the online documentation can be found at the bottom of the help output for every individual fcli command, as seen below.

-
-
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-V, --version
-
-

Print version information and exit.

-
-
-
-
-
-
-

Commands

-
-
-
-
config, cfg
-
-

Manage fcli configuration settings (proxy, trust store, …​).

-
-
fod
-
-

Interact with Fortify on Demand (FoD).

-
-
sc-dast
-
-

Interact with Fortify ScanCentral DAST (SC-DAST).

-
-
sc-sast
-
-

Interact with Fortify ScanCentral SAST (SC-SAST).

-
-
ssc
-
-

Interact with Fortify Software Security Center (SSC).

-
-
tool
-
-

Install and manage other Fortify tools and utilities.

-
-
license
-
-

License-related commands, like license reporting

-
-
util
-
-

Utility commands that don’t fit in any of the other modules.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/index.html b/dev_github-action/index.html deleted file mode 100644 index 11b3eda895..0000000000 --- a/dev_github-action/index.html +++ /dev/null @@ -1,933 +0,0 @@ ---- -title: Fortify CLI (fcli) Installation & Usage -fcli_version: 0.20230926.113021-dev_github-action ---- - - - - - - - -Fortify CLI (fcli) Installation & Usage - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-
-
-

The fcli utility can be used to interact with various Fortify products, like Fortify on Demand (FoD), Software Security Center (SSC), ScanCentral SAST and ScanCentral DAST. This document describes installation and general usage of fcli. For a full listing of fcli commands and corresponding command line options, please see the -man-pages as listed in the Manual Pages section.

-
-
-

Some of the fcli highlights:

-
-
- -
-
-

The following Fortify products are currently supported by fcli:

-
-
-
    -
  • -

    Software Security Center (SSC)

    -
    -
      -
    • -

      Includes virtually all functionality provided by the legacy FortifyClient utility

      -
    • -
    • -

      Includes virtually all functionality provided by the ssc-client sample shipped with SSC

      -
    • -
    • -

      Adds a wide range of other functionalities not previously included in any Fortify client-side utilities

      -
    • -
    -
    -
  • -
  • -

    ScanCentral SAST

    -
    -
      -
    • -

      Support for starting and managing ScanCentral SAST scans

      -
    • -
    -
    -
  • -
  • -

    ScanCentral DAST

    -
    -
      -
    • -

      Support for starting and managing ScanCentral DAST scans

      -
    • -
    • -

      Support for listing scan policies and settings

      -
    • -
    • -

      Support for listing and managing sensors

      -
    • -
    -
    -
  • -
  • -

    Fortify on Demand (FoD)

    -
    -
      -
    • -

      Currently in preview mode

      -
    • -
    • -

      No manual pages available

      -
    • -
    • -

      fod command is hidden from fcli -h output

      -
    • -
    • -

      View available FoD commands by running fcli fod -h

      -
    • -
    -
    -
  • -
-
-
-
-
-

Installation

-
-
-

Download bundles for fcli are available on the Releases page, containing both development releases (named Development Release - <branch> branch) and final releases. In general, the use of a final release is recommended, unless you want to use any functionality that hasn’t made it into a final release yet.

-
-
-

Each release comes with a list of assets:

-
-
-
    -
  • -

    docs-html.zip & docs-manpage.zip: Manual pages in either HTML or manpage format

    -
  • -
  • -

    fcli-linux.tgz, fcli-mac.tgz & fcli-windows.zip: Native binaries for each of the mentioned platforms

    -
    -
      -
    • -

      Note that some browsers by default will disallow downloading of fcli-windows.zip; please bypass the warning

      -
    • -
    • -

      Linux and Mac downloads include an auto-completion script that makes interactive fcli usage easier

      -
    • -
    -
    -
  • -
  • -

    fcli.jar: Java version of fcli, which should be runnable on any platform that has Java 11+ installed

    -
    -
      -
    • -

      Note that in general, the native binaries are easier to invoke, offer better performance, and have the benefit of auto-completion capabilities on Linux & Mac

      -
    • -
    • -

      If you experience any unexpected behavior with native binaries, like commands or command line options not being listed or recognized, or technical error messages about methods, constructors or serializers not being -found, please try with the Java version as it may be an issue specific to the native binaries. See the Troubleshooting section for details.

      -
    • -
    -
    -
  • -
  • -

    fcli-thirdparty.zip: Third-party licenses and sources for license purposes; usually no need to download

    -
  • -
  • -

    LICENSE.TXT & README.md: Some generic information and license for fcli

    -
  • -
-
-
-

Please note that when publishing a new release, it may take up to 30-60 minutes before release assets are posted. If the latest release doesn’t show any of the assets listed above, please check again in 30-60 minutes. If you encounter a release without these assets after waiting for 60 minutes, please consider submitting an issue on the fcli issue tracker.

-
-
-

To install one of the binary distributions of fcli:

-
-
-
    -
  • -

    Download the appropriate binary archive for your platform

    -
  • -
  • -

    Extract the archive contents to a directory of your choosing

    -
  • -
  • -

    For ease of use, add this directory to your operating system or shell PATH environment variable, or move the fcli/fcli.exe binary to a directory that is already on the PATH

    -
  • -
  • -

    Linux/Mac only: Run the following command to install fcli auto command completion, allowing for use of the <tab> to get suggestions for fcli command and option names. You may want to add this to your shell startup script, such that fcli auto-completion is readily available in every shell.
    -source <extraction-dir>/fcli_completion
    -Note: Please ensure that the version of the completion script matches the fcli version that you’re using, as otherwise the completion script may provide incorrect suggestions.

    -
  • -
-
-
-

To install the .jar version of fcli, simply download fcli.jar and put in in a directory of your choosing, after which it can be executed using java -jar path/to/fcli.jar. You may want to set up a -simple wrapper script/batch file or shell alias to make it slightly easier to invoke fcli.jar.

-
-
-
-
-

Command Structure

-
-
-

Fcli provides a product-oriented command structure, with each product represented by a separate tree of subcommands. For example, the fcli fod command tree can be used to interact with Fortify on Demand -(FoD), and the fcli ssc command tree can be used to interact with Fortify Software Security Center (SSC). There are also some non product-related command trees, like the fcli config command tree to manage fcli configuration.

-
-
-

To see what top-level fcli commands are available, you can use the fcli --help command. You can drill down into the command tree to see what sub-commands are available within a particular parent command, for example by running fcli ssc --help to see all fcli ssc sub-commands, or fcli ssc session --help to see all SSC session management commands.

-
-
-

If you don’t have fcli up and running yet, you can also refer to the downloadable or online manual pages; refer to the Manual Pages section for more information.

-
-
-
-
-

Common Options

-
-
-

The following sections describe common options that are available on (most) fcli commands.

-
-
-

-h | --help

-
-

This option can be used on every fcli (sub-)command to view usage information for that command. Usage information usually shows the command synopsis, a description of the functionality provided by the command, and a description of each command line option or parameter accepted by the command.

-
-
-
-

--env-prefix

-
-

As described in the Environment Variables section, default option and parameter values can be retrieved from environment variables starting with FCLI_DEFAULT. This option allows for configuring a different environment variable prefix. This may be useful if, for example, you want to login to multiple instances of the same system using environment variables. For example, when running fcli ssc session login --env-prefix PROD, fcli will look for environment variables like PROD_SSC_URL instead of FCLI_DEFAULT_SSC_URL.

-
-
-

Note that a default value for the --env-prefix option itself can be specified through an FCLI_DEFAULT_ENV_PREFIX environment variable, for example if you want to globally override the FCLI_DEFAULT prefix.

-
-
-
-

--log-level

-
-

This option can be used on every fcli (sub-)command to specify the fcli log level; see the help output for a list of allowed levels. Note that this option also requires the --log-file option to be specified, -otherwise no log will be written.

-
-
-
-

--log-file

-
-

This option can be used on every fcli (sub-)command to specify the file to which to output log data. If not specified, currently no log data will be written, although future versions may specify a default log file -location in the fcli data folder.

-
-
-
-

-o | --output

-
-

Available on virtually all (leaf) commands that output data, this option can be used to specify the output format. Fcli supports a wide variety of output formats, like table, csv, json, xml, and tree formats, allowing for both human-readable output or output suitable for automations. The csv-plain and table-plain output formats produce CSV or table output without headers. The *-flat -output formats produce a flattened view of the output data, potentially making it easier to process that data without having to navigate through an object tree. For a full list of output formats supported by your fcli -version, please refer to the help output or Manual Pages.

-
-
-

Most output formats allow for specifying the JSON properties to be included in the output, for example -o csv=id,name. If no JSON properties are specified, most output formats will output all available -JSON properties, except for table output, which usually outputs a predefined set of JSON properties.

-
-
-

There are two output formats that are somewhat special:

-
-
-
    -
  • -

    -o 'expr=Text with {expression1} or {expression2}\n'
    -Formats the output data based on the given template expression, which is a combination of (optional) plain text and SpEL expressions; see Option Expressions for details. In most cases, expressions will be simple property references, i.e., {property.subProperty}. This can be used for a variety of purposes, for example generating output in a human-readable format, or for generating a list of commands to be run at a later stage. Note that by default, no newline character will be inserted after evaluating the given expression. If necessary, the expression should explicitly include \n to output a newline character. Also note that depending on your shell, the expr option must be properly quoted. For most shells, the expr=... value should be enclosed in single or double quotes. To demonstrate the power of this output format, following are two examples of how -o expr can be used to generate a script that purges all application versions matching certain criteria:

    -
    -
      -
    • -

      fcli ssc appversion list -q 'createdBy=="admin"' -o 'expr=fcli ssc appversion purge-artifacts --older-than 30d {id}\n'

      -
    • -
    • -

      for id in $(fcli ssc appversion list -q 'createdBy=="admin"' -o 'expr={id} '); do echo "fcli ssc appversion purge-artifacts –older-than 30d ${id}'"; done

      -
    • -
    -
    -
  • -
  • -

    -o json-properties
    -List all JSON properties returned by the current command, which can be used on options that take JSON properties as input, like output expressions (-o expr={prop}), properties to include in the output (-o table=prop1,prop2), queries (-q 'prop1=="value1"'), and fcli variables (--store var:prop1,prop2 & ::var::prop1}). Two important notes about this output format:

    -
    -
      -
    • -

      The command will be executed as specified, so be careful when using this output option on any command -that changes state (delete/update/create/…). In most cases, the get or list operations will return a similar set of properties, so you can use those commands to view available properties.

      -
    • -
    • -

      On some commands, the list of available JSON properties may vary depending on command line options. For example, when a query returns no records, then -o json-properties will not output any properties. Likewise, a command may provide options for including additional data for each record; the corresponding JSON properties will only be shown if -o json-properties is used in combination with these options that load additional data.

      -
    • -
    -
    -
  • -
-
-
-
-

--output-to-file

-
-

Available on virtually all (leaf) commands that output data, this option can be used to write the command output data to a file, in the format specified by the --output option listed above. In some cases, this may be more convenient than redirecting the output to a file. For example, although currently not implemented, fcli could potentially skip creating the output file if there is no output data or if an error occurs. Also, for commands that output status updates, like wait-for commands, the --output-to-file option allows for status updates to be written to standard output while the final output of the command will be written to the file specified.

-
-
-
-

--progress

-
-

Various commands offer a --progress option to specify how to output progress messages. This option supports the following values:

-
-
-
    -
  • -

    auto: Automatically select between ansi, single-line and simple depending on console capabilities.

    -
  • -
  • -

    none: Don’t output any progress messages.

    -
  • -
  • -

    simple: Output every progress message on a separate line, effectively leaving older progress messages visible. This will be used by default if no console is available, for example during pipeline runs. Supports multi-line progress messages.

    -
  • -
  • -

    single-line: Uses the \r (carriage return) character to overwrite previous progress message. This will be used by default if a non-ANSI console is detected. Supports single-line progress messages only.

    -
  • -
  • -

    ansi: Uses ANSI escape sequences to overwrite previous progress messages. This will be used by default if ANSI capabilities are detected. Supports multi-line progress messages.

    -
  • -
-
-
-
-

--store

-
-

Available on virtually all (leaf) commands that output data, this option can be used to store command output data in an fcli variable. For more details, see the Fcli Variables section.

-
-
-
-

-q | --query

-
-

Available on most list commands and some other commands, this option allows for querying the output data, outputting only records that match the given Spring Expression Language (SpEL) expression. See the Option Expressions section for details.

-
-
-

Expressions are evaluated on individual records; record properties can be accessed as shown in the SpEL documentation. The list of properties that can be queried can be obtained by executing the current command with the -o json-properties option; see -o | –output for details.

-
-
-

Following are some examples using bash syntax, assuming the record contains p1, p2, …​ properties:

-
-
-
    -
  • -

    -q 'p1=="v1"'
    -Only output records if the value of property p1 equals v1

    -
  • -
  • -

    -q 'p1=="v1" || p1=="v2"'
    -Only output records if the value of property p1 equals either v1 or v2

    -
  • -
  • -

    -q '{"v1","v2"}.contains(p1)'
    -Same as previous, but more concise if matching against many different values

    -
  • -
  • -

    -q 'name matches "val1|val2"'
    -Similar as above, but using regex-based OR matching

    -
  • -
  • -

    -q 'p2==25 || p2<5'
    -Only output records if the value of property p2 either equals 25 or is less than 5

    -
  • -
  • -

    -q 'p1=="v1" && (p2=="v2" || p3=="v2")'
    -Only output records if the value of property p1 equals v1 and the value of either property p2 or p3 is v2

    -
  • -
  • -

    fcli ssc artifact list --appversion MyApp:main -q 'scanTypes matches "\bSCA\b"'
    -Only output artifacts containing a Fortify SCA scan (matching the whole word SCA against scanTypes property)

    -
  • -
  • -

    fcli ssc artifact list --appversion MyApp:main -q '_embed.scans.![buildLabel].contains("myLabel")'
    -Only output artifacts for which any of the scans included in the artifact has a buildLabel that equals myLabel

    -
  • -
  • -

    fcli ssc artifact list --appversion MyApp:main -q '#now("-90d") < #date(uploadDate)'
    -Only output artifacts that were uploaded less than 90 days ago.

    -
  • -
-
-
-

Server-side queries

-
-

In general, queries specified using the -q / --query option are evaluated on the client. Some commands will analyze the given query and generate corresponding server-side query parameters to minimize the amount of data that needs to be transferred from server to client. Generated queries can be viewed in the log file if --log-level is set to DEBUG level.

-
-
-

All commands that automatically generate server-side queries also provide a dedicated option for overriding the automatically generated server-side query, for example to further optimize the query or in case the automatically generated query is causing any issues. Following bullet points provide details on server-side queries for the various product modules:

-
-
-
    -
  • -

    FoD:
    -All commands that automatically generate server-side queries provide the --filters-param option to override the automatically generated query. Server-side queries are automatically generated for the following SpEL expressions:

    -
    -
      -
    • -

      prop1=='value' (simple equals expressions)

      -
    • -
    • -

      prop1=='val1' || prop1=='val2' (or-expressions on a single property)

      -
    • -
    • -

      {'value1','value2'}.contains(prop1) (or-expression on a single property)

      -
    • -
    • -

      prop1 matches 'literalValue1|literalValue2' (or-expression on a single property)

      -
    • -
    • -

      prop1=='value' && prop2 matches 'val1|val2' (and-expression containing any of the above)

      -
    • -
    -
    -
  • -
  • -

    ScanCentral SAST:
    -No server-side queries are automatically being generated.

    -
  • -
  • -

    ScanCentral DAST:
    -No server-side queries are automatically being generated. Some commands provide the --server-query option to explicitly pass query parameters to the server.

    -
  • -
  • -

    SSC:
    -All commands that automatically generate server-side queries provide the --q-param option to override the automatically generated query. Server-side queries are automatically generated for the following SpEL expressions:

    -
    -
      -
    • -

      prop1=='value' (simple equals expressions)

      -
    • -
    • -

      prop1=='value' && prop2=='val2' (and-expression containing simple equals expressions)

      -
    • -
    -
    -
  • -
-
-
-
-
-

--session

-
-

Available on virtually all commands that interact with a target system, this option allows for specifying a session name. For more details, see the Session Management section.

-
-
-
-

Option Expressions

-
-

Various fcli options take either plain expressions, like -q | --query, or template expressions (plain text combined with expressions embedded between curly braces), like -o | –output expr=…​. These expressions use Spring Expression Language (SpEL); general information on syntax, supported operators and more can be found in the SpEL Documentation.

-
-
-

When evaluating expressions, fcli configures SpEL for 'data binding and condition evaluation', meaning that not all SpEL features are available. In particular, query expressions cannot invoke constructors nor static methods, and write access is mostly disabled. Attempts to access non-existing JSON properties will result in an error, which, although uncommon, may be an issue if the server doesn’t consistently return all expected properties. You’ll need to explicitly check for property existence in such cases, for example:

-
-
-
    -
  • -

    Top-level properties:
    -fcli ... list -q '(has("property2") && property2=="value2")'

    -
  • -
  • -

    Nested properties:
    -fcli ... list -q 'nestedObject!=null && get("nestedObject").has("stringValue") && nestedObject.stringValue=="nestedObjectValue1"'

    -
  • -
  • -

    Nested array properties:
    -fcli ... list -q 'nestedObjectArray !=null && !(nestedObjectArray.isEmpty()) && get("nestedObjectArray").get(0).has("stringValue") && nestedObjectArray.get(0).stringValue=="nestedArrayValue1"'

    -
  • -
-
-
-

Some SpEL operators like matches may throw an exception if any of the operands is null. For example, the following will result in an error if the prop1 propery is null for any of the records returned by the list command:

-
-
-
    -
  • -

    fcli ... list -q 'prop1 matches "value1|value2"'

    -
  • -
-
-
-

Such errors can be avoided using one of the following approaches:

-
-
-
    -
  • -

    Rewrite the expression to not use the matches operator, for example:
    -fcli ... list -q '{"value1","value2"}.contains(prop1)'

    -
  • -
  • -

    Add null-check (include all records for which prop is null):
    -fcli ... list -q 'prop1==null || prop1 matches "value1|value2"'

    -
  • -
  • -

    Add null-check (exclude all records for which prop is null):
    -fcli ... list -q 'prop1!=null && prop1 matches "value1|value2"'

    -
  • -
-
-
-

Fcli provides some utility functions that may be used in expressions. Note that these functions calls are preceded by a # character.

-
-
-
    -
  • -

    #date(string): Convert the given date/time in string format to a proper date/time representation, allowing for date/time-based comparison operations. This can be used on property references or literal strings.

    -
  • -
  • -

    #now(): Get the current date/time, allowing for date/time-based comparison operations.

    -
  • -
  • -

    #now(period): Get the current date/time plus or minus the given period. The given period must start with either a + or -, followed by a number and the time unit. Some examples: -90d (now minus 90 days), +15m (now plus 15 minutes) and -90s (now minus 90 seconds).

    -
  • -
  • -

    #var(name): Get fcli variable contents; variable properties can be accessed as usual, i.e. #var("myVar")?.rootProp?.subProp.

    -
  • -
  • -

    #env(name): Get the value of an environment variable.

    -
  • -
-
-
-

Note that for date comparisons, both sides of the comparison operator need to be explicitly defined as date/time objects. For example:

-
-
-
    -
  • -

    Invalid comparison: #date(myprop) < '2023-01-01'

    -
  • -
  • -

    Valid comparison: #date(myprop) < #date('2023-01-01')

    -
  • -
  • -

    Valid comparison: #date(myprop) < #now('-90d')

    -
  • -
-
-
-

SpEL expressions may contain various characters that will be interpreted by some shells, like the # character for calling functions, and either single or double quotes around literal string values. As such, with most shells you should enclose the full expression in single or double quotes, and use the other quotes in the expression, for example:

-
-
-
    -
  • -

    -q '... "literal SpEL string" ...' (single quotes for shell, double quotes for SpEL literals)

    -
  • -
  • -

    -q "... 'literal SpEL string' ..." (double quotes for shell, single quotes for SpEL literals)

    -
  • -
-
-
-

Which one to choose depends on any other characters appearing in the expression. For example, in bash you’d usually use single quotes to have everything in-between passed to fcli as-is, unless you want to use specific shell features inside the expression. Note that you can use the #env function to retrieve environment variable contents, so you don’t need to use shell syntax to insert environment variable contents into expressions.

-
-
-
-
-
-

Session Management

-
-
-

Most fcli product modules are session-based, meaning that you need to run a session login command before you can use most of the other commands provided by a product module, and run a session logout command when finished, for example:

-
-
-
-
fcli ssc session login --url https://my.ssc.org/ssc --user <user> --password <password>
-fcli ssc appversion list
-fcli ssc session logout --user <user> --password <password>
-
-
-
-

For interactive use, you can choose to keep the session open until it expires (expiration period depends on target system and login method). For pipeline use or other automation scenarios, it is highly recommended to issue a session logout command when no further interaction with the target system is required, to allow for any client-side and server-side cleanup to be performed.

-
-
-

For example, upon logging in to SSC with user credentials, fcli will generate a UnifiedLoginToken, which will be invalidated when the ssc session logout is being run. If you have many (frequently executed) pipelines that interact with SSC, and you don’t run the ssc session logout command when the pipeline finishes, you risk exhausting SSC’s limit on active tokens. In addition, the logout commands will perform client-side cleanup, like removing session details like URL and authentication tokens from the client system.

-
-
-

For product modules that support it, like SSC or ScanCentral DAST, it is also highly recommended to use token-based authentication rather than username/password-based authentication when incorporating fcli into pipelines or other automation tasks. This will avoid creation of a temporary token as described above, but also allows for better access control based on token permissions. Similarly, for systems that support Personal Access tokens, like FoD, it is highly recommended to utilize a Personal Access Token rather than user password.

-
-
-

Note however that depending on (personal access) token permissions, not all fcli functionality may be available. In particular, even the least restrictive SSC CIToken may not provide access to all endpoints covered by fcli. If you need access to functionality not covered by CIToken, you may need to define a custom token definition, but this can only be done on self-hosted SSC environments, not on Fortify Hosted. If all else fails, you may need to revert to username/password-based authentication to utilize the short-lived UnifiedLoginToken.

-
-
-

Named Sessions

-
-

Fcli supports named sessions, allowing you to have multiple open sessions for a single product. When issuing a session login command, you can optionally provide a session name as in fcli ssc session login mySession ..., and then use that session in other commands using the --session mySession command line option. If no session name is specified, a session named default will be created/used. Named sessions allow for a variety of use cases, for example:

-
-
-
    -
  • -

    Run fcli commands against multiple instances of the same product, like DEV and PROD instances or an on-premise instance and a Fortify Hosted instance, without having to continuously login and logout from one instance to switch to another instance

    -
  • -
  • -

    Run fcli commands against a single instance of a product, but with alternating credentials, for example with one session providing admin rights and another session providing limited user rights

    -
  • -
  • -

    Run one session with username/password credentials to allow access to all fcli functionality (based on user permissions), and another session with token-based authentication with access to only a subset of fcli functionality

    -
  • -
  • -

    Run multiple pipelines or automation scripts simultaneously, each with their own session name, to reduce chances of these pipelines and scripts affecting each other (see Fcli Data Folder though for a potentially better solution for this scenario)

    -
  • -
-
-
-
-

Session Storage

-
-

To keep session state between fcli invocations, fcli stores session data like URL and authentication tokens in the Fcli Data Folder. To reduce the risk of unauthorized access to this sensitive data, fcli encrypts the session data files. However, this is not bullet-proof, as the default encryption key and algorithm can be easily viewed in fcli source code. As such, it is recommended to ensure file permissions on the fcli data folder are properly configured to disallow access by other users. Being stored in the user’s home directory by default, the correct file permissions should usually already be in place. For enhanced security, you may also consider setting the FCLI_ENCRYPT_KEY environment variable; see the Fcli Data Folder section for details.

-
-
-
-
-
-

Fcli Data Folder

-
-
-

By default, fcli stores configuration and state data like session files (see Session Management), fcli variable contents (see Fcli Variables) and proxy settings in its data folder. Future versions of fcli may also automatically generated log files in this data directory, if no --log-file option is provided.

-
-
-

The locations of these files can be controlled through the following environment variables:

-
-
-
    -
  • -

    FCLI_STATE_DIR: Location of fcli state like session and variable data.
    -Default: <FCLI_DATA_DIR>/state

    -
  • -
  • -

    FCLI_CONFIG_DIR: Location of fcli configuration data like proxy and trust store settings.
    -Default: <FCLI_DATA_DIR>/config

    -
  • -
  • -

    FCLI_DATA_DIR: Default base directory for the two directories listed above.
    -Default: <FORTIFY_DATA_DIR>/fcli

    -
  • -
  • -

    FORTIFY_DATA_DIR: Default base directory for the directories listed above.
    -Default: <user home directory>/.fortify

    -
  • -
-
-
-

If none of these environment variables have been set, then state data will be stored in <user home directory>/.fortify/fcli/state, and configuration data will be stored in <user home directory>/.fortify/fcli/config.

-
-
-

Note: earlier versions of fcli used different environment variable names, but this was causing issues (see Issue 248). If you are using an older fcli version, please refer to the corresponding documentation. When upgrading fcli from an older version, you may need to adjust the environment variable names.

-
-
-

When utilizing fcli in pipelines or automation scripts, especially when multiple pipelines or scripts may be running simultaneously on a single, non-containerized system, it is highly recommended to have each pipeline use a separate fcli state directory, to avoid those pipelines from sharing session data, variables and other persistent fcli state data. This will avoid issues like different pipelines overwriting each others session data (for example with different URLs or credentials), or one pipeline logging out of a session while another pipeline is still using the session.

-
-
-

Depending on the situation, pipelines can either share fcli configuration data, or be configured to have different configuration data directories. When sharing the configuration data, it is recommended that these pipelines do not update any configuration data during pipeline execution, but rather use pre-configured settings. For example, you could pre-configure fcli with proxy and trust store settings.

-
-
-

On containerized systems, like pipelines running in GitLab or GitHub, the default folders will usually be stored inside the individual pipeline containers and thus will not interfere with each others state.

-
-
-

Note that some files stored in the fcli data directory may contain sensitive data, like authentication tokens generated by login commands, or proxy credentials configured through the fcli config proxy commands. Fcli encrypts any sensitive files, but since the encryption key and algorithm are hardcoded, these files can be decrypted fairly easily. You should ensure proper file access permissions on the fcli data folder. In addition, you can consider setting the FCLI_ENCRYPT_KEY environment variable to configure an alternative encryption key. That way, the sensitive files can only be decrypted if someone has access to this custom encryption key.

-
-
-
-
-

Environment Variables

-
-
-

Apart from the special-purpose environment variables described in other sections, like the Fcli Data Folder section, fcli allows for specifying default option and parameter values through environment variables. This is particularly useful for specifying product URL’s and credentials through pipeline secrets, but also allows for preventing having to manually supply command line options if you frequently invoke a particular command with the same option value(s). For example, you could define a default value for --issue-template option of the +fcli ssc appversion create option, to avoid having to remember the issue template name every time you invoke this command.

-
-
-

Fcli walks the command tree to find an environment variable that matches a particular option, starting with the most detailed command prefix first. For the issue-template example above, fcli would look for the following environment variable names, in this order:

-
-
-
    -
  • -

    FCLI_DEFAULT_SSC_APPVERSION_CREATE_ISSUE_TEMPLATE

    -
  • -
  • -

    FCLI_DEFAULT_SSC_APPVERSION_ISSUE_TEMPLATE

    -
  • -
  • -

    FCLI_DEFAULT_SSC_ISSUE_TEMPLATE

    -
  • -
  • -

    FCLI_DEFAULT_ISSUE_TEMPLATE

    -
  • -
-
-
-

Environment variable lookups are based on the following rules:

-
-
-
    -
  • -

    Command aliases are not taken into account when looking for environment variables; suppose we have a delete command with alias rm, you will need to use FCLI_DEFAULT_..._DELETE_... and not FCLI_DEFAULT_..._RM_...

    -
  • -
  • -

    For options, fcli will use the longest option name when looking for environment variables; suppose we have an option with names -a, --ab and --abc, you will need to use FCLI_DEFAULT_..._ABC and not FCLI_DEFAULT_..._AB or FCLI_DEFAULT_..._A

    -
  • -
  • -

    For positional parameters, the environment variable name will be based on the parameter label, converted to SNAKE_CASE with all special characters replaced by an underscore. For example, <attributeDefinitionId> will become ATTRIBUTE_DEFINITION_ID, and HOST:PORT will become HOST_PORT.

    -
  • -
-
-
-

Although powerful, these environment variables for providing default option and parameter values should be used with some care to avoid unexpected results:

-
-
-
    -
  1. -

    Obviously command option requirements should be respected; supplying default values for exclusive options may result in errors or unexpected behavior

    -
  2. -
  3. -

    Preferably, you should use the most specific environment variable name, like FCLI_DEFAULT_SSC_APPVERSION_CREATE_ISSUE_TEMPLATE from the example above, to avoid accidentally supplying default values to a similarly named option on other commands

    -
  4. -
-
-
-

Despite #2 above, in some cases it may be useful to use less specific environment names, in particular if the same default values should be applied to multiple commands. As an example, consider an environment variable named FCLI_DEFAULT_SSC_URL:

-
-
-
    -
  • -

    This variable value will be used as a default value for all --url options in the SSC module

    -
  • -
  • -

    This variable value will be used as a default value for all --ssc-url options in other product modules

    -
  • -
-
-
-

This means that defining a single FCLI_DEFAULT_SSC_URL environment variable, together with for example FCLI_DEFAULT_SSC_USER and FCLI_DEFAULT_SSC_PASSWORD environment variables, allows for applying these default values to all of the fcli ssc session login, fcli sc-sast session login, fcli sc-dast session login, and corresponding logout commands.

-
-
-

Note that as described in the –env-prefix section, you can override the FCLI_DEFAULT prefix. For example, with --env-prefix MYPREFIX, fcli will look for MYPREFIX_* environment variables instead of FCLI_DEFAULT_* environment variables.

-
-
-
-
-

Fcli Variables

-
-
-

Fcli allows for storing fcli output data in fcli variables for use by subsequent fcli commands. This is a powerful feature that prevents users from having to use shell features to parse fcli output when needing to provide output from one command as input to another command. For example, this feature allows for starting a scan, and then passing the scan id to a corresponding wait-for command, or for creating an SSC application version, and passing the SSC application version id to the artifact upload command.

-
-
-

Variables can be stored using the --store myVarName[:prop1,prop2] option on data output commands. If property names are specified, then only these property names will be stored. If no property names are provided, all available JSON properties will be stored.

-
-
-

Variables can be referenced in subsequent fcli commands using the ::myVarName::prop syntax anywhere on the command line; such occurrences will be substituted with the value of the given property name.

-
-
-

Many (but not all) fcli commands will also store an entity-specific default property name when using the --store option. Whether a default property name has been stored can be seen in the output of the fcli util variable list command. If a default property name was stored, the ::myVarName:: syntax can be used to reference the value of the default property name, thereby avoiding the need to manually specify the appropriate property name.

-
-
-

Following are some examples, assuming the necessary login sessions are available:

-
-
-
-
fcli ssc appversion create myApp:1.0 --auto-required-attrs --skip-if-exists --store myVersion
-fcli ssc artifact upload myScan.fpr --appversion ::myVersion::
-
-fcli ssc appversion create myApp:1.0 --auto-required --skip-if-exists --store myVersion:id,name
-fcli ssc artifact upload myScan.fpr --appversion ::myVersion::id
-
-fcli sc-sast scan start -p package.zip -v 22.2 --appversion test:1.0 --store x
-fcli sc-sast scan wait-for ::x::
-
-fcli sc-sast scan start -p package.zip -v 22.2 --appversion test:1.0 --store x
-fcli sc-sast scan wait-for ::x::jobToken
-
-
-
-

Fcli provides the regular get, list and delete operations on the +fcli util variable command tree, and actual variable contents can be retrieved using the fcli util variable contents command. Please see help output or manual pages for more information on these commands.

-
-
-

The fcli util variable contents command supports the regular fcli output options and query capabilities. This allows for advanced us cases, like retrieving server data once and then outputting it in multiple formats, potentially even applying separate filters. As an example:

-
-
-
-
fcli ssc appversion list --store myVersions
-fcli util variable contents myVersions -o csv --output-to-file myVersions.csv
-fcli util variable contents myVersions -o json -q createdBy=admin --output-to-file myAdminVersions.json
-fcli util variable contents myVersions -o 'expr={id}\n' --output-to-file myVersionIds.txt
-
-
-
-

Note: variable-related syntax and behavior was changed in fcli version 2.0.0. If you are using an older fcli version, please refer to the documentation for that version. When upgrading from 1.x.x to 2.x.x, you may need to update your fcli invocations to match the new syntax. See Issue 160 for information on why syntax and behavior was changed.

-
-
-
-
-

Manual Pages

-
-
-

The manual pages for this fcli release can be found here: fcli (1). If you are viewing this documentation offline, please make sure that you have fully extracted the docs-html.zip file to access the manual pages.

-
-
-

Manual pages for each fcli release are automatically generated as new fcli releases are being built, and are available in HTML and Linux man-page formats. The manual pages in man-page format can be downloaded from the fcli releases page at https://github.com/fortify/fcli/releases. The HTML-formatted manual pages, including this documentation page, can also be downloaded from the fcli release page or viewed online at https://fortify.github.io/fcli.

-
-
-
-
-

Troubleshooting

-
-
-

Native Binaries

-
-

Native binaries require some special source code annotations for proper operation, which are not required for the plain Java .jar version of fcli. If fcli developers forgot to include any of these annotations, you -may experience any of the following behavior:

-
-
-
    -
  • -

    Commands and/or option listed in manual pages are not listed by the help output of a native binary

    -
  • -
  • -

    Trying to use commands and/or options listed in the manual pages result in errors stating that the command or option is not recognized

    -
  • -
  • -

    Some commands and/or options result in technical error messages about classes, constructors or methods not being found or not being accessible

    -
  • -
-
-
-

If you encounter any of these issues, please submit a bug report as described in Submitting a Bug Report. As described in that section, please include information on whether the .jar version of fcli exhibits the same erroneous behavior. While fcli developers are working on fixing the issue, you can temporarily use the .jar version of fcli until the issue is resolved.

-
-
-
-

Submitting a Bug Report

-
-

After confirming that an issue cannot be resolved based on the information above, and is not caused by user error, please consider submitting a bug report on the fcli issue tracker. Before doing so, please verify that there is not already a bug report open for the issue that you are experiencing; in that case, feel free to leave a comment on the existing bug report to confirm the issue and/or provide additional details.

-
-
-

When opening a bug report, please include the following information:

-
-
-
    -
  • -

    Fcli version, as shown by the fcli --version command

    -
  • -
  • -

    Which fcli variant you are using; one of the native binaries or the .jar variant invoked using java -jar fcli.jar

    -
  • -
  • -

    If you are experiencing an issue with the native binaries, please confirm whether the .jar version of fcli exhibits the same behavior

    -
  • -
  • -

    Operating system and any other relevant environment details, for example:

    -
    -
      -
    • -

      Interactive or pipeline/automation use

      -
    • -
    • -

      If pipeline use, what CI/CD system are you running fcli on (Jenkins, GitHub, GitLab, …)

      -
    • -
    • -

      What FCLI environment variables have been set

      -
    • -
    -
    -
  • -
  • -

    Steps to reproduce

    -
  • -
  • -

    Any other information that may be relevant

    -
  • -
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-config-clear.html b/dev_github-action/manpage/fcli-config-clear.html deleted file mode 100644 index 6e18a143d9..0000000000 --- a/dev_github-action/manpage/fcli-config-clear.html +++ /dev/null @@ -1,126 +0,0 @@ ---- -title: fcli-config-clear(1) -fcli_version: ---- - - - - - - - -fcli-config-clear(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli config clear [-y] [[-h] [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]]

-
-
-
-
-

Description

-
-
-

This command deletes the fcli configuration directory, clearing configuration settings like language, proxy and trust store settings. Note that this does not clear current fcli state, like session and variable data; please use the 'fcli util state clear' command for clearing state data.

-
-
-
-
-

Options

-
-
-
-
-y, --confirm
-
-

Confirm deleting all fcli configuration settings.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-config-proxy-add.html b/dev_github-action/manpage/fcli-config-proxy-add.html deleted file mode 100644 index dc99f4eff3..0000000000 --- a/dev_github-action/manpage/fcli-config-proxy-add.html +++ /dev/null @@ -1,168 +0,0 @@ ---- -title: fcli-config-proxy-add(1) -fcli_version: ---- - - - - - - - -fcli-config-proxy-add(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli config proxy add [-p[=<proxyPassword>]] [--name=<name>] - [--priority=<priority>] [-u=<proxyUser>] [-m=<modules>[, - <modules>…​]]…​ [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - [-i=<includedHosts>[,<includedHosts>…​] - [-i=<includedHosts>[,<includedHosts>…​]]…​ | - -e=<excludedHosts>[,<excludedHosts>…​] - [-e=<excludedHosts>[,<excludedHosts>…​]]…​] HOST:PORT

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-e, --exclude-hosts=<excludedHosts>[,<excludedHosts>…​]
-
-

Comma-separated list of target host names on which not to apply this proxy configuration. Host names may include wildcard characters, like *.myintra.net.

-
-
-i, --include-hosts=<includedHosts>[,<includedHosts>…​]
-
-

Comma-separated list of target host names on which to apply this proxy configuration. Host names may include wildcard characters, like *.fortifyhosted.net.

-
-
-m, --modules=<modules>[,<modules>…​]
-
-

Comma-separated list of fcli modules / target systems (fod, sc-dast, sc-sast, ssc, debricked, tool) on which to apply this proxy configuration.

-
-
--name=<name>
-
-

Name for the proxy configuration to be added; defaults to <proxy host>:<proxy port>.

-
-
-p, --password[=<proxyPassword>]
-
-

Password used to authenticate with the proxy server.

-
-
--priority=<priority>
-
-

Priority of this proxy configuration. If multiple configuration match the target module & URL, the proxy configuration with highest priority is used.

-
-
-u, --user=<proxyUser>
-
-

Username used to authenticate with the proxy server.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
HOST:PORT
-
-

Proxy host and port in the format <proxy host>:<proxy port>.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-config-proxy-clear.html b/dev_github-action/manpage/fcli-config-proxy-clear.html deleted file mode 100644 index ddffd28124..0000000000 --- a/dev_github-action/manpage/fcli-config-proxy-clear.html +++ /dev/null @@ -1,110 +0,0 @@ ---- -title: fcli-config-proxy-clear(1) -fcli_version: ---- - - - - - - - -fcli-config-proxy-clear(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli config proxy clear [[-h] [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]]

-
-
-
-
-

Description

-
- -
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-config-proxy-delete.html b/dev_github-action/manpage/fcli-config-proxy-delete.html deleted file mode 100644 index a21b443e4c..0000000000 --- a/dev_github-action/manpage/fcli-config-proxy-delete.html +++ /dev/null @@ -1,124 +0,0 @@ ---- -title: fcli-config-proxy-delete(1) -fcli_version: ---- - - - - - - - -fcli-config-proxy-delete(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli config proxy delete [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] NAME

-
-
-
-
-

Description

-
- -
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
NAME
-
-

Name of the proxy configuration to be deleted.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-config-proxy-list.html b/dev_github-action/manpage/fcli-config-proxy-list.html deleted file mode 100644 index d07bb2c70c..0000000000 --- a/dev_github-action/manpage/fcli-config-proxy-list.html +++ /dev/null @@ -1,124 +0,0 @@ ---- -title: fcli-config-proxy-list(1) -fcli_version: ---- - - - - - - - -fcli-config-proxy-list(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli config proxy list [[-h] [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]] [-q=<SpEL expression>]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-q, --query=<SpEL expression>
-
-

Only display records for which the given Spring Expression Language (SpEL) expression returns true.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-config-proxy-update.html b/dev_github-action/manpage/fcli-config-proxy-update.html deleted file mode 100644 index a5cf4566a5..0000000000 --- a/dev_github-action/manpage/fcli-config-proxy-update.html +++ /dev/null @@ -1,169 +0,0 @@ ---- -title: fcli-config-proxy-update(1) -fcli_version: ---- - - - - - - - -fcli-config-proxy-update(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli config proxy update [-p[=<proxyPassword>]] [--priority=<priority>] - [--proxy=<proxyHostAndPort>] [-u=<proxyUser>] - [-m=<modules>[,<modules>…​]]…​ [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]] [-i=<includedHosts>[, - <includedHosts>…​] [-i=<includedHosts>[, - <includedHosts>…​]]…​ | -e=<excludedHosts>[, - <excludedHosts>…​] [-e=<excludedHosts>[, - <excludedHosts>…​]]…​] NAME

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-e, --exclude-hosts=<excludedHosts>[,<excludedHosts>…​]
-
-

Comma-separated list of target host names on which not to apply this proxy configuration. Host names may include wildcard characters, like *.myintra.net.

-
-
-i, --include-hosts=<includedHosts>[,<includedHosts>…​]
-
-

Comma-separated list of target host names on which to apply this proxy configuration. Host names may include wildcard characters, like *.fortifyhosted.net.

-
-
-m, --modules=<modules>[,<modules>…​]
-
-

Comma-separated list of fcli modules / target systems (fod, sc-dast, sc-sast, ssc, debricked, tool) on which to apply this proxy configuration.

-
-
-p, --password[=<proxyPassword>]
-
-

Password used to authenticate with the proxy server.

-
-
--priority=<priority>
-
-

Priority of this proxy configuration. If multiple configuration match the target module & URL, the proxy configuration with highest priority is used.

-
-
--proxy=<proxyHostAndPort>
-
-

Proxy host and port in the format <proxy host>:<proxy port>.

-
-
-u, --user=<proxyUser>
-
-

Username used to authenticate with the proxy server.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
NAME
-
-

Name of the proxy configuration to be updated.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-config-proxy.html b/dev_github-action/manpage/fcli-config-proxy.html deleted file mode 100644 index 9265418560..0000000000 --- a/dev_github-action/manpage/fcli-config-proxy.html +++ /dev/null @@ -1,103 +0,0 @@ ---- -title: fcli-config-proxy(1) -fcli_version: ---- - - - - - - - -fcli-config-proxy(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli config proxy [-h] [COMMAND]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
add
-
-

Add a proxy configuration.

-
-
clear
-
-

Clear all proxy configurations.

-
-
delete, rm
-
-

Delete a proxy configuration.

-
-
list, ls
-
-

List proxy configurations.

-
-
update
-
-

Update a proxy configuration.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-config-truststore-clear.html b/dev_github-action/manpage/fcli-config-truststore-clear.html deleted file mode 100644 index a115872012..0000000000 --- a/dev_github-action/manpage/fcli-config-truststore-clear.html +++ /dev/null @@ -1,110 +0,0 @@ ---- -title: fcli-config-truststore-clear(1) -fcli_version: ---- - - - - - - - -fcli-config-truststore-clear(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli config truststore clear [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]]

-
-
-
-
-

Description

-
- -
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-config-truststore-get.html b/dev_github-action/manpage/fcli-config-truststore-get.html deleted file mode 100644 index 5651cce789..0000000000 --- a/dev_github-action/manpage/fcli-config-truststore-get.html +++ /dev/null @@ -1,110 +0,0 @@ ---- -title: fcli-config-truststore-get(1) -fcli_version: ---- - - - - - - - -fcli-config-truststore-get(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli config truststore get [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]]

-
-
-
-
-

Description

-
- -
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-config-truststore-set.html b/dev_github-action/manpage/fcli-config-truststore-set.html deleted file mode 100644 index 03d6f6de30..0000000000 --- a/dev_github-action/manpage/fcli-config-truststore-set.html +++ /dev/null @@ -1,144 +0,0 @@ ---- -title: fcli-config-truststore-set(1) -fcli_version: ---- - - - - - - - -fcli-config-truststore-set(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli config truststore set [-p=<trustStorePassword>] [-t=<trustStoreType>] - [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - <trustStorePath>

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-p, --truststore-password=<trustStorePassword>
-
-

SSL trust store password.

-
-
-t, --truststore-type=<trustStoreType>
-
-

SSL trust store type (jks, pkcs12).

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<trustStorePath>
-
-

Path to custom SSL trust store.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-config-truststore.html b/dev_github-action/manpage/fcli-config-truststore.html deleted file mode 100644 index ab56f326d7..0000000000 --- a/dev_github-action/manpage/fcli-config-truststore.html +++ /dev/null @@ -1,95 +0,0 @@ ---- -title: fcli-config-truststore(1) -fcli_version: ---- - - - - - - - -fcli-config-truststore(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli config truststore [-h] [COMMAND]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
clear
-
-

Clear SSL trust store configuration to use default trust store.

-
-
get
-
-

Get current SSL trust store configuration.

-
-
set
-
-

Configure SSL trust store.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-config.html b/dev_github-action/manpage/fcli-config.html deleted file mode 100644 index c177ba930d..0000000000 --- a/dev_github-action/manpage/fcli-config.html +++ /dev/null @@ -1,97 +0,0 @@ ---- -title: fcli-config(1) -fcli_version: ---- - - - - - - - -fcli-config(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli config [-h] [COMMAND]

-
-
-
-
-

Description

-
-
-

The commands in this module allow for managing configuration settings that may apply to multiple fcli modules. For example, this includes commands for managing proxy settings to allow fcli to connect to remote systems through a proxy server, and for configuring SSL trust store settings to allow fcli to connect to servers with self-signed certificates.

-
-
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
clear
-
-

Clear full fcli configuration.

-
-
proxy
-
-

Manage fcli proxy configurations.

-
-
truststore
-
-

Manage fcli trust store configuration.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-fod-app-create.html b/dev_github-action/manpage/fcli-fod-app-create.html deleted file mode 100644 index 19c0952c21..0000000000 --- a/dev_github-action/manpage/fcli-fod-app-create.html +++ /dev/null @@ -1,206 +0,0 @@ ---- -title: fcli-fod-app-create(1) -fcli_version: ---- - - - - - - - -fcli-fod-app-create(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli fod app create [--auto-required-attrs] --criticality=<criticalityType> - [-d=<description>] [--delim=<delimiter>] --owner=<owner> - --release=[ms:]rel - [--release-description=<releaseDescription>] - --status=<sdlcStatusType> --type=<appType> [,[ATTR=VALUE]…​]]…​ [--groups=<userGroups>_[, - <userGroups>…​]]…​ [--notify=<notifications>[, - <notifications>…​]]…​ [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]] <applicationName>

-
-
-
-
-

Description

-
-
-

This command allows a new application and its first release to be created. Please note some attributes might be mandatory depending on the configuration of your tenant. Please check the Fortify on Demand web portal first.

-
-
-
-
-

Options

-
-
-
-
--attrs, --attributes=[ATTR=VALUE][,[ATTR=VALUE]…​]
-
-

Attribute id or name and its value to set on the application.

-
-
--auto-required-attrs
-
-

Automatically set a default value for required attributes.

-
-
--criticality, --business-criticality=<criticalityType>
-
-

The business criticality of the application. Valid values: High, Medium, Low.

-
-
-d, --description=<description>
-
-

Description of the application.

-
-
--delim=<delimiter>
-
-

Change the default delimiter character when using options that accept "application[:microservice]:release" as an argument or parameter.

-
-
--groups=<userGroups>[,<userGroups>…​]
-
-

User group ids or names to give access of the application to.

-
-
--notify=<notifications>[,<notifications>…​]
-
-

Email address of user(s) to send notifications to.

-
-
--owner=<owner>
-
-

The owner of the application/release who will receive email notifications of scan status update.

-
-
--release=[ms:]rel
-
-

Initial release to be created on the application, in the format <microservice>:<release> for a microservices application, or just <release> for non-microservices applications.

-
-
--release-description=<releaseDescription>
-
-

Description of the release.

-
-
--status, --sdlc-status=<sdlcStatusType>
-
-

The SDLC lifecycle status of the release. Valid values: Development, QA, Production

-
-
--type, --app-type=<appType>
-
-

Application type. Valid values: Web, ThickClient, Mobile, Microservice

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the FoD session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<applicationName>
-
-

Application name.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-fod-app-delete.html b/dev_github-action/manpage/fcli-fod-app-delete.html deleted file mode 100644 index 2ac3ccaec1..0000000000 --- a/dev_github-action/manpage/fcli-fod-app-delete.html +++ /dev/null @@ -1,138 +0,0 @@ ---- -title: fcli-fod-app-delete(1) -fcli_version: ---- - - - - - - - -fcli-fod-app-delete(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli fod app delete [[-h] [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] [[--session=<sessionName>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] <appNameOrId>

-
-
-
-
-

Description

-
- -
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the FoD session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<appNameOrId>
-
-

Application id or name. Note that numeric values are always interpreted as id’s. If you have numeric application names, you will need to specify the application id.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-fod-app-get.html b/dev_github-action/manpage/fcli-fod-app-get.html deleted file mode 100644 index 4f0aaf3677..0000000000 --- a/dev_github-action/manpage/fcli-fod-app-get.html +++ /dev/null @@ -1,138 +0,0 @@ ---- -title: fcli-fod-app-get(1) -fcli_version: ---- - - - - - - - -fcli-fod-app-get(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli fod app get [[-h] [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] [[--session=<sessionName>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] <appNameOrId>

-
-
-
-
-

Description

-
- -
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the FoD session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<appNameOrId>
-
-

Application id or name. Note that numeric values are always interpreted as id’s. If you have numeric application names, you will need to specify the application id.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-fod-app-list.html b/dev_github-action/manpage/fcli-fod-app-list.html deleted file mode 100644 index 76fdbd620b..0000000000 --- a/dev_github-action/manpage/fcli-fod-app-list.html +++ /dev/null @@ -1,144 +0,0 @@ ---- -title: fcli-fod-app-list(1) -fcli_version: ---- - - - - - - - -fcli-fod-app-list(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli fod app list [--filters-param=<filtersParam>] [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] [[--session=<sessionName>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] [-q=<SpEL _ - _ expression>]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
--filters-param=<filtersParam>
-
-

Server-side queries are automatically generated from the -q / --query option if possible; generated queries can be viewed in the debug log. The --q-param option can be used to override the automatically generated query, for example to further optimize the request. See the Fortify on Demand REST API documentation for information on supported formats.

-
-
-q, --query=<SpEL expression>
-
-

Only display records for which the given Spring Expression Language (SpEL) expression returns true.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the FoD session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-fod-app-update.html b/dev_github-action/manpage/fcli-fod-app-update.html deleted file mode 100644 index db1b80534b..0000000000 --- a/dev_github-action/manpage/fcli-fod-app-update.html +++ /dev/null @@ -1,174 +0,0 @@ ---- -title: fcli-fod-app-update(1) -fcli_version: ---- - - - - - - - -fcli-fod-app-update(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli fod app update [--criticality=<criticalityType>] [-d=<descriptionUpdate>] - [-n=<applicationNameUpdate>] [, - _[ATTR=VALUE]…​]]…​ [--notify=<notificationsUpdate>[, - <notificationsUpdate>…​]]…​ [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] [[--session=<sessionName>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] <appNameOrId>

-
-
-
-
-

Description

-
-
-

This command updates the details of an application. To create, update or delete any releases on the application use the 'fcli fod release' subcommands. To create, update or delete any microservices on the application use the 'fcli fod microservice' subcommands. To update user and group access for the application use the 'fcli fod user' and 'fcli fod user-group' subcommands.

-
-
-
-
-

Options

-
-
-
-
--attrs, --attributes=[ATTR=VALUE][,[ATTR=VALUE]…​]
-
-

Attribute id or name and its value to set on the application.

-
-
--criticality, --business-criticality=<criticalityType>
-
-

The business criticality of the application. Valid values: High, Medium, Low.

-
-
-d, --description=<descriptionUpdate>
-
-

The updated description for the application.

-
-
-n, --name=<applicationNameUpdate>
-
-

The updated name for the application.

-
-
--notify=<notificationsUpdate>[,<notificationsUpdate>…​]
-
-

Email address of user(s) to send notifications to (Please note, any existing entries will be replaced).

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the FoD session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<appNameOrId>
-
-

Application id or name. Note that numeric values are always interpreted as id’s. If you have numeric application names, you will need to specify the application id.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-fod-app.html b/dev_github-action/manpage/fcli-fod-app.html deleted file mode 100644 index 7aed35f82c..0000000000 --- a/dev_github-action/manpage/fcli-fod-app.html +++ /dev/null @@ -1,103 +0,0 @@ ---- -title: fcli-fod-app(1) -fcli_version: ---- - - - - - - - -fcli-fod-app(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli fod app [-h] [COMMAND]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
create
-
-

Create a new application.

-
-
list, ls
-
-

List applications.

-
-
get
-
-

Get application details.

-
-
update
-
-

Update an existing application.

-
-
delete, rm
-
-

Delete an application.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-fod-assessment-type-list.html b/dev_github-action/manpage/fcli-fod-assessment-type-list.html deleted file mode 100644 index bfb3caaacb..0000000000 --- a/dev_github-action/manpage/fcli-fod-assessment-type-list.html +++ /dev/null @@ -1,154 +0,0 @@ ---- -title: fcli-fod-assessment-type-list(1) -fcli_version: ---- - - - - - - - -fcli-fod-assessment-type-list(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli fod assessment-type list [--delim=<delimiter>] --release=id|app[:ms]:rel - [--scan-types=<scanTypes>[,<scanTypes>…​]]…​ - [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - [-q=<SpEL expression>]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
--delim=<delimiter>
-
-

Change the default delimiter character when using options that accept "application[:microservice]:release" as an argument or parameter.

-
-
-q, --query=<SpEL expression>
-
-

Only display records for which the given Spring Expression Language (SpEL) expression returns true.

-
-
--release=id|app[:ms]:rel
-
-

Release id or <application>[:<microservice>]:<release> name.

-
-
--scan-types=<scanTypes>[,<scanTypes>…​]
-
-

Comma-separated list of scan types for which to list assessment types. Default value: Static,Dynamic,Mobile. Valid values: Static, Dynamic, Mobile, Monitoring, Network, OpenSource, Container.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the FoD session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-fod-assessment-type.html b/dev_github-action/manpage/fcli-fod-assessment-type.html deleted file mode 100644 index d923b93201..0000000000 --- a/dev_github-action/manpage/fcli-fod-assessment-type.html +++ /dev/null @@ -1,87 +0,0 @@ ---- -title: fcli-fod-assessment-type(1) -fcli_version: ---- - - - - - - - -fcli-fod-assessment-type(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli fod assessment-type [-h] [COMMAND]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
list, ls
-
-

List assessment types.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-fod-microservice-create.html b/dev_github-action/manpage/fcli-fod-microservice-create.html deleted file mode 100644 index ba83492a20..0000000000 --- a/dev_github-action/manpage/fcli-fod-microservice-create.html +++ /dev/null @@ -1,159 +0,0 @@ ---- -title: fcli-fod-microservice-create(1) -fcli_version: ---- - - - - - - - -fcli-fod-microservice-create(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli fod microservice create [--skip-if-exists] [--delim=<delimiter>] [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] app: - _ ms_

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
--delim=<delimiter>
-
-

Change the default delimiter character when using options that accept "application[:microservice]:release" as an argument or parameter.

-
-
--skip-if-exists
-
-

Check to see if microservice already exists before creating.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the FoD session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
app:ms
-
-

Microservice name in the format <application>:<microservice>.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-fod-microservice-delete.html b/dev_github-action/manpage/fcli-fod-microservice-delete.html deleted file mode 100644 index fccb7727e0..0000000000 --- a/dev_github-action/manpage/fcli-fod-microservice-delete.html +++ /dev/null @@ -1,155 +0,0 @@ ---- -title: fcli-fod-microservice-delete(1) -fcli_version: ---- - - - - - - - -fcli-fod-microservice-delete(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli fod microservice delete [--delim=<delimiter>] [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] app: - _ ms_

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
--delim=<delimiter>
-
-

Change the default delimiter character when using options that accept "application[:microservice]:release" as an argument or parameter.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the FoD session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
app:ms
-
-

Microservice name in the format <application>:<microservice>.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-fod-microservice-list.html b/dev_github-action/manpage/fcli-fod-microservice-list.html deleted file mode 100644 index b044aa2d1a..0000000000 --- a/dev_github-action/manpage/fcli-fod-microservice-list.html +++ /dev/null @@ -1,143 +0,0 @@ ---- -title: fcli-fod-microservice-list(1) -fcli_version: ---- - - - - - - - -fcli-fod-microservice-list(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli fod microservice list --app=<appNameOrId> [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]] [-q=<SpEL expression>]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
--app=<appNameOrId>
-
-

Application id or name. Note that numeric values are always interpreted as id’s. If you have numeric application names, you will need to specify the application id.

-
-
-q, --query=<SpEL expression>
-
-

Only display records for which the given Spring Expression Language (SpEL) expression returns true.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the FoD session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-fod-microservice-update.html b/dev_github-action/manpage/fcli-fod-microservice-update.html deleted file mode 100644 index 7c30127f08..0000000000 --- a/dev_github-action/manpage/fcli-fod-microservice-update.html +++ /dev/null @@ -1,159 +0,0 @@ ---- -title: fcli-fod-microservice-update(1) -fcli_version: ---- - - - - - - - -fcli-fod-microservice-update(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli fod microservice update [--delim=<delimiter>] -n=<microserviceName> [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] app: - _ ms_

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
--delim=<delimiter>
-
-

Change the default delimiter character when using options that accept "application[:microservice]:release" as an argument or parameter.

-
-
-n, --name=<microserviceName>
-
-

The updated name for the microservice.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the FoD session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
app:ms
-
-

Microservice name in the format <application>:<microservice>.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-fod-microservice.html b/dev_github-action/manpage/fcli-fod-microservice.html deleted file mode 100644 index d806e58089..0000000000 --- a/dev_github-action/manpage/fcli-fod-microservice.html +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: fcli-fod-microservice(1) -fcli_version: ---- - - - - - - - -fcli-fod-microservice(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli fod microservice [-h] [COMMAND]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
create
-
-

Create a new application microservice.

-
-
list, ls
-
-

List application microservices.

-
-
update
-
-

Updates an existing application microservice.

-
-
delete, rm
-
-

Delete an application microservice.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-fod-release-create.html b/dev_github-action/manpage/fcli-fod-release-create.html deleted file mode 100644 index da2e4ad809..0000000000 --- a/dev_github-action/manpage/fcli-fod-release-create.html +++ /dev/null @@ -1,172 +0,0 @@ ---- -title: fcli-fod-release-create(1) -fcli_version: ---- - - - - - - - -fcli-fod-release-create(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli fod release create [--skip-if-exists] [--copy-from=id|app[:ms]:rel] - [-d=<description>] [--delim=<delimiter>] - --status=<sdlcStatusType> [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] [[--session=<sessionName>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] app[:ms]: - _ rel_

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
--copy-from=id|app[:ms]:rel
-
-

The id or name of a release to copy existing state from.

-
-
-d, --description=<description>
-
-

Description of the release.

-
-
--delim=<delimiter>
-
-

Change the default delimiter character when using options that accept "application[:microservice]:release" as an argument or parameter.

-
-
--skip-if-exists
-
-

Check to see if release already exists before creating.

-
-
--status, --sdlc-status=<sdlcStatusType>
-
-

The SDLC lifecycle status of the release. Valid values: Development, QA, Production

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the FoD session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
app[:ms]:rel
-
-

Release name in the format <application>[:<microservice>]:<release>.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-fod-release-delete.html b/dev_github-action/manpage/fcli-fod-release-delete.html deleted file mode 100644 index daecd14dd7..0000000000 --- a/dev_github-action/manpage/fcli-fod-release-delete.html +++ /dev/null @@ -1,153 +0,0 @@ ---- -title: fcli-fod-release-delete(1) -fcli_version: ---- - - - - - - - -fcli-fod-release-delete(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli fod release delete [--delim=<delimiter>] [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]] id|app[:ms]:rel

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
--delim=<delimiter>
-
-

Change the default delimiter character when using options that accept "application[:microservice]:release" as an argument or parameter.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the FoD session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
id|app[:ms]:rel
-
-

Release id or <application>[:<microservice>]:<release> name.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-fod-release-download-fpr.html b/dev_github-action/manpage/fcli-fod-release-download-fpr.html deleted file mode 100644 index d626ffe995..0000000000 --- a/dev_github-action/manpage/fcli-fod-release-download-fpr.html +++ /dev/null @@ -1,153 +0,0 @@ ---- -title: fcli-fod-release-download-fpr(1) -fcli_version: ---- - - - - - - - -fcli-fod-release-download-fpr(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli fod release download-fpr [--delim=<delimiter>] -f=<outputFile> - --release=id|app[:ms]:rel -s=<scanType> [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] [--store=_variableName - _ ] [--to-file=<outputFile>_]]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
--delim=<delimiter>
-
-

Change the default delimiter character when using options that accept "application[:microservice]:release" as an argument or parameter.

-
-
-f, --fpr=<outputFile>
-
-

File path and name where to save the FPR file.

-
-
--release=id|app[:ms]:rel
-
-

Release id or <application>[:<microservice>]:<release> name.

-
-
-s, --scan-type=<scanType>
-
-

Scan type for which to download the results.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the FoD session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-fod-release-get.html b/dev_github-action/manpage/fcli-fod-release-get.html deleted file mode 100644 index 6b0c8b1d49..0000000000 --- a/dev_github-action/manpage/fcli-fod-release-get.html +++ /dev/null @@ -1,153 +0,0 @@ ---- -title: fcli-fod-release-get(1) -fcli_version: ---- - - - - - - - -fcli-fod-release-get(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli fod release get [--delim=<delimiter>] [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]] id|app[:ms]:rel

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
--delim=<delimiter>
-
-

Change the default delimiter character when using options that accept "application[:microservice]:release" as an argument or parameter.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the FoD session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
id|app[:ms]:rel
-
-

Release id or <application>[:<microservice>]:<release> name.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-fod-release-import-dast.html b/dev_github-action/manpage/fcli-fod-release-import-dast.html deleted file mode 100644 index ff5e6a022e..0000000000 --- a/dev_github-action/manpage/fcli-fod-release-import-dast.html +++ /dev/null @@ -1,159 +0,0 @@ ---- -title: fcli-fod-release-import-dast(1) -fcli_version: ---- - - - - - - - -fcli-fod-release-import-dast(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli fod release import-dast [--delim=<delimiter>] --release=id|app[:ms]:rel - [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - <scanFile>

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
--delim=<delimiter>
-
-

Change the default delimiter character when using options that accept "application[:microservice]:release" as an argument or parameter.

-
-
--release=id|app[:ms]:rel
-
-

Release id or <application>[:<microservice>]:<release> name.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the FoD session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<scanFile>
-
-

FPR file containing existing DAST scan results to be imported.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-fod-release-import-mobile.html b/dev_github-action/manpage/fcli-fod-release-import-mobile.html deleted file mode 100644 index 9602028b75..0000000000 --- a/dev_github-action/manpage/fcli-fod-release-import-mobile.html +++ /dev/null @@ -1,159 +0,0 @@ ---- -title: fcli-fod-release-import-mobile(1) -fcli_version: ---- - - - - - - - -fcli-fod-release-import-mobile(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli fod release import-mobile [--delim=<delimiter>] --release=id|app[:ms]:rel - [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - <scanFile>

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
--delim=<delimiter>
-
-

Change the default delimiter character when using options that accept "application[:microservice]:release" as an argument or parameter.

-
-
--release=id|app[:ms]:rel
-
-

Release id or <application>[:<microservice>]:<release> name.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the FoD session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<scanFile>
-
-

File containing existing mobile scan results to be imported.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-fod-release-import-open-source.html b/dev_github-action/manpage/fcli-fod-release-import-open-source.html deleted file mode 100644 index 147bc6117d..0000000000 --- a/dev_github-action/manpage/fcli-fod-release-import-open-source.html +++ /dev/null @@ -1,165 +0,0 @@ ---- -title: fcli-fod-release-import-open-source(1) -fcli_version: ---- - - - - - - - -fcli-fod-release-import-open-source(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli fod release import-open-source [--delim=<delimiter>] --release=id|app[:ms]: - _ rel_ [--type=<type>] [[-h] - [--env-prefix=<envPrefix>] - [--log-file=<logFile>] - [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] [--store=_variableName - _ ] - [--to-file=<outputFile>_]] <scanFile>

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
--delim=<delimiter>
-
-

Change the default delimiter character when using options that accept "application[:microservice]:release" as an argument or parameter.

-
-
--release=id|app[:ms]:rel
-
-

Release id or <application>[:<microservice>]:<release> name.

-
-
--type=<type>
-
-

Open Source scan results file type. Valid values: CycloneDX (default value).

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the FoD session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<scanFile>
-
-

File containing existing Open Source scan results to be imported.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-fod-release-import-sast.html b/dev_github-action/manpage/fcli-fod-release-import-sast.html deleted file mode 100644 index cd898d52e6..0000000000 --- a/dev_github-action/manpage/fcli-fod-release-import-sast.html +++ /dev/null @@ -1,159 +0,0 @@ ---- -title: fcli-fod-release-import-sast(1) -fcli_version: ---- - - - - - - - -fcli-fod-release-import-sast(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli fod release import-sast [--delim=<delimiter>] --release=id|app[:ms]:rel - [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - <scanFile>

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
--delim=<delimiter>
-
-

Change the default delimiter character when using options that accept "application[:microservice]:release" as an argument or parameter.

-
-
--release=id|app[:ms]:rel
-
-

Release id or <application>[:<microservice>]:<release> name.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the FoD session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<scanFile>
-
-

FPR file containing existing SAST scan results to be imported.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-fod-release-list.html b/dev_github-action/manpage/fcli-fod-release-list.html deleted file mode 100644 index 42d3c90aa0..0000000000 --- a/dev_github-action/manpage/fcli-fod-release-list.html +++ /dev/null @@ -1,148 +0,0 @@ ---- -title: fcli-fod-release-list(1) -fcli_version: ---- - - - - - - - -fcli-fod-release-list(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli fod release list [--app=<appNameOrId>] [--filters-param=<filtersParam>] - [[-h] [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] [[--session=<sessionName>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] [-q=<SpEL _ - _ expression>]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
--app=<appNameOrId>
-
-

Application id or name. Note that numeric values are always interpreted as id’s. If you have numeric application names, you will need to specify the application id.

-
-
--filters-param=<filtersParam>
-
-

Server-side queries are automatically generated from the -q / --query option if possible; generated queries can be viewed in the debug log. The --q-param option can be used to override the automatically generated query, for example to further optimize the request. See the Fortify on Demand REST API documentation for information on supported formats.

-
-
-q, --query=<SpEL expression>
-
-

Only display records for which the given Spring Expression Language (SpEL) expression returns true.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the FoD session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-fod-release-update.html b/dev_github-action/manpage/fcli-fod-release-update.html deleted file mode 100644 index e21bb030da..0000000000 --- a/dev_github-action/manpage/fcli-fod-release-update.html +++ /dev/null @@ -1,172 +0,0 @@ ---- -title: fcli-fod-release-update(1) -fcli_version: ---- - - - - - - - -fcli-fod-release-update(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli fod release update [-d=<description>] [--delim=<delimiter>] - [-n=<releaseName>] [--owner=<releaseOwner>] - [--status=<sdlcStatusType>] [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] [[--session=<sessionName>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] id|app[: - _ ms]:rel_

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-d, --description=<description>
-
-

Updated description for the release.

-
-
--delim=<delimiter>
-
-

Change the default delimiter character when using options that accept "application[:microservice]:release" as an argument or parameter.

-
-
-n, --name=<releaseName>
-
-

The updated name for the release.

-
-
--owner=<releaseOwner>
-
-

Updated id or username for the owner of the release.

-
-
--status, --sdlc-status=<sdlcStatusType>
-
-

The SDLC lifecycle status of the release. Valid values: Development, QA, Production

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the FoD session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
id|app[:ms]:rel
-
-

Release id or <application>[:<microservice>]:<release> name.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-fod-release.html b/dev_github-action/manpage/fcli-fod-release.html deleted file mode 100644 index 84669485b1..0000000000 --- a/dev_github-action/manpage/fcli-fod-release.html +++ /dev/null @@ -1,123 +0,0 @@ ---- -title: fcli-fod-release(1) -fcli_version: ---- - - - - - - - -fcli-fod-release(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli fod release [-h] [COMMAND]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
create
-
-

Create a new application release.

-
-
get
-
-

Get application release details.

-
-
list, ls
-
-

List application releases.

-
-
download-fpr
-
-

Download scan results as FPR file.

-
-
import-dast
-
-

Import existing DAST scan results.

-
-
import-mobile
-
-

Import existing mobile scan results.

-
-
import-open-source, import-oss
-
-

Import existing Open Source scan results.

-
-
import-sast
-
-

Import existing SAST scan results.

-
-
update
-
-

Update an existing application release.

-
-
delete, rm
-
-

Delete an application release.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-fod-rest-call.html b/dev_github-action/manpage/fcli-fod-rest-call.html deleted file mode 100644 index 5ab900add5..0000000000 --- a/dev_github-action/manpage/fcli-fod-rest-call.html +++ /dev/null @@ -1,174 +0,0 @@ ---- -title: fcli-fod-rest-call(1) -fcli_version: ---- - - - - - - - -fcli-fod-rest-call(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli fod rest call [--no-paging] [-d=<data>] [-X=<httpMethod>] [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] [[--no-transform] | -t=<expr>] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] [-q=<SpEL _ - _ expression>] [[--session=<sessionName>]] <uri>

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-d, --data=<data>
-
-

Data to send in the request body. This option takes either a string to be sent as request body, or @@<file> to send the contents of the given file as the request body (note the double at-sign). This option is not available for GET requests.

-
-
--no-paging
-
-

By default, this command will load all pages of data from FoD (from the given offset if specified as a request parameter). Use this option to return only a single page.

-
-
--no-transform
-
-

By default, this command performs generic transformations on FoD REST responses, like only outputting the actual response data (contents of the 'items' property). Use this option to output the original response contents without transformations.

-
-
-q, --query=<SpEL expression>
-
-

Only display records for which the given Spring Expression Language (SpEL) expression returns true.

-
-
-t, --transform=<expr>
-
-

This option allows for performing custom transformations on the response data based on a Spring Expression Language (SpEL) expression. For example, this allows for retrieving data from sub-properties, or using project selection/projection. Note that the expression operates on the raw response, as if --no-transform was specified before evaluating the expression.

-
-
-X, --request=<httpMethod>
-
-

HTTP method/verb to use for the API request, like GET, POST, DELETE, …​ Default value: GET.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the FoD session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<uri>
-
-

Relative URI to the REST API endpoint that you want to invoke.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-fod-rest-lookup.html b/dev_github-action/manpage/fcli-fod-rest-lookup.html deleted file mode 100644 index 2b9d6066c4..0000000000 --- a/dev_github-action/manpage/fcli-fod-rest-lookup.html +++ /dev/null @@ -1,155 +0,0 @@ ---- -title: fcli-fod-rest-lookup(1) -fcli_version: ---- - - - - - - - -fcli-fod-rest-lookup(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli fod rest lookup [[-h] [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] [[--session=<sessionName>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] [-q=<SpEL _ - _ expression>] [<type>]

-
-
-
-
-

Description

-
-
-

Use this command to retrieve the values of lookup items (types) that are used with various commands and when using the FoD REST API directly.

-
-
-
-
-

Options

-
-
-
-
-q, --query=<SpEL expression>
-
-

Only display records for which the given Spring Expression Language (SpEL) expression returns true.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the FoD session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
[<type>]
-
-

The type of lookup items to return. Valid values: All, MobileScanPlatformTypes, MobileScanFrameworkTypes, MobileScanEnvironmentTypes, MobileScanRoleTypes, MobileScanExternalDeviceTypes, DynamicScanEnvironmentFacingTypes, DynamicScanAuthenticationTypes, TimeZones, RepeatScheduleTypes, GeoLocations, SDLCStatusTypes, DayOfWeekTypes, BusinessCriticalityTypes, ReportTemplateTypes, AnalysisStatusTypes, ScanStatusTypes, ReportFormats, Roles, ScanPreferenceTypes, AuditPreferenceTypes, EntitlementFrequencyTypes, ApplicationTypes, ScanTypes, AttributeTypes, AttributeDataTypes, MultiFactorAuthorizationTypes, ReportTypes, ReportStatusTypes, PassFailReasonTypes, DynamicScanWebServiceTypes, VulnerabilitySeverityTypes, TechnologyTypes, LanguageLevels, AuditActionTypes, NotificationTriggerTypes, ConcurrentRequestThreadsTypes, MobileScanAuditPreferenceTypes, DataExportTypes, ScanMethodTypes, StartScanMethodTypes, AuditTemplateConditionTypes, OpenSourceScanTypeAuditTemplateFieldTypes, StaticScanTypeAuditTemplateFieldTypes, DynamicMobileScanTypeAuditTemplateFieldTypes. Leave empty to list all the valid lookup items of the REST API.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-fod-rest.html b/dev_github-action/manpage/fcli-fod-rest.html deleted file mode 100644 index e488522a7a..0000000000 --- a/dev_github-action/manpage/fcli-fod-rest.html +++ /dev/null @@ -1,93 +0,0 @@ ---- -title: fcli-fod-rest(1) -fcli_version: ---- - - - - - - - -fcli-fod-rest(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli fod rest [-h] [COMMAND]

-
-
-
-
-

Description

-
-
-

These commands allow for direct interaction with FoD REST API endpoints, somewhat similar to using 'curl' but benefiting from standard fcli functionality like session management (no need to manually specify Authorization header), rich output formatting options, and query functionality.

-
-
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
call
-
-

Call an individual FoD REST API endpoint.

-
-
lookup
-
-

Retrieve FoD REST API lookup values.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-fod-scan-cancel.html b/dev_github-action/manpage/fcli-fod-scan-cancel.html deleted file mode 100644 index 9417db4de9..0000000000 --- a/dev_github-action/manpage/fcli-fod-scan-cancel.html +++ /dev/null @@ -1,138 +0,0 @@ ---- -title: fcli-fod-scan-cancel(1) -fcli_version: ---- - - - - - - - -fcli-fod-scan-cancel(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli fod scan cancel [[-h] [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] [[--session=<sessionName>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] scan-id

-
-
-
-
-

Description

-
- -
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the FoD session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
scan-id
-
-

Scan id(s).

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-fod-scan-config-get-dast.html b/dev_github-action/manpage/fcli-fod-scan-config-get-dast.html deleted file mode 100644 index f374e264a9..0000000000 --- a/dev_github-action/manpage/fcli-fod-scan-config-get-dast.html +++ /dev/null @@ -1,157 +0,0 @@ ---- -title: fcli-fod-scan-config-get-dast(1) -fcli_version: ---- - - - - - - - -fcli-fod-scan-config-get-dast(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli fod scan-config get-dast [--delim=<delimiter>] [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - id|app[:ms]:rel

-
-
-
-
-

Description

-
-
-

This command is not fully implemented and is intended for preview only. Command name, options and behavior may change at any time, even between patch or minor releases, potentially affecting any workflows in which this command is being used.

-
-
-
-
-

Options

-
-
-
-
--delim=<delimiter>
-
-

Change the default delimiter character when using options that accept "application[:microservice]:release" as an argument or parameter.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the FoD session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
id|app[:ms]:rel
-
-

Release id or <application>[:<microservice>]:<release> name.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-fod-scan-config-get-mobile.html b/dev_github-action/manpage/fcli-fod-scan-config-get-mobile.html deleted file mode 100644 index 19bab74aef..0000000000 --- a/dev_github-action/manpage/fcli-fod-scan-config-get-mobile.html +++ /dev/null @@ -1,158 +0,0 @@ ---- -title: fcli-fod-scan-config-get-mobile(1) -fcli_version: ---- - - - - - - - -fcli-fod-scan-config-get-mobile(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli fod scan-config get-mobile [--delim=<delimiter>] [[-h] - [--env-prefix=<envPrefix>] - [--log-file=<logFile>] - [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - id|app[:ms]:rel

-
-
-
-
-

Description

-
-
-

This command will currently fail as FoD doesn’t provide an API endpoint for retrieving mobile scan configuration. For now, this command only exists for consistency with the other get-* commands, to not leave users wondering why there is no 'get-mobile' command. If the necessary endpoint is added to a future FoD version, this command should start functioning automatically, and this message will be removed in a next fcli release.

-
-
-
-
-

Options

-
-
-
-
--delim=<delimiter>
-
-

Change the default delimiter character when using options that accept "application[:microservice]:release" as an argument or parameter.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the FoD session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
id|app[:ms]:rel
-
-

Release id or <application>[:<microservice>]:<release> name.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-fod-scan-config-get-sast.html b/dev_github-action/manpage/fcli-fod-scan-config-get-sast.html deleted file mode 100644 index 309f305fd2..0000000000 --- a/dev_github-action/manpage/fcli-fod-scan-config-get-sast.html +++ /dev/null @@ -1,157 +0,0 @@ ---- -title: fcli-fod-scan-config-get-sast(1) -fcli_version: ---- - - - - - - - -fcli-fod-scan-config-get-sast(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli fod scan-config get-sast [--delim=<delimiter>] [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - id|app[:ms]:rel

-
-
-
-
-

Description

-
-
-

This command is intended for preview only. Command name, options and behavior may change at any time, even between patch or minor releases, potentially affecting any workflows in which this command is being used.

-
-
-
-
-

Options

-
-
-
-
--delim=<delimiter>
-
-

Change the default delimiter character when using options that accept "application[:microservice]:release" as an argument or parameter.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the FoD session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
id|app[:ms]:rel
-
-

Release id or <application>[:<microservice>]:<release> name.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-fod-scan-config-setup-sast.html b/dev_github-action/manpage/fcli-fod-scan-config-setup-sast.html deleted file mode 100644 index 0d985f631f..0000000000 --- a/dev_github-action/manpage/fcli-fod-scan-config-setup-sast.html +++ /dev/null @@ -1,207 +0,0 @@ ---- -title: fcli-fod-scan-config-setup-sast(1) -fcli_version: ---- - - - - - - - -fcli-fod-scan-config-setup-sast(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli fod scan-config setup-sast [--include-third-party-libs] [--oss] - [--use-source-control] - --assessment-type=<staticAssessmentType> - --audit-preference=<auditPreferenceType> - [--delim=<delimiter>] - [--entitlement-id=<entitlementId>] - --frequency=<entitlementFrequencyType> - [--language-level=<languageLevel>] - [--progress=<type>] - --technology-stack=<technologyStack> [[-h] - [--env-prefix=<envPrefix>] - [--log-file=<logFile>] - [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - id|app[:ms]:rel

-
-
-
-
-

Description

-
-
-

This command is not fully implemented and is intended for preview only. Command name, options and behavior may change at any time, even between patch or minor releases, potentially affecting any workflows in which this command is being used.

-
-
-
-
-

Options

-
-
-
-
--assessment-type=<staticAssessmentType>
-
-

The type of Static assessment to carry out. Valid values:

-
-
--audit-preference=<auditPreferenceType>
-
-

Audit preference, e.g. Manual or Automated

-
-
--delim=<delimiter>
-
-

Change the default delimiter character when using options that accept "application[:microservice]:release" as an argument or parameter.

-
-
--entitlement-id=<entitlementId>
-
-

Entitlement Id to use. If not specified Frequency and Assessment Type will be used to find one.

-
-
--frequency, --entitlement-frequency=<entitlementFrequencyType>
-
-

The entitlement frequency type to use. Valid values: SingleScan, Subscription.

-
-
--include-third-party-libs
-
-

Indicates if third party libraries should be included.

-
-
--language-level=<languageLevel>
-
-

The language level of the technology stack (if needed).

-
-
--oss
-
-

Perform Open Source Analysis scan.

-
-
--progress=<type>
-
-

Configure progress output. Allowed values: auto, none, simple, single-line, ansi. Default value: auto. Proper output of single-line and ansi depends on console capabilities.

-
-
--technology-stack=<technologyStack>
-
-

The technology stack of the application.

-
-
--use-source-control
-
-

Indicates if source control should be used.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the FoD session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
id|app[:ms]:rel
-
-

Release id or <application>[:<microservice>]:<release> name.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-fod-scan-config.html b/dev_github-action/manpage/fcli-fod-scan-config.html deleted file mode 100644 index 5ed7ef91fa..0000000000 --- a/dev_github-action/manpage/fcli-fod-scan-config.html +++ /dev/null @@ -1,101 +0,0 @@ ---- -title: fcli-fod-scan-config(1) -fcli_version: ---- - - - - - - - -fcli-fod-scan-config(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli fod scan-config [-h] [COMMAND]

-
-
-
-
-

Description

-
-
-

This command and all sub-commands are intended for preview purposes only. Command names, options and behavior may change at any time, even between patch or minor releases, potentially affecting any workflows in which these commands are being used.

-
-
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
get-dast
-
-

Get current DAST scan configuration (PREVIEW).

-
-
get-mobile
-
-

Get current Mobile scan configuration (UNAVAILABLE).

-
-
get-sast
-
-

Get current SAST scan configuration (PREVIEW).

-
-
setup-sast
-
-

Configure the release for enabling SAST scans (PREVIEW).

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-fod-scan-get.html b/dev_github-action/manpage/fcli-fod-scan-get.html deleted file mode 100644 index 3abb95d1cb..0000000000 --- a/dev_github-action/manpage/fcli-fod-scan-get.html +++ /dev/null @@ -1,138 +0,0 @@ ---- -title: fcli-fod-scan-get(1) -fcli_version: ---- - - - - - - - -fcli-fod-scan-get(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli fod scan get [[-h] [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] [[--session=<sessionName>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] scan-id

-
-
-
-
-

Description

-
- -
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the FoD session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
scan-id
-
-

Scan id(s).

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-fod-scan-list.html b/dev_github-action/manpage/fcli-fod-scan-list.html deleted file mode 100644 index a6cd44f79c..0000000000 --- a/dev_github-action/manpage/fcli-fod-scan-list.html +++ /dev/null @@ -1,161 +0,0 @@ ---- -title: fcli-fod-scan-list(1) -fcli_version: ---- - - - - - - - -fcli-fod-scan-list(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli fod scan list [--app=<appNameOrId>] [--delim=<delimiter>] [--release=id|app - _ [:ms]:rel_] [--status=<status>] [--type=<type>] [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] [[--session=<sessionName>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] [-q=<SpEL _ - _ expression>]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
--app=<appNameOrId>
-
-

Application id or name. Note that numeric values are always interpreted as id’s. If you have numeric application names, you will need to specify the application id.

-
-
--delim=<delimiter>
-
-

Change the default delimiter character when using options that accept "application[:microservice]:release" as an argument or parameter.

-
-
-q, --query=<SpEL expression>
-
-

Only display records for which the given Spring Expression Language (SpEL) expression returns true.

-
-
--release=id|app[:ms]:rel
-
-

Release id or <application>[:<microservice>]:<release> name.

-
-
--status=<status>
-
-

Only return records matching the given scan processing status.

-
-
--type=<type>
-
-

Only return records matching the given scan type.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the FoD session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-fod-scan-start-dast.html b/dev_github-action/manpage/fcli-fod-scan-start-dast.html deleted file mode 100644 index 4068e7ec10..0000000000 --- a/dev_github-action/manpage/fcli-fod-scan-start-dast.html +++ /dev/null @@ -1,195 +0,0 @@ ---- -title: fcli-fod-scan-start-dast(1) -fcli_version: ---- - - - - - - - -fcli-fod-scan-start-dast(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli fod scan start-dast --assessment-type=<dynamicAssessmentType> - [--delim=<delimiter>] - [--entitlement-id=<entitlementId>] - --frequency=<entitlementFrequencyType> - [--in-progress=<inProgressScanActionType>] - [--notes=<notes>] [--progress=<type>] - [--remediation=<remediationScanPreferenceType>] - [--start-date=<startDate>] [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] [[--session=<sessionName>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] id|app[: - _ ms]:rel_

-
-
-
-
-

Description

-
-
-

This command is not fully implemented and is intended for preview only. It can only be used for starting a configured Dynamic scan and does not support file uploads (i.e. API definitions or workflows). Command name, options and behavior may change at any time, even between patch or minor releases, potentially affecting any workflows in which this command is being used.

-
-
-
-
-

Options

-
-
-
-
--assessment-type=<dynamicAssessmentType>
-
-

The type of Dynamic assessment to carry out. Valid values:

-
-
--delim=<delimiter>
-
-

Change the default delimiter character when using options that accept "application[:microservice]:release" as an argument or parameter.

-
-
--entitlement-id=<entitlementId>
-
-

The Id of the entitlement to use for the scan.

-
-
--frequency, --entitlement-frequency=<entitlementFrequencyType>
-
-

The entitlement frequency type to use. Valid values: SingleScan, Subscription.

-
-
--in-progress, --in-progress-action=<inProgressScanActionType>
-
-

The action to use if a scan is already in progress. Valid values: DoNotStartScan, CancelInProgressScan, Queue.

-
-
--notes=<notes>
-
-

Scan notes.

-
-
--progress=<type>
-
-

Configure progress output. Allowed values: auto, none, simple, single-line, ansi. Default value: auto. Proper output of single-line and ansi depends on console capabilities.

-
-
--remediation, --remediation-preference=<remediationScanPreferenceType>
-
-

The remediation preference to use. Valid values: RemediationScanIfAvailable, RemediationScanOnly, NonRemediationScanOnly.

-
-
--start-date=<startDate>
-
-

Date to start the scan (in MM/dd/yyyy HH:mm format).

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the FoD session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
id|app[:ms]:rel
-
-

Release id or <application>[:<microservice>]:<release> name.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-fod-scan-start-mobile.html b/dev_github-action/manpage/fcli-fod-scan-start-mobile.html deleted file mode 100644 index b8d7d14fbb..0000000000 --- a/dev_github-action/manpage/fcli-fod-scan-start-mobile.html +++ /dev/null @@ -1,201 +0,0 @@ ---- -title: fcli-fod-scan-start-mobile(1) -fcli_version: ---- - - - - - - - -fcli-fod-scan-start-mobile(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli fod scan start-mobile --assessment-type=<mobileAssessmentType> - [--delim=<delimiter>] - [--entitlement-id=<entitlementId>] -f=<scanFile> - --framework=<mobileFramework> - --frequency=<entitlementFrequencyType> - [--notes=<notes>] [--progress=<type>] - [--remediation=<remediationScanPreferenceType>] - [--start-date=<startDate>] [--timezone=<timezone>] - [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]] id|app[:ms]:rel

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
--assessment-type=<mobileAssessmentType>
-
-

The type of Mobile assessment to carry out. Valid values: .

-
-
--delim=<delimiter>
-
-

Change the default delimiter character when using options that accept "application[:microservice]:release" as an argument or parameter.

-
-
--entitlement-id=<entitlementId>
-
-

The Id of the entitlement to use for the scan.

-
-
-f, --file=<scanFile>
-
-

Absolute path of the ScanCentral package (.Zip) file to upload.

-
-
--framework=<mobileFramework>
-
-

The Mobile Framework to use. Valid values: iOS, Android.

-
-
--frequency, --entitlement-frequency=<entitlementFrequencyType>
-
-

The entitlement frequency type to use. Valid values: SingleScan, Subscription.

-
-
--notes=<notes>
-
-

Scan notes.

-
-
--progress=<type>
-
-

Configure progress output. Allowed values: auto, none, simple, single-line, ansi. Default value: auto. Proper output of single-line and ansi depends on console capabilities.

-
-
--remediation, --remediation-preference=<remediationScanPreferenceType>
-
-

The remediation preference to use. Valid values: RemediationScanIfAvailable, RemediationScanOnly, NonRemediationScanOnly.

-
-
--start-date=<startDate>
-
-

Date to start the scan (in MM/dd/yyyy HH:mm format).

-
-
--timezone=<timezone>
-
-

The timezone to use for starting the scan - default is UTC. Use fcli fod rest lookup --type TimeZones to see the values.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the FoD session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
id|app[:ms]:rel
-
-

Release id or <application>[:<microservice>]:<release> name.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-fod-scan-start-sast.html b/dev_github-action/manpage/fcli-fod-scan-start-sast.html deleted file mode 100644 index 1e8d02c339..0000000000 --- a/dev_github-action/manpage/fcli-fod-scan-start-sast.html +++ /dev/null @@ -1,167 +0,0 @@ ---- -title: fcli-fod-scan-start-sast(1) -fcli_version: ---- - - - - - - - -fcli-fod-scan-start-sast(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli fod scan start-sast [--delim=<delimiter>] -f=<scanFile> [--notes=<notes>] - [--remediation=<remediationScanPreferenceType>] [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] [[--session=<sessionName>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] id|app[: - _ ms]:rel_

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
--delim=<delimiter>
-
-

Change the default delimiter character when using options that accept "application[:microservice]:release" as an argument or parameter.

-
-
-f, --file=<scanFile>
-
-

Absolute path of the ScanCentral package (.Zip) file to upload.

-
-
--notes=<notes>
-
-

Scan notes.

-
-
--remediation, --remediation-preference=<remediationScanPreferenceType>
-
-

The remediation preference to use. Valid values: RemediationScanIfAvailable, RemediationScanOnly, NonRemediationScanOnly.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the FoD session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
id|app[:ms]:rel
-
-

Release id or <application>[:<microservice>]:<release> name.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-fod-scan-wait-for.html b/dev_github-action/manpage/fcli-fod-scan-wait-for.html deleted file mode 100644 index de3ff89fb5..0000000000 --- a/dev_github-action/manpage/fcli-fod-scan-wait-for.html +++ /dev/null @@ -1,202 +0,0 @@ ---- -title: fcli-fod-scan-wait-for(1) -fcli_version: ---- - - - - - - - -fcli-fod-scan-wait-for(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli fod scan wait-for [-i=<intervalPeriod>] - [--on-failure-state=<onFailureState>] - [--on-timeout=<onTimeout>] - [--on-unknown-state=<onUnknownState>] - [--on-unknown-state-requested=<onUnknownStateRequested>] - [--progress=<type>] [-t=<timeoutPeriod>] [-s=<states>[, - <states>…​]]…​ [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - [-u=any-match|all-match | -w=any-match|all-match] - [[--session=<sessionName>]] scan-id’s…​

-
-
-
-
-

Description

-
-
-

Although this command offers a lot of options to cover many different use cases, you can simply pass a scan id (possibly stored using --store on one of the 'scan start-*' commands) to wait for scan completion. If any error state or unknown state is detected, an exception will be thrown.

-
-
-

The following states are currently known by fcli: -See fcli help output

-
-
-
-
-

Options

-
-
-
-
-i, --interval=<intervalPeriod>
-
-

Polling interval, for example 5s (5 seconds) or 1m (1 minute).

-
-
--on-failure-state=<onFailureState>
-
-

Action to take when a failure state is returned for any of the records: wait, terminate, fail.

-
-
--on-timeout=<onTimeout>
-
-

Action to take when timeout occurs: terminate, fail.

-
-
--on-unknown-state=<onUnknownState>
-
-

Action to take when an unknown state is returned for any of the records: wait, terminate, fail.

-
-
--on-unknown-state-requested=<onUnknownStateRequested>
-
-

Action to take when an unknown state is passed in any of the --while or --until options: ignore, fail.

-
-
--progress=<type>
-
-

Configure progress output. Allowed values: auto, none, simple, single-line, ansi. Default value: auto. Proper output of single-line and ansi depends on console capabilities.

-
-
-s, --any-state=<states>[,<states>…​]
-
-

One or more scan states against which to match the given scans.

-
-
-t, --timeout=<timeoutPeriod>
-
-

Time-out, for example 30s (30 seconds), 5m (5 minutes), 1h (1 hour).

-
-
-u, --until=any-match|all-match
-
-

Wait until either any or all scans match. If neither --until or --while are specified, default is to wait until all scans match.

-
-
-w, --while=any-match|all-match
-
-

Wait while either any or all scans match.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the FoD session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
scan-id’s…​
-
-

Scan id(s).

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-fod-scan.html b/dev_github-action/manpage/fcli-fod-scan.html deleted file mode 100644 index 750cede222..0000000000 --- a/dev_github-action/manpage/fcli-fod-scan.html +++ /dev/null @@ -1,113 +0,0 @@ ---- -title: fcli-fod-scan(1) -fcli_version: ---- - - - - - - - -fcli-fod-scan(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli fod scan [-h] [COMMAND]

-
-
-
-
-

Description

-
-
-

The commands listed below allow for starting and managing scans on FoD. Commands for setting up scans and importing existing scan results can be found on the 'fcli fod scan-setup' and 'fcli fod scan-import' commands respectively.

-
-
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
cancel
-
-

Cancel a scan.

-
-
get
-
-

Get scan details.

-
-
list, ls
-
-

List scans.

-
-
start-sast
-
-

Start a new SAST scan.

-
-
start-dast
-
-

Start a new DAST scan (PREVIEW).

-
-
start-mobile
-
-

Start a new Mobile scan (PREVIEW).

-
-
wait-for
-
-

Wait for one or more scans to reach or exit specified scan statuses.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-fod-session-list.html b/dev_github-action/manpage/fcli-fod-session-list.html deleted file mode 100644 index 968115deca..0000000000 --- a/dev_github-action/manpage/fcli-fod-session-list.html +++ /dev/null @@ -1,126 +0,0 @@ ---- -title: fcli-fod-session-list(1) -fcli_version: ---- - - - - - - - -fcli-fod-session-list(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli fod session list [[-h] [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]] [-q=<SpEL expression>]

-
-
-
-
-

Description

-
-
-

This commands lists all FoD sessions created through the login command, as long as they haven’t been explicitly terminated through the 'logout' command.

-
-
-
-
-

Options

-
-
-
-
-q, --query=<SpEL expression>
-
-

Only display records for which the given Spring Expression Language (SpEL) expression returns true.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-fod-session-login.html b/dev_github-action/manpage/fcli-fod-session-login.html deleted file mode 100644 index b7fe6be322..0000000000 --- a/dev_github-action/manpage/fcli-fod-session-login.html +++ /dev/null @@ -1,221 +0,0 @@ ---- -title: fcli-fod-session-login(1) -fcli_version: ---- - - - - - - - -fcli-fod-session-login(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli fod session login [-k] [--connect-timeout=<connectTimeout>] - [--session=<sessionName>] - [--socket-timeout=<socketTimeout>] --url=<url> [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]] ([--scopes=<scopes>[, - <scopes>…​]]…​ -u=<user> -p[=<password>] -t=<tenant>) | (--client-id=<clientId> --client-secret [=<clientSecret>])

-
-
-
-
-

Description

-
-
-

This command stores the FoD URL and authentication token in an encrypted session file in the fcli state data folder, for use by other 'fcli fod' commands to connect to the specified FoD instance. Option values may be passed on the command line or specified through environment variables (common for CI/CD pipeline use) as listed below.

-
-
-

For interactive use, you may choose to keep the session open until it expires. For CI/CD integrations and other automations, you should always issue a logout command once work is complete. On shared/non-containerized systems, consider setting FCLI_STATE_DIR or FCLI_DATA_DIR environment variables to prevent unexpected interactions between different pipelines.

-
-
-
-
-

Options

-
-
-
-
--session=<sessionName>
-
-

Name for this FoD session. Default value: default.

-
-
--scopes=<scopes>[,<scopes>…​]
-
-

FoD scopes to request. Default value: api-tenant

-
-
-u, --user=<user>
-
-

FoD user.

-
-

Environment variable:

-
-
-
-
FCLI_DEFAULT_FOD_USER
-
-
-
-
-p, --password[=<password>]
-
-

FoD password.

-
-

Environment variable:

-
-
-
-
FCLI_DEFAULT_FOD_PASSWORD
-
-
-
-
-t, --tenant=<tenant>
-
-

FoD tenant.

-
-

Environment variable:

-
-
-
-
FCLI_DEFAULT_FOD_TENANT
-
-
-
-
--client-id=<clientId>
-
-

FoD client id.

-
-

Environment variable:

-
-
-
-
FCLI_DEFAULT_FOD_CLIENT_ID
-
-
-
-
--client-secret[=<clientSecret>]
-
-

FoD client secret.

-
-

Environment variable:

-
-
-
-
FCLI_DEFAULT_FOD_CLIENT_SECRET
-
-
-
-
--url=<url>
-
-

FoD API URL, for example https://api.emea.fortify.com/.

-
-

Environment variable:

-
-
-
-
FCLI_DEFAULT_FOD_URL
-
-
-
-
-k, --insecure
-
-

Disable SSL checks.

-
-
--socket-timeout=<socketTimeout>
-
-

Socket timeout for this session, for example 30s (30 seconds), 5m (5 minutes). Default value: null.

-
-
--connect-timeout=<connectTimeout>
-
-

Connection timeout for this session, for example 30s (30 seconds), 5m (5 minutes). Default value: null.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-fod-session-logout.html b/dev_github-action/manpage/fcli-fod-session-logout.html deleted file mode 100644 index 2ade8eb2a9..0000000000 --- a/dev_github-action/manpage/fcli-fod-session-logout.html +++ /dev/null @@ -1,127 +0,0 @@ ---- -title: fcli-fod-session-logout(1) -fcli_version: ---- - - - - - - - -fcli-fod-session-logout(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli fod session logout [--session=<sessionName>] [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]]

-
-
-
-
-

Description

-
-
-

This command terminates an FoD session previously created through the 'login' command. This command removes the session data from the fcli state data directory.

-
-
-
-
-

Options

-
-
-
-
--session=<sessionName>
-
-

Name of the FoD session to be terminated. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-fod-session.html b/dev_github-action/manpage/fcli-fod-session.html deleted file mode 100644 index 651d144c19..0000000000 --- a/dev_github-action/manpage/fcli-fod-session.html +++ /dev/null @@ -1,97 +0,0 @@ ---- -title: fcli-fod-session(1) -fcli_version: ---- - - - - - - - -fcli-fod-session(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli fod session [-h] [COMMAND]

-
-
-
-
-

Description

-
-
-

The session commands allow for managing one or more FoD sessions used to connect to a particular FoD instance with particular credentials. Potentially you can have multiple open FoD sessions, for example connecting to different FoD instances like AMS and EMEA, or connecting to the same FoD instance but with different tenant or credentials.

-
-
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
list, ls
-
-

List active and expired FoD sessions.

-
-
login
-
-

Login to FoD.

-
-
logout
-
-

Terminate FoD session.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-fod-user-create.html b/dev_github-action/manpage/fcli-fod-user-create.html deleted file mode 100644 index c39930f0b0..0000000000 --- a/dev_github-action/manpage/fcli-fod-user-create.html +++ /dev/null @@ -1,181 +0,0 @@ ---- -title: fcli-fod-user-create(1) -fcli_version: ---- - - - - - - - -fcli-fod-user-create(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli fod user create --email=<email> --firstname=<firstName> - --lastname=<lastName> [--phone=<phoneNumber>] - --role=<roleNameOrId> [--applications=<applications>[, - <applications>…​]]…​ [--groups=<userGroups>[, - <userGroups>…​]]…​ [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]] <userName>

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
--applications=<applications>[,<applications>…​]
-
-

(DEPRECATED) One or more comma-separated application id’s or name’s. Note that numeric values are always interpreted as id’s. If you have numeric application names, you will need to specify the application id. This functionality will likely be moved to a different command in an upcoming minor fcli release, potentially affecting any workflows in which this option is being used.

-
-
--email=<email>
-
-

The email address of the user.

-
-
--firstname=<firstName>
-
-

The first name of the user.

-
-
--groups=<userGroups>[,<userGroups>…​]
-
-

(DEPRECATED) One or more comma-separated group id’s or name’s. Note that numeric values are always interpreted as id’s. If you have numeric group names, you will need to specify the group id. This functionality will likely be moved to a different command in an upcoming minor fcli release, potentially affecting any workflows in which this option is being used.

-
-
--lastname=<lastName>
-
-

The last name of the user.

-
-
--phone, --phone-number=<phoneNumber>
-
-

The phone number of the user.

-
-
--role=<roleNameOrId>
-
-

The id or name of the role the user should be given.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the FoD session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<userName>
-
-

The username of the user.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-fod-user-delete.html b/dev_github-action/manpage/fcli-fod-user-delete.html deleted file mode 100644 index 330622444b..0000000000 --- a/dev_github-action/manpage/fcli-fod-user-delete.html +++ /dev/null @@ -1,139 +0,0 @@ ---- -title: fcli-fod-user-delete(1) -fcli_version: ---- - - - - - - - -fcli-fod-user-delete(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli fod user delete [[-h] [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] [[--session=<sessionName>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - <userNameOrId>

-
-
-
-
-

Description

-
- -
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the FoD session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<userNameOrId>
-
-

User id or username. Note that numeric values are always interpreted as id’s. If you have numeric user names, you will need to specify the user id.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-fod-user-get.html b/dev_github-action/manpage/fcli-fod-user-get.html deleted file mode 100644 index b984fa2099..0000000000 --- a/dev_github-action/manpage/fcli-fod-user-get.html +++ /dev/null @@ -1,138 +0,0 @@ ---- -title: fcli-fod-user-get(1) -fcli_version: ---- - - - - - - - -fcli-fod-user-get(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli fod user get [[-h] [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] [[--session=<sessionName>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] <userNameOrId>

-
-
-
-
-

Description

-
- -
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the FoD session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<userNameOrId>
-
-

User id or username. Note that numeric values are always interpreted as id’s. If you have numeric user names, you will need to specify the user id.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-fod-user-group-create.html b/dev_github-action/manpage/fcli-fod-user-group-create.html deleted file mode 100644 index 78c07012f5..0000000000 --- a/dev_github-action/manpage/fcli-fod-user-group-create.html +++ /dev/null @@ -1,163 +0,0 @@ ---- -title: fcli-fod-user-group-create(1) -fcli_version: ---- - - - - - - - -fcli-fod-user-group-create(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli fod user-group create [--add-all-users] [--applications=<applications>[, - <applications>…​]]…​ [--users=<users>[, - <users>…​]]…​ [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]] <groupName>

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
--add-all-users
-
-

(DEPRECATED) Add all tenant users to the user group. This functionality will likely be moved to a different command in an upcoming minor fcli release, potentially affecting any workflows in which this option is being used.

-
-
--applications=<applications>[,<applications>…​]
-
-

(DEPRECATED) One or more comma-separated application id’s or name’s. Note that numeric values are always interpreted as id’s. If you have numeric application names, you will need to specify the application id. This functionality will likely be moved to a different command in an upcoming minor fcli release, potentially affecting any workflows in which this option is being used.

-
-
--users=<users>[,<users>…​]
-
-

(DEPRECATED) One or more comma-separated user id’s or name’s. Note that numeric values are always interpreted as id’s. If you have numeric user names, you will need to specify the user id. This functionality will likely be moved to a different command in an upcoming minor fcli release, potentially affecting any workflows in which this option is being used.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the FoD session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<groupName>
-
-

The name of the user group.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-fod-user-group-delete.html b/dev_github-action/manpage/fcli-fod-user-group-delete.html deleted file mode 100644 index 7525c2d5bd..0000000000 --- a/dev_github-action/manpage/fcli-fod-user-group-delete.html +++ /dev/null @@ -1,139 +0,0 @@ ---- -title: fcli-fod-user-group-delete(1) -fcli_version: ---- - - - - - - - -fcli-fod-user-group-delete(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli fod user-group delete [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]] <userGroupNameOrId>

-
-
-
-
-

Description

-
- -
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the FoD session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<userGroupNameOrId>
-
-

Group id or name. Note that numeric values are always interpreted as id’s. If you have numeric group names, you will need to specify the group id.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-fod-user-group-get.html b/dev_github-action/manpage/fcli-fod-user-group-get.html deleted file mode 100644 index 22e3a4fac9..0000000000 --- a/dev_github-action/manpage/fcli-fod-user-group-get.html +++ /dev/null @@ -1,139 +0,0 @@ ---- -title: fcli-fod-user-group-get(1) -fcli_version: ---- - - - - - - - -fcli-fod-user-group-get(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli fod user-group get [[-h] [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] [[--session=<sessionName>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - <userGroupNameOrId>

-
-
-
-
-

Description

-
- -
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the FoD session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<userGroupNameOrId>
-
-

Group id or name. Note that numeric values are always interpreted as id’s. If you have numeric group names, you will need to specify the group id.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-fod-user-group-list.html b/dev_github-action/manpage/fcli-fod-user-group-list.html deleted file mode 100644 index 0131e40ec6..0000000000 --- a/dev_github-action/manpage/fcli-fod-user-group-list.html +++ /dev/null @@ -1,144 +0,0 @@ ---- -title: fcli-fod-user-group-list(1) -fcli_version: ---- - - - - - - - -fcli-fod-user-group-list(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli fod user-group list [--filters-param=<filtersParam>] [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] [[--session=<sessionName>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - [-q=<SpEL expression>]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
--filters-param=<filtersParam>
-
-

Server-side queries are automatically generated from the -q / --query option if possible; generated queries can be viewed in the debug log. The --q-param option can be used to override the automatically generated query, for example to further optimize the request. See the Fortify on Demand REST API documentation for information on supported formats.

-
-
-q, --query=<SpEL expression>
-
-

Only display records for which the given Spring Expression Language (SpEL) expression returns true.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the FoD session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-fod-user-group-update.html b/dev_github-action/manpage/fcli-fod-user-group-update.html deleted file mode 100644 index ecf3634206..0000000000 --- a/dev_github-action/manpage/fcli-fod-user-group-update.html +++ /dev/null @@ -1,184 +0,0 @@ ---- -title: fcli-fod-user-group-update(1) -fcli_version: ---- - - - - - - - -fcli-fod-user-group-update(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli fod user-group update [--add-all-users] [--remove-all-users] - [--name=<newName>] [--add-apps=<addApplications>[, - <addApplications>…​]]…​ [--add-users=<addUsers>[, - <addUsers>…​]]…​ - [--remove-apps=<removeApplications>[, - <removeApplications>…​]]…​ - [--remove-users=<removeUsers>[,<removeUsers>…​]]…​ - [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]] <userGroupNameOrId>

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
--add-all-users
-
-

(DEPRECATED) Add all tenant users to the user group. This functionality will likely be moved to a different command in an upcoming minor fcli release, potentially affecting any workflows in which this option is being used.

-
-
--add-apps, --add-applications=<addApplications>[,<addApplications>…​]
-
-

(DEPRECATED) One or more comma-separated application id’s or name’s. Note that numeric values are always interpreted as id’s. If you have numeric application names, you will need to specify the application id. This functionality will likely be moved to a different command in an upcoming minor fcli release, potentially affecting any workflows in which this option is being used.

-
-
--add-users=<addUsers>[,<addUsers>…​]
-
-

(DEPRECATED) One or more comma-separated user id’s or name’s. Note that numeric values are always interpreted as id’s. If you have numeric user names, you will need to specify the user id. This functionality will likely be moved to a different command in an upcoming minor fcli release, potentially affecting any workflows in which this option is being used.

-
-
--name=<newName>
-
-

The updated name of the user group.

-
-
--remove-all-users
-
-

(DEPRECATED) Remove all tenant users to the user group. This functionality will likely be moved to a different command in an upcoming minor fcli release, potentially affecting any workflows in which this option is being used.

-
-
--remove-apps, --remove-applications=<removeApplications>[,<removeApplications>…​]
-
-

(DEPRECATED) One or more comma-separated application id’s or name’s. Note that numeric values are always interpreted as id’s. If you have numeric application names, you will need to specify the application id. This functionality will likely be moved to a different command in an upcoming minor fcli release, potentially affecting any workflows in which this option is being used.

-
-
--remove-users=<removeUsers>[,<removeUsers>…​]
-
-

(DEPRECATED) One or more comma-separated user id’s or name’s. Note that numeric values are always interpreted as id’s. If you have numeric user names, you will need to specify the user id. This functionality will likely be moved to a different command in an upcoming minor fcli release, potentially affecting any workflows in which this option is being used.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the FoD session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<userGroupNameOrId>
-
-

Group id or name. Note that numeric values are always interpreted as id’s. If you have numeric group names, you will need to specify the group id.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-fod-user-group.html b/dev_github-action/manpage/fcli-fod-user-group.html deleted file mode 100644 index 809a1ca56b..0000000000 --- a/dev_github-action/manpage/fcli-fod-user-group.html +++ /dev/null @@ -1,103 +0,0 @@ ---- -title: fcli-fod-user-group(1) -fcli_version: ---- - - - - - - - -fcli-fod-user-group(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli fod user-group [-h] [COMMAND]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
create
-
-

Create a new user group.

-
-
list, ls
-
-

List user groups.

-
-
get
-
-

Get user group details.

-
-
update
-
-

Update a user group.

-
-
delete, rm
-
-

Delete a user group.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-fod-user-list.html b/dev_github-action/manpage/fcli-fod-user-list.html deleted file mode 100644 index 7292944757..0000000000 --- a/dev_github-action/manpage/fcli-fod-user-list.html +++ /dev/null @@ -1,144 +0,0 @@ ---- -title: fcli-fod-user-list(1) -fcli_version: ---- - - - - - - - -fcli-fod-user-list(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli fod user list [--filters-param=<filtersParam>] [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] [[--session=<sessionName>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] [-q=<SpEL _ - _ expression>]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
--filters-param=<filtersParam>
-
-

Server-side queries are automatically generated from the -q / --query option if possible; generated queries can be viewed in the debug log. The --q-param option can be used to override the automatically generated query, for example to further optimize the request. See the Fortify on Demand REST API documentation for information on supported formats.

-
-
-q, --query=<SpEL expression>
-
-

Only display records for which the given Spring Expression Language (SpEL) expression returns true.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the FoD session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-fod-user-update.html b/dev_github-action/manpage/fcli-fod-user-update.html deleted file mode 100644 index 83c45c9476..0000000000 --- a/dev_github-action/manpage/fcli-fod-user-update.html +++ /dev/null @@ -1,211 +0,0 @@ ---- -title: fcli-fod-user-update(1) -fcli_version: ---- - - - - - - - -fcli-fod-user-update(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli fod user update [--must-change] [--password-never-expires] [--suspended] - [--email=<email>] [--firstname=<firstName>] - [--lastname=<lastName>] [--password=<password>] - [--phone=<phoneNumber>] [--role=<roleNameOrId>] - [--add-apps=<addApplications>[,<addApplications>…​]]…​ - [--add-groups=<addUserGroups>[,<addUserGroups>…​]]…​ - [--remove-apps=<removeApplications>[, - <removeApplications>…​]]…​ - [--remove-groups=<removeUserGroups>[, - <removeUserGroups>…​]]…​ [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] [[--session=<sessionName>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - <userNameOrId>

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
--add-apps, --add-applications=<addApplications>[,<addApplications>…​]
-
-

(DEPRECATED) One or more comma-separated application id’s or name’s. Note that numeric values are always interpreted as id’s. If you have numeric application names, you will need to specify the application id. This functionality will likely be moved to a different command in an upcoming minor fcli release, potentially affecting any workflows in which this option is being used.

-
-
--add-groups=<addUserGroups>[,<addUserGroups>…​]
-
-

(DEPRECATED) One or more comma-separated group id’s or name’s. Note that numeric values are always interpreted as id’s. If you have numeric group names, you will need to specify the group id. This functionality will likely be moved to a different command in an upcoming minor fcli release, potentially affecting any workflows in which this option is being used.

-
-
--email=<email>
-
-

The updated email address of the user.

-
-
--firstname=<firstName>
-
-

Updated first name of the user.

-
-
--lastname=<lastName>
-
-

Updated last name of the user.

-
-
--must-change
-
-

Set a flag to indicate that user’s password must be changed on next login.

-
-
--password=<password>
-
-

Updated user password.

-
-
--password-never-expires
-
-

Set a flag to indicate that the user’s password will never expire.

-
-
--phone, --phone-number=<phoneNumber>
-
-

Updated phone number of the user.

-
-
--remove-apps, --remove-applications=<removeApplications>[,<removeApplications>…​]
-
-

(DEPRECATED) One or more comma-separated application id’s or name’s. Note that numeric values are always interpreted as id’s. If you have numeric application names, you will need to specify the application id. This functionality will likely be moved to a different command in an upcoming minor fcli release, potentially affecting any workflows in which this option is being used.

-
-
--remove-groups=<removeUserGroups>[,<removeUserGroups>…​]
-
-

(DEPRECATED) One or more comma-separated group id’s or name’s. Note that numeric values are always interpreted as id’s. If you have numeric group names, you will need to specify the group id. This functionality will likely be moved to a different command in an upcoming minor fcli release, potentially affecting any workflows in which this option is being used.

-
-
--role=<roleNameOrId>
-
-

Updated id or name of the role the user should be given.

-
-
--suspended
-
-

Suspend the user.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the FoD session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<userNameOrId>
-
-

User id or username. Note that numeric values are always interpreted as id’s. If you have numeric user names, you will need to specify the user id.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-fod-user.html b/dev_github-action/manpage/fcli-fod-user.html deleted file mode 100644 index f50802921c..0000000000 --- a/dev_github-action/manpage/fcli-fod-user.html +++ /dev/null @@ -1,103 +0,0 @@ ---- -title: fcli-fod-user(1) -fcli_version: ---- - - - - - - - -fcli-fod-user(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli fod user [-h] [COMMAND]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
create
-
-

Create a new user.

-
-
list, ls
-
-

List users.

-
-
get
-
-

Get user details.

-
-
update
-
-

Update a user.

-
-
delete, rm
-
-

Delete a user.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-fod.html b/dev_github-action/manpage/fcli-fod.html deleted file mode 100644 index cdf0eb8495..0000000000 --- a/dev_github-action/manpage/fcli-fod.html +++ /dev/null @@ -1,128 +0,0 @@ ---- -title: fcli-fod(1) -fcli_version: ---- - - - - - - - -fcli-fod(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli fod [-h] [COMMAND]

-
-
-
-
-

Description

-
-
-

The commands in this module allow for interacting with Fortify on Demand (FoD). This includes functionality like managing applications, releases and microservices, and for submitting and managing SAST, DAST and open-source scan requests and results.

-
-
-

Before being able to interact with FoD, a session will need to be created by passing FoD URL and credentials to the 'session login' command in this module. As a best practice, 'session logout' should be run to terminate the session when there are no more activities to be performed.

-
-
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
session
-
-

Manage FoD sessions (start here).

-
-
app
-
-

Manage FoD applications.

-
-
microservice
-
-

Manage FoD application microservices.

-
-
release
-
-

Manage FoD application releases.

-
-
assessment-type
-
-

View FoD assessment types.

-
-
scan
-
-

Manage FoD scans.

-
-
scan-config
-
-

Setup scan configurations on FoD (PREVIEW).

-
-
user
-
-

Manage FoD users.

-
-
user-group
-
-

Manage FoD user groups.

-
-
rest
-
-

Interact with FoD REST API endpoints.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-license-msp-report-generate-config.html b/dev_github-action/manpage/fcli-license-msp-report-generate-config.html deleted file mode 100644 index 0be25d66be..0000000000 --- a/dev_github-action/manpage/fcli-license-msp-report-generate-config.html +++ /dev/null @@ -1,131 +0,0 @@ ---- -title: fcli-license-msp-report-generate-config(1) -fcli_version: ---- - - - - - - - -fcli-license-msp-report-generate-config(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli license msp-report generate-config [-y] [-c=<outputFileName>] [[-h] - [--env-prefix=<envPrefix>] - [--log-file=<logFile>] - [--log-level=<logLevel>]] ] [--store=_variableName - _ ] - [--to-file=<outputFile>_]]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-c, --config=<outputFileName>
-
-

Name of the sample configuration file to be generated.

-
-
-y, --confirm
-
-

Confirm overwrite of existing configuration file.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-license-msp-report-generate.html b/dev_github-action/manpage/fcli-license-msp-report-generate.html deleted file mode 100644 index 8bdadf82bc..0000000000 --- a/dev_github-action/manpage/fcli-license-msp-report-generate.html +++ /dev/null @@ -1,172 +0,0 @@ ---- -title: fcli-license-msp-report-generate(1) -fcli_version: ---- - - - - - - - -fcli-license-msp-report-generate(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli license msp-report generate [-y] [-c=<configFile>] -e=<reportingEndDate> - [--progress=<type>] -s=<reportingStartDate> - [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] - [--log-level=<logLevel>]] (-z=<reportZipName> - | -d=<reportDirName>) ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]]

-
-
-
-
-

Description

-
-
-

This command generates a 'Managed Service Provider' (MSP) report based on configuration settings defined in a configuration file. A sample configuration file can be generated using the 'fcli util msp-report generate-config' command.

-
-
-

The configuration file includes settings for specifying one or more SSC instances from which to load MSP reporting data, and for specifying MSP (contract) information.

-
-
-

The generated report consists of multiple files, written to either a directory or zip-file. The primary output file is 'summary.txt' that contains various statistics, including the number of application and scan entitlements consumed during the reporting period. Various CSV files providing proof, like the number of entitlements consumed per application, what artifacts were processed, and which artifacts contributed to the entitlement consumption, are generated in the details directory of the report.

-
-
-

The generated 'checksums.sha256' file can be used to verify integrity of all generated files, using a command like 'sha256sum -c checksums.sha256'.

-
-
-

This command requires the following SSC application version attributes to be configured in SSC: -- MSP_License_Type: Required, Single-Select List, Values: Application, Scan, Demo -- MSP_End_Customer_Name - Optional (for demo applications), Single Line Text -- MSP_End_Customer_Location - Optional (for demo applications), Single Line Text

-
-
-

Note that all versions within a single application should provide the same values for these attributes.

-
-
-
-
-

Options

-
-
-
-
-c, --config=<configFile>
-
-

Configuration file; sample can be generated using the 'generate-config' command.

-
-
-d, --report-dir=<reportDirName>
-
-

Write report output to the given directory.

-
-
-e, --end-date=<reportingEndDate>
-
-

Reporting period start date. Format: yyyy-MM-dd, for example 2023-03-31.

-
-
--progress=<type>
-
-

Configure progress output. Allowed values: auto, none, simple, single-line, ansi. Default value: auto. Proper output of single-line and ansi depends on console capabilities.

-
-
-s, --start-date=<reportingStartDate>
-
-

Reporting period start date. Format: yyyy-MM-dd, for example 2023-01-01.

-
-
-y, --confirm
-
-

Confirm delete of existing report output location.

-
-
-z, --report-zip=<reportZipName>
-
-

Write report output to the given zip-file.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-license-msp-report.html b/dev_github-action/manpage/fcli-license-msp-report.html deleted file mode 100644 index 75399ffd76..0000000000 --- a/dev_github-action/manpage/fcli-license-msp-report.html +++ /dev/null @@ -1,91 +0,0 @@ ---- -title: fcli-license-msp-report(1) -fcli_version: ---- - - - - - - - -fcli-license-msp-report(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli license msp-report [-h] [COMMAND]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
generate
-
-

Generate a 'Managed Service Provider' (MSP) report.

-
-
generate-config
-
-

Generate a sample configuration file for use by the 'generate' command.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-license-ncd-report-generate-config.html b/dev_github-action/manpage/fcli-license-ncd-report-generate-config.html deleted file mode 100644 index b1afd270b9..0000000000 --- a/dev_github-action/manpage/fcli-license-ncd-report-generate-config.html +++ /dev/null @@ -1,131 +0,0 @@ ---- -title: fcli-license-ncd-report-generate-config(1) -fcli_version: ---- - - - - - - - -fcli-license-ncd-report-generate-config(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli license ncd-report generate-config [-y] [-c=<outputFileName>] [[-h] - [--env-prefix=<envPrefix>] - [--log-file=<logFile>] - [--log-level=<logLevel>]] ] [--store=_variableName - _ ] - [--to-file=<outputFile>_]]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-c, --config=<outputFileName>
-
-

Name of the sample configuration file to be generated.

-
-
-y, --confirm
-
-

Confirm overwrite of existing configuration file.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-license-ncd-report-generate.html b/dev_github-action/manpage/fcli-license-ncd-report-generate.html deleted file mode 100644 index ca1948affc..0000000000 --- a/dev_github-action/manpage/fcli-license-ncd-report-generate.html +++ /dev/null @@ -1,154 +0,0 @@ ---- -title: fcli-license-ncd-report-generate(1) -fcli_version: ---- - - - - - - - -fcli-license-ncd-report-generate(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli license ncd-report generate [-y] [-c=<configFile>] [--progress=<type>] - [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] - [--log-level=<logLevel>]] (-z=<reportZipName> - | -d=<reportDirName>) ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]]

-
-
-
-
-

Description

-
-
-

This command generates a 'Number of Contributing Developers' (NCD) report based on configuration settings defined in a configuration file. A sample configuration file can be generated using the 'fcli util ncd-report generate-config' command.

-
-
-

The configuration file includes rich settings for specifying the source code repositories from which to load contributing developer data (supporting multiple Source Code Management (SCM) systems), and for ignoring and de-duplicating contributing authors.

-
-
-

The generated report consists of multiple files, written to either a directory or zip-file. The primary output file is 'summary.txt' that contains various statistics, including the de-duplicated count of contributing developers. Various CSV files are generated with supporting proof, like the list of contributing authors, the list of commits that have been processed, and the list of repositories that have been processed.

-
-
-

The generated 'checksums.sha256' file can be used to verify integrity of all generated files, using a command like 'sha256sum -c checksums.sha256'.

-
-
-
-
-

Options

-
-
-
-
-c, --config=<configFile>
-
-

Configuration file; sample can be generated using the 'generate-config' command.

-
-
-d, --report-dir=<reportDirName>
-
-

Write report output to the given directory.

-
-
--progress=<type>
-
-

Configure progress output. Allowed values: auto, none, simple, single-line, ansi. Default value: auto. Proper output of single-line and ansi depends on console capabilities.

-
-
-y, --confirm
-
-

Confirm delete of existing report output location.

-
-
-z, --report-zip=<reportZipName>
-
-

Write report output to the given zip-file.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-license-ncd-report.html b/dev_github-action/manpage/fcli-license-ncd-report.html deleted file mode 100644 index 780d8388f6..0000000000 --- a/dev_github-action/manpage/fcli-license-ncd-report.html +++ /dev/null @@ -1,91 +0,0 @@ ---- -title: fcli-license-ncd-report(1) -fcli_version: ---- - - - - - - - -fcli-license-ncd-report(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli license ncd-report [-h] [COMMAND]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
generate
-
-

Generate a 'Number of Contributing Developers' (NCD) report.

-
-
generate-config
-
-

Generate a sample configuration file for use by the 'generate' command.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-license.html b/dev_github-action/manpage/fcli-license.html deleted file mode 100644 index 6f78d219b0..0000000000 --- a/dev_github-action/manpage/fcli-license.html +++ /dev/null @@ -1,93 +0,0 @@ ---- -title: fcli-license(1) -fcli_version: ---- - - - - - - - -fcli-license(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli license [-h] [COMMAND]

-
-
-
-
-

Description

-
-
-

This module provides various commands related to Fortify licensing & license reporting.

-
-
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
msp-report
-
-

Configure and generate 'Managed Service Provider' (MSP) reports.

-
-
ncd-report
-
-

Configure and generate 'Number of Contributing Developers' (NCD) reports.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-sc-dast-rest-call.html b/dev_github-action/manpage/fcli-sc-dast-rest-call.html deleted file mode 100644 index 7f898dd679..0000000000 --- a/dev_github-action/manpage/fcli-sc-dast-rest-call.html +++ /dev/null @@ -1,174 +0,0 @@ ---- -title: fcli-sc-dast-rest-call(1) -fcli_version: ---- - - - - - - - -fcli-sc-dast-rest-call(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli sc-dast rest call [--no-paging] [-d=<data>] [-X=<httpMethod>] [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] [[--no-transform] | -t=<expr>] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] [-q=<SpEL _ - _ expression>] [[--session=<sessionName>]] <uri>

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-d, --data=<data>
-
-

Data to send in the request body. This option takes either a string to be sent as request body, or @@<file> to send the contents of the given file as the request body (note the double at-sign). This option is not available for GET requests.

-
-
--no-paging
-
-

By default, this command will load all pages of data from ScanCentral DAST (from the given offset if specified as a request parameter). Use this option to return only a single page.

-
-
--no-transform
-
-

By default, this command performs generic transformations on ScanCentral DAST REST responses, like only outputting the actual response data (contents of the 'item' or 'items' property). Use this option to output the original response contents without transformations.

-
-
-q, --query=<SpEL expression>
-
-

Only display records for which the given Spring Expression Language (SpEL) expression returns true.

-
-
-t, --transform=<expr>
-
-

This option allows for performing custom transformations on the response data based on a Spring Expression Language (SpEL) expression. For example, this allows for retrieving data from sub-properties, or using project selection/projection. Note that the expression operates on the raw response, as if --no-transform was specified before evaluating the expression.

-
-
-X, --request=<httpMethod>
-
-

HTTP method/verb to use for the API request, like GET, POST, DELETE, …​ Default value: GET.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the ScanCentral DAST session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<uri>
-
-

Relative URI to the REST API endpoint that you want to invoke.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-sc-dast-rest.html b/dev_github-action/manpage/fcli-sc-dast-rest.html deleted file mode 100644 index 6db0452d26..0000000000 --- a/dev_github-action/manpage/fcli-sc-dast-rest.html +++ /dev/null @@ -1,89 +0,0 @@ ---- -title: fcli-sc-dast-rest(1) -fcli_version: ---- - - - - - - - -fcli-sc-dast-rest(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli sc-dast rest [-h] [COMMAND]

-
-
-
-
-

Description

-
-
-

These commands allow for direct interaction with ScanCentral DAST REST API endpoints, somewhat similar to using 'curl' but benefiting from standard fcli functionality like session management (no need to manually specify Authorization header), rich output formatting options, and query functionality.

-
-
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
call
-
-

Call an individual Fortify ScanCentral DAST REST API endpoint.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-sc-dast-scan-complete.html b/dev_github-action/manpage/fcli-sc-dast-scan-complete.html deleted file mode 100644 index 04b0bb3faa..0000000000 --- a/dev_github-action/manpage/fcli-sc-dast-scan-complete.html +++ /dev/null @@ -1,139 +0,0 @@ ---- -title: fcli-sc-dast-scan-complete(1) -fcli_version: ---- - - - - - - - -fcli-sc-dast-scan-complete(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli sc-dast scan complete [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]] scan-id

-
-
-
-
-

Description

-
- -
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the ScanCentral DAST session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
scan-id
-
-

Single scan id.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-sc-dast-scan-delete.html b/dev_github-action/manpage/fcli-sc-dast-scan-delete.html deleted file mode 100644 index c75356ed81..0000000000 --- a/dev_github-action/manpage/fcli-sc-dast-scan-delete.html +++ /dev/null @@ -1,139 +0,0 @@ ---- -title: fcli-sc-dast-scan-delete(1) -fcli_version: ---- - - - - - - - -fcli-sc-dast-scan-delete(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli sc-dast scan delete [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]] scan-id

-
-
-
-
-

Description

-
- -
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the ScanCentral DAST session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
scan-id
-
-

Single scan id.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-sc-dast-scan-download.html b/dev_github-action/manpage/fcli-sc-dast-scan-download.html deleted file mode 100644 index 29ec0454c3..0000000000 --- a/dev_github-action/manpage/fcli-sc-dast-scan-download.html +++ /dev/null @@ -1,158 +0,0 @@ ---- -title: fcli-sc-dast-scan-download(1) -fcli_version: ---- - - - - - - - -fcli-sc-dast-scan-download(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli sc-dast scan download [-f=<outputFile>] -t=<type> [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]] scan-id

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-f, --output-file=<outputFile>
-
-

Output file

-
-
-t, --type=<type>
-
-

Artifact type to download: fpr, logs, results, settings, site-tree.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the ScanCentral DAST session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
scan-id
-
-

Single scan id.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-sc-dast-scan-get.html b/dev_github-action/manpage/fcli-sc-dast-scan-get.html deleted file mode 100644 index 52218a50d8..0000000000 --- a/dev_github-action/manpage/fcli-sc-dast-scan-get.html +++ /dev/null @@ -1,138 +0,0 @@ ---- -title: fcli-sc-dast-scan-get(1) -fcli_version: ---- - - - - - - - -fcli-sc-dast-scan-get(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli sc-dast scan get [[-h] [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] [[--session=<sessionName>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] scan-id

-
-
-
-
-

Description

-
- -
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the ScanCentral DAST session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
scan-id
-
-

Single scan id.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-sc-dast-scan-import-findings.html b/dev_github-action/manpage/fcli-sc-dast-scan-import-findings.html deleted file mode 100644 index 2c5307bb2f..0000000000 --- a/dev_github-action/manpage/fcli-sc-dast-scan-import-findings.html +++ /dev/null @@ -1,143 +0,0 @@ ---- -title: fcli-sc-dast-scan-import-findings(1) -fcli_version: ---- - - - - - - - -fcli-sc-dast-scan-import-findings(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli sc-dast scan import-findings [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] - [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - scan-id

-
-
-
-
-

Description

-
-
-

This command imports scan findings into ScanCentral DAST. With ScanCentral DAST, scan findings are usually imported automatically, but there may be cases where this operation needs to be triggered explicitly. Please see the ScanCentral DAST documentation for more information.

-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the ScanCentral DAST session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
scan-id
-
-

Single scan id.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-sc-dast-scan-list.html b/dev_github-action/manpage/fcli-sc-dast-scan-list.html deleted file mode 100644 index b7f0b19896..0000000000 --- a/dev_github-action/manpage/fcli-sc-dast-scan-list.html +++ /dev/null @@ -1,144 +0,0 @@ ---- -title: fcli-sc-dast-scan-list(1) -fcli_version: ---- - - - - - - - -fcli-sc-dast-scan-list(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli sc-dast scan list [--server-queries=<name=value>[,<name=value>…​]]…​ - [[-h] [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] [[--session=<sessionName>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] [-q=<SpEL _ - _ expression>]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-q, --query=<SpEL expression>
-
-

Only display records for which the given Spring Expression Language (SpEL) expression returns true.

-
-
--server-queries=<name=value>[,<name=value>…​]
-
-

Complementary to the -q / --query option (which performs client-side filtering), this option accepts one or more comma-separated ScanCentral DAST request parameters to perform server-side filtering, for example 'searchText=some-text'. See the ScanCentral DAST API documentation for information on which request parameters are supported on individual endpoints.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the ScanCentral DAST session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-sc-dast-scan-pause.html b/dev_github-action/manpage/fcli-sc-dast-scan-pause.html deleted file mode 100644 index 752d7cf1bb..0000000000 --- a/dev_github-action/manpage/fcli-sc-dast-scan-pause.html +++ /dev/null @@ -1,138 +0,0 @@ ---- -title: fcli-sc-dast-scan-pause(1) -fcli_version: ---- - - - - - - - -fcli-sc-dast-scan-pause(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli sc-dast scan pause [[-h] [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] [[--session=<sessionName>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] scan-id

-
-
-
-
-

Description

-
- -
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the ScanCentral DAST session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
scan-id
-
-

Single scan id.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-sc-dast-scan-policy-get.html b/dev_github-action/manpage/fcli-sc-dast-scan-policy-get.html deleted file mode 100644 index f0bde92b32..0000000000 --- a/dev_github-action/manpage/fcli-sc-dast-scan-policy-get.html +++ /dev/null @@ -1,140 +0,0 @@ ---- -title: fcli-sc-dast-scan-policy-get(1) -fcli_version: ---- - - - - - - - -fcli-sc-dast-scan-policy-get(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli sc-dast scan-policy get [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - <scanPolicyNameOrId>

-
-
-
-
-

Description

-
- -
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the ScanCentral DAST session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<scanPolicyNameOrId>
-
-

Scan policy name or id

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-sc-dast-scan-policy-list.html b/dev_github-action/manpage/fcli-sc-dast-scan-policy-list.html deleted file mode 100644 index 0cc743a5f6..0000000000 --- a/dev_github-action/manpage/fcli-sc-dast-scan-policy-list.html +++ /dev/null @@ -1,140 +0,0 @@ ---- -title: fcli-sc-dast-scan-policy-list(1) -fcli_version: ---- - - - - - - - -fcli-sc-dast-scan-policy-list(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli sc-dast scan-policy list [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - [-q=<SpEL expression>]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-q, --query=<SpEL expression>
-
-

Only display records for which the given Spring Expression Language (SpEL) expression returns true.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the ScanCentral DAST session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-sc-dast-scan-policy.html b/dev_github-action/manpage/fcli-sc-dast-scan-policy.html deleted file mode 100644 index 85c8c7bf2e..0000000000 --- a/dev_github-action/manpage/fcli-sc-dast-scan-policy.html +++ /dev/null @@ -1,91 +0,0 @@ ---- -title: fcli-sc-dast-scan-policy(1) -fcli_version: ---- - - - - - - - -fcli-sc-dast-scan-policy(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli sc-dast scan-policy [-h] [COMMAND]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
get
-
-

Get the details for a single scan policy.

-
-
list, ls
-
-

List scan policies.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-sc-dast-scan-publish.html b/dev_github-action/manpage/fcli-sc-dast-scan-publish.html deleted file mode 100644 index 8d76a0ce21..0000000000 --- a/dev_github-action/manpage/fcli-sc-dast-scan-publish.html +++ /dev/null @@ -1,141 +0,0 @@ ---- -title: fcli-sc-dast-scan-publish(1) -fcli_version: ---- - - - - - - - -fcli-sc-dast-scan-publish(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli sc-dast scan publish [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]] scan-id

-
-
-
-
-

Description

-
-
-

This command publishes scan results to SSC. This can be used for publishing the results if 'Submit for Triage' was not enabled in the scan configuration.

-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the ScanCentral DAST session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
scan-id
-
-

Single scan id.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-sc-dast-scan-resume.html b/dev_github-action/manpage/fcli-sc-dast-scan-resume.html deleted file mode 100644 index 38b00fd87f..0000000000 --- a/dev_github-action/manpage/fcli-sc-dast-scan-resume.html +++ /dev/null @@ -1,139 +0,0 @@ ---- -title: fcli-sc-dast-scan-resume(1) -fcli_version: ---- - - - - - - - -fcli-sc-dast-scan-resume(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli sc-dast scan resume [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]] scan-id

-
-
-
-
-

Description

-
- -
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the ScanCentral DAST session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
scan-id
-
-

Single scan id.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-sc-dast-scan-settings-get.html b/dev_github-action/manpage/fcli-sc-dast-scan-settings-get.html deleted file mode 100644 index bcaa395ead..0000000000 --- a/dev_github-action/manpage/fcli-sc-dast-scan-settings-get.html +++ /dev/null @@ -1,140 +0,0 @@ ---- -title: fcli-sc-dast-scan-settings-get(1) -fcli_version: ---- - - - - - - - -fcli-sc-dast-scan-settings-get(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli sc-dast scan-settings get [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - <scanSettingsCicdTokenOrId>

-
-
-
-
-

Description

-
- -
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the ScanCentral DAST session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<scanSettingsCicdTokenOrId>
-
-

Scan settings CI/CD token or id

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-sc-dast-scan-settings-list.html b/dev_github-action/manpage/fcli-sc-dast-scan-settings-list.html deleted file mode 100644 index 3eb60ea4fc..0000000000 --- a/dev_github-action/manpage/fcli-sc-dast-scan-settings-list.html +++ /dev/null @@ -1,147 +0,0 @@ ---- -title: fcli-sc-dast-scan-settings-list(1) -fcli_version: ---- - - - - - - - -fcli-sc-dast-scan-settings-list(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli sc-dast scan-settings list [--server-queries=<name=value>[, - <name=value>…​]]…​ [[-h] - [--env-prefix=<envPrefix>] - [--log-file=<logFile>] - [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - [-q=<SpEL expression>]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-q, --query=<SpEL expression>
-
-

Only display records for which the given Spring Expression Language (SpEL) expression returns true.

-
-
--server-queries=<name=value>[,<name=value>…​]
-
-

Complementary to the -q / --query option (which performs client-side filtering), this option accepts one or more comma-separated ScanCentral DAST request parameters to perform server-side filtering, for example 'searchText=some-text'. See the ScanCentral DAST API documentation for information on which request parameters are supported on individual endpoints.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the ScanCentral DAST session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-sc-dast-scan-settings.html b/dev_github-action/manpage/fcli-sc-dast-scan-settings.html deleted file mode 100644 index e40fed6bb8..0000000000 --- a/dev_github-action/manpage/fcli-sc-dast-scan-settings.html +++ /dev/null @@ -1,91 +0,0 @@ ---- -title: fcli-sc-dast-scan-settings(1) -fcli_version: ---- - - - - - - - -fcli-sc-dast-scan-settings(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli sc-dast scan-settings [-h] [COMMAND]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
get
-
-

Get the details for a single scan settings definition.

-
-
list, ls
-
-

List scan settings.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-sc-dast-scan-start.html b/dev_github-action/manpage/fcli-sc-dast-scan-start.html deleted file mode 100644 index ab350425e0..0000000000 --- a/dev_github-action/manpage/fcli-sc-dast-scan-start.html +++ /dev/null @@ -1,172 +0,0 @@ ---- -title: fcli-sc-dast-scan-start(1) -fcli_version: ---- - - - - - - - -fcli-sc-dast-scan-start(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli sc-dast scan start [-l=<loginMacroBinaryFileId>] [-m=<scanMode>] - [--overrides-file=<overridesFile>] - [-p=<scanPolicyNameOrId>] - -s=<scanSettingsCicdTokenOrId> [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] [[--session=<sessionName>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] name

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-l, --login-macro=<loginMacroBinaryFileId>
-
-

Overrides the scan login macro binary file id.

-
-
-m, --mode=<scanMode>
-
-

Overrides the scan mode. Accepted values are: CrawlOnly, CrawlAndAudit, AuditOnly.

-
-
--overrides-file=<overridesFile>
-
-

File containing override values for the scan.

-
-
-p, --policy=<scanPolicyNameOrId>
-
-

Scan policy name or id

-
-
-s, --settings=<scanSettingsCicdTokenOrId>
-
-

Scan settings CI/CD token or id

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the ScanCentral DAST session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
name
-
-

The name for this scan.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-sc-dast-scan-wait-for.html b/dev_github-action/manpage/fcli-sc-dast-scan-wait-for.html deleted file mode 100644 index 98d7716a59..0000000000 --- a/dev_github-action/manpage/fcli-sc-dast-scan-wait-for.html +++ /dev/null @@ -1,203 +0,0 @@ ---- -title: fcli-sc-dast-scan-wait-for(1) -fcli_version: ---- - - - - - - - -fcli-sc-dast-scan-wait-for(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli sc-dast scan wait-for [-i=<intervalPeriod>] - [--on-failure-state=<onFailureState>] - [--on-timeout=<onTimeout>] - [--on-unknown-state=<onUnknownState>] - [--on-unknown-state-requested=<onUnknownStateRequeste - _ d>_] [--progress=<type>] [-t=<timeoutPeriod>] - [-s=<states>[,<states>…​]]…​ [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]] [-u=any-match|all-match | - -w=any-match|all-match] [[--session=<sessionName>]] - scan-id’s…​

-
-
-
-
-

Description

-
-
-

Although this command offers a lot of options to cover many different use cases, you can simply pass a scan id (possibly stored using --store on the 'scan start' command) to wait for completion of a single scan. If any error state or unknown state is detected, an exception will be thrown.

-
-
-

The following states are currently known by fcli: -See fcli help output

-
-
-
-
-

Options

-
-
-
-
-i, --interval=<intervalPeriod>
-
-

Polling interval, for example 5s (5 seconds) or 1m (1 minute).

-
-
--on-failure-state=<onFailureState>
-
-

Action to take when a failure state is returned for any of the records: wait, terminate, fail.

-
-
--on-timeout=<onTimeout>
-
-

Action to take when timeout occurs: terminate, fail.

-
-
--on-unknown-state=<onUnknownState>
-
-

Action to take when an unknown state is returned for any of the records: wait, terminate, fail.

-
-
--on-unknown-state-requested=<onUnknownStateRequested>
-
-

Action to take when an unknown state is passed in any of the --while or --until options: ignore, fail.

-
-
--progress=<type>
-
-

Configure progress output. Allowed values: auto, none, simple, single-line, ansi. Default value: auto. Proper output of single-line and ansi depends on console capabilities.

-
-
-s, --any-state=<states>[,<states>…​]
-
-

One or more scan states against which to match the given scans.

-
-
-t, --timeout=<timeoutPeriod>
-
-

Time-out, for example 30s (30 seconds), 5m (5 minutes), 1h (1 hour).

-
-
-u, --until=any-match|all-match
-
-

Wait until either any or all scans match. If neither --until or --while are specified, default is to wait until all scans match.

-
-
-w, --while=any-match|all-match
-
-

Wait while either any or all scans match.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the ScanCentral DAST session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
scan-id’s…​
-
-

One or more scan id’s.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-sc-dast-scan.html b/dev_github-action/manpage/fcli-sc-dast-scan.html deleted file mode 100644 index da44df1652..0000000000 --- a/dev_github-action/manpage/fcli-sc-dast-scan.html +++ /dev/null @@ -1,127 +0,0 @@ ---- -title: fcli-sc-dast-scan(1) -fcli_version: ---- - - - - - - - -fcli-sc-dast-scan(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli sc-dast scan [-h] [COMMAND]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
complete
-
-

Complete a scan.

-
-
delete, rm
-
-

Delete a scan.

-
-
download
-
-

Download scan fpr, logs, results, settings or site tree.

-
-
get
-
-

Get the details for a single scan.

-
-
import-findings
-
-

Import scan findings.

-
-
list, ls
-
-

List and query scans.

-
-
pause
-
-

Pause a scan.

-
-
publish
-
-

Publish scan results.

-
-
resume
-
-

Resume a scan

-
-
start
-
-

Start a new scan.

-
-
wait-for
-
-

Wait for one or more scans to reach or exit specified scan statuses.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-sc-dast-sensor-disable.html b/dev_github-action/manpage/fcli-sc-dast-sensor-disable.html deleted file mode 100644 index bcb0fb9a7e..0000000000 --- a/dev_github-action/manpage/fcli-sc-dast-sensor-disable.html +++ /dev/null @@ -1,140 +0,0 @@ ---- -title: fcli-sc-dast-sensor-disable(1) -fcli_version: ---- - - - - - - - -fcli-sc-dast-sensor-disable(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli sc-dast sensor disable [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - <sensorNameOrId>

-
-
-
-
-

Description

-
- -
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the ScanCentral DAST session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<sensorNameOrId>
-
-

Sensor name or id

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-sc-dast-sensor-enable.html b/dev_github-action/manpage/fcli-sc-dast-sensor-enable.html deleted file mode 100644 index 49e991b015..0000000000 --- a/dev_github-action/manpage/fcli-sc-dast-sensor-enable.html +++ /dev/null @@ -1,139 +0,0 @@ ---- -title: fcli-sc-dast-sensor-enable(1) -fcli_version: ---- - - - - - - - -fcli-sc-dast-sensor-enable(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli sc-dast sensor enable [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]] <sensorNameOrId>

-
-
-
-
-

Description

-
- -
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the ScanCentral DAST session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<sensorNameOrId>
-
-

Sensor name or id

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-sc-dast-sensor-get.html b/dev_github-action/manpage/fcli-sc-dast-sensor-get.html deleted file mode 100644 index 5421d71ef9..0000000000 --- a/dev_github-action/manpage/fcli-sc-dast-sensor-get.html +++ /dev/null @@ -1,139 +0,0 @@ ---- -title: fcli-sc-dast-sensor-get(1) -fcli_version: ---- - - - - - - - -fcli-sc-dast-sensor-get(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli sc-dast sensor get [[-h] [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] [[--session=<sessionName>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - <sensorNameOrId>

-
-
-
-
-

Description

-
- -
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the ScanCentral DAST session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<sensorNameOrId>
-
-

Sensor name or id

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-sc-dast-sensor-list.html b/dev_github-action/manpage/fcli-sc-dast-sensor-list.html deleted file mode 100644 index 7e5142eb25..0000000000 --- a/dev_github-action/manpage/fcli-sc-dast-sensor-list.html +++ /dev/null @@ -1,139 +0,0 @@ ---- -title: fcli-sc-dast-sensor-list(1) -fcli_version: ---- - - - - - - - -fcli-sc-dast-sensor-list(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli sc-dast sensor list [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]] [-q=<SpEL expression>]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-q, --query=<SpEL expression>
-
-

Only display records for which the given Spring Expression Language (SpEL) expression returns true.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the ScanCentral DAST session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-sc-dast-sensor.html b/dev_github-action/manpage/fcli-sc-dast-sensor.html deleted file mode 100644 index 1ca8873971..0000000000 --- a/dev_github-action/manpage/fcli-sc-dast-sensor.html +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: fcli-sc-dast-sensor(1) -fcli_version: ---- - - - - - - - -fcli-sc-dast-sensor(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli sc-dast sensor [-h] [COMMAND]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
disable
-
-

Disable a sensor.

-
-
enable
-
-

enable a sensor.

-
-
get
-
-

Get the details for a single sensor.

-
-
list, ls
-
-

List sensors.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-sc-dast-session-list.html b/dev_github-action/manpage/fcli-sc-dast-session-list.html deleted file mode 100644 index 7e9e510c3d..0000000000 --- a/dev_github-action/manpage/fcli-sc-dast-session-list.html +++ /dev/null @@ -1,133 +0,0 @@ ---- -title: fcli-sc-dast-session-list(1) -fcli_version: ---- - - - - - - - -fcli-sc-dast-session-list(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli sc-dast session list [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - [-q=<SpEL expression>]

-
-
-
-
-

Description

-
-
-

This commands lists all ScanCentral DAST sessions created through the login command, as long as they haven’t been explicitly terminated through the 'logout' command.

-
-
-

For sessions created using user name and password, the output of this command will show session expiry date and status, based on the data provided by SSC at the time the login command was issued. Any changes to the generated token will not be reflected in the output of this command. Even if a session is no longer valid because the generated token was revoked (through SSC UI or 'fcli ssc token revoke' command), the output of this command may still show the session as not having expired. Similarly, any changes to token validity will not be reflected in the output of this command.

-
-
-

For sessions created using a pre-generated token, fcli cannot display session expiration date or status, as SSC doesn’t allow for obtaining this information.

-
-
-
-
-

Options

-
-
-
-
-q, --query=<SpEL expression>
-
-

Only display records for which the given Spring Expression Language (SpEL) expression returns true.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-sc-dast-session-login.html b/dev_github-action/manpage/fcli-sc-dast-session-login.html deleted file mode 100644 index 3d9b766619..0000000000 --- a/dev_github-action/manpage/fcli-sc-dast-session-login.html +++ /dev/null @@ -1,226 +0,0 @@ ---- -title: fcli-sc-dast-session-login(1) -fcli_version: ---- - - - - - - - -fcli-sc-dast-session-login(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli sc-dast session login [--session=<sessionName>] [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]] ([-k] - [--socket-timeout=<socketTimeout>] - [--connect-timeout=<connectTimeout>] - --ssc-url=<url>) ((-u=<user> -p[=<password>] - [--expire-in=<expireIn>]) | -t[=<token>])

-
-
-
-
-

Description

-
-
-

This command stores the SSC and ScanCentral DAST API URL and authentication token in an encrypted session file in the fcli state data folder, for use by other 'fcli sc-dast' commands to connect to the specified SSC/ScanCentral DAST instance. Option values may be passed on the command line or specified through environment variables (common for CI/CD pipeline use) as listed below.

-
-
-

When logging in with username and password, this command will connect to SSC to generate a CIToken; the user password is not stored by fcli. When logging in with a pre-generated CIToken, this token will be stored as-is. Note that due to SSC limitations, fcli cannot determine when the token will expire.

-
-
-

For interactive use, you may choose to keep the session open until it expires. For CI/CD integrations and other automations, you should always issue a logout command once work is complete. On shared/non-containerized systems, consider setting FCLI_STATE_DIR or FCLI_DATA_DIR environment variables to prevent unexpected interactions between different pipelines.

-
-
-
-
-

Options

-
-
-
-
--session=<sessionName>
-
-

Name for this ScanCentral DAST session. Default value: default.

-
-
-u, --ssc-user=<user>
-
-

SSC user name.

-
-

Environment variables:

-
-
-
-
FCLI_DEFAULT_SSC_USER: Shared with SSC/SC SAST
-
-
-
-
-
FCLI_DEFAULT_SC_DAST_SSC_USER: Only SC DAST commands
-
-
-
-
-p, --ssc-password[=<password>]
-
-

SSC password.

-
-

Environment variables:

-
-
-
-
FCLI_DEFAULT_SSC_PASSWORD: Shared with SSC/SC SAST
-
-
-
-
-
FCLI_DEFAULT_SC_DAST_SSC_PASSWORD: Only SC DAST commands
-
-
-
-
--expire-in=<expireIn>
-
-

Specify for how long the session should remain active, for example 1d (1 day), 2M (2 months), 1y (1 year).

-
-
-
Default: 3d
-
-
-
-
-t, --ssc-ci-token[=<token>]
-
-

SSC CIToken in either encoded (REST) or decoded (application) format.

-
-

Environment variables:

-
-
-
-
FCLI_DEFAULT_SSC_CI_TOKEN: Shared with SSC/SC SAST
-
-
-
-
-
FCLI_DEFAULT_SC_DAST_SSC_CI_TOKEN: Only SC DAST commands
-
-
-
-
--ssc-url=<url>
-
-

SSC URL.

-
-

Environment variables:

-
-
-
-
FCLI_DEFAULT_SSC_URL: Shared with SSC/SC SAST
-
-
-
-
-
FCLI_DEFAULT_SC_DAST_SSC_URL: Only SC DAST commands
-
-
-
-
-k, --insecure
-
-

Disable SSL checks.

-
-
--socket-timeout=<socketTimeout>
-
-

Socket timeout for this session, for example 30s (30 seconds), 5m (5 minutes). Default value: 60 seconds.

-
-
--connect-timeout=<connectTimeout>
-
-

Connection timeout for this session, for example 30s (30 seconds), 5m (5 minutes). Default value: 10 seconds.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-sc-dast-session-logout.html b/dev_github-action/manpage/fcli-sc-dast-session-logout.html deleted file mode 100644 index 5937c13c5a..0000000000 --- a/dev_github-action/manpage/fcli-sc-dast-session-logout.html +++ /dev/null @@ -1,165 +0,0 @@ ---- -title: fcli-sc-dast-session-logout(1) -fcli_version: ---- - - - - - - - -fcli-sc-dast-session-logout(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli sc-dast session logout [--session=<sessionName>] [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]] --no-revoke-token | (-u=<user> -p[=<password>])

-
-
-
-
-

Description

-
-
-

This command terminates a ScanCentral DAST session previously created through the 'login' command. This command will try to revoke the token passed to or generated by the 'login' command (unless the --no-revoke-token option is specified), and removes the session data from the fcli state data directory.

-
-
-
-
-

Options

-
-
-
-
--session=<sessionName>
-
-

Name of the ScanCentral DAST session to be terminated. Default value: default.

-
-
--no-revoke-token
-
-

Don’t revoke the token passed to or generated by the 'login' command. If user name and password were specified during login, it is recommended to have the 'logout' command revoke this token, to avoid exceeding SSCs maximum token limit. Note that due to SSC limitations, user credentials will need to be provided to allow for token revocation. If a pre-generated token was specified during login, usually you’ll want to pass this option to avoid the pre-generated token from being revoked.

-
-
-u, --ssc-user=<user>
-
-

SSC user name.

-
-

Environment variables:

-
-
-
-
FCLI_DEFAULT_SSC_USER: Shared with SSC/SC SAST
-
-
-
-
-
FCLI_DEFAULT_SC_DAST_SSC_USER: Only SC DAST commands
-
-
-
-
-p, --ssc-password[=<password>]
-
-

SSC password.

-
-

Environment variables:

-
-
-
-
FCLI_DEFAULT_SSC_PASSWORD: Shared with SSC/SC SAST
-
-
-
-
-
FCLI_DEFAULT_SC_DAST_SSC_PASSWORD: Only SC DAST commands
-
-
-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-sc-dast-session.html b/dev_github-action/manpage/fcli-sc-dast-session.html deleted file mode 100644 index a7d64fe343..0000000000 --- a/dev_github-action/manpage/fcli-sc-dast-session.html +++ /dev/null @@ -1,97 +0,0 @@ ---- -title: fcli-sc-dast-session(1) -fcli_version: ---- - - - - - - - -fcli-sc-dast-session(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli sc-dast session [-h] [COMMAND]

-
-
-
-
-

Description

-
-
-

The session commands allow for managing one or more ScanCentral DAST sessions used to connect to a particular SSC/ScanCentral DAST environment with particular credentials. Potentially you can have multiple open ScanCentral DAST sessions, for example connecting to different SSC/ScanCentral DAST environments like DEV and PROD, or connecting to the same SSC/ScanCentral DAST instance but with different credentials.

-
-
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
list, ls
-
-

List active and expired ScanCentral DAST sessions.

-
-
login
-
-

Create a session for interacting with ScanCentral DAST.

-
-
logout
-
-

Terminate ScanCentral DAST session.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-sc-dast.html b/dev_github-action/manpage/fcli-sc-dast.html deleted file mode 100644 index ba732b0de1..0000000000 --- a/dev_github-action/manpage/fcli-sc-dast.html +++ /dev/null @@ -1,112 +0,0 @@ ---- -title: fcli-sc-dast(1) -fcli_version: ---- - - - - - - - -fcli-sc-dast(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli sc-dast [-h] [COMMAND]

-
-
-
-
-

Description

-
-
-

The commands in this module allow for interacting with Fortify ScanCentral DAST (SC-DAST). This includes functionality like submitting and managing DAST scan requests and results.

-
-
-

Before being able to interact with ScanCentral DAST, a session will need to be created by passing SSC URL and credentials to the 'session login' command in this module. As a best practice, 'session logout' should be run to terminate the session when there are no more activities to be performed.

-
-
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
session
-
-

Manage ScanCentral DAST sessions (start here).

-
-
scan
-
-

Manage ScanCentral DAST scans and results.

-
-
scan-policy
-
-

Manage ScanCentral DAST scan policies.

-
-
scan-settings
-
-

Manage ScanCentral DAST scan settings.

-
-
sensor
-
-

Manage ScanCentral DAST sensors.

-
-
rest
-
-

Interact with ScanCentral DAST REST API endpoints.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-sc-sast-rest-call.html b/dev_github-action/manpage/fcli-sc-sast-rest-call.html deleted file mode 100644 index 836e5593c7..0000000000 --- a/dev_github-action/manpage/fcli-sc-sast-rest-call.html +++ /dev/null @@ -1,174 +0,0 @@ ---- -title: fcli-sc-sast-rest-call(1) -fcli_version: ---- - - - - - - - -fcli-sc-sast-rest-call(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli sc-sast rest call [--no-paging] [-d=<data>] [-X=<httpMethod>] [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] [[--no-transform] | -t=<expr>] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] [-q=<SpEL _ - _ expression>] [[--session=<sessionName>]] <uri>

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-d, --data=<data>
-
-

Data to send in the request body. This option takes either a string to be sent as request body, or @@<file> to send the contents of the given file as the request body (note the double at-sign). This option is not available for GET requests.

-
-
--no-paging
-
-

This option currently has no effect for ScanCentral SAST.

-
-
--no-transform
-
-

This option currently has no effect for ScanCentral SAST.

-
-
-q, --query=<SpEL expression>
-
-

Only display records for which the given Spring Expression Language (SpEL) expression returns true.

-
-
-t, --transform=<expr>
-
-

This option allows for performing custom transformations on the response data based on a Spring Expression Language (SpEL) expression. For example, this allows for retrieving data from sub-properties, or using project selection/projection. Note that the expression operates on the raw response, as if --no-transform was specified before evaluating the expression.

-
-
-X, --request=<httpMethod>
-
-

HTTP method/verb to use for the API request, like GET, POST, DELETE, …​ Default value: GET.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the ScanCentral SAST session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<uri>
-
-

Relative URI to the REST API endpoint that you want to invoke.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-sc-sast-rest.html b/dev_github-action/manpage/fcli-sc-sast-rest.html deleted file mode 100644 index aecafb563b..0000000000 --- a/dev_github-action/manpage/fcli-sc-sast-rest.html +++ /dev/null @@ -1,89 +0,0 @@ ---- -title: fcli-sc-sast-rest(1) -fcli_version: ---- - - - - - - - -fcli-sc-sast-rest(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli sc-sast rest [-h] [COMMAND]

-
-
-
-
-

Description

-
-
-

These commands allow for direct interaction with ScanCentral SAST Controller REST API endpoints, somewhat similar to using 'curl' but benefiting from standard fcli functionality like session management (no need to manually specify Authorization header), rich output formatting options, and query functionality.

-
-
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
call
-
-

Call an individual ScanCentral SAST Controller REST API endpoint.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-sc-sast-scan-cancel.html b/dev_github-action/manpage/fcli-sc-sast-scan-cancel.html deleted file mode 100644 index 9225d41a03..0000000000 --- a/dev_github-action/manpage/fcli-sc-sast-scan-cancel.html +++ /dev/null @@ -1,139 +0,0 @@ ---- -title: fcli-sc-sast-scan-cancel(1) -fcli_version: ---- - - - - - - - -fcli-sc-sast-scan-cancel(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli sc-sast scan cancel [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]] scan-job-token

-
-
-
-
-

Description

-
- -
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the ScanCentral SAST session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
scan-job-token
-
-

Scan job token.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-sc-sast-scan-start.html b/dev_github-action/manpage/fcli-sc-sast-scan-start.html deleted file mode 100644 index da5e30996c..0000000000 --- a/dev_github-action/manpage/fcli-sc-sast-scan-start.html +++ /dev/null @@ -1,199 +0,0 @@ ---- -title: fcli-sc-sast-scan-start(1) -fcli_version: ---- - - - - - - - -fcli-sc-sast-scan-start(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli sc-sast scan start [--delim=<delimiter>] [--notify=<email>] - [--publish-to=<appVersionNameOrId>] - [--ssc-ci-token=<ciToken>] [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] [[--session=<sessionName>]] - (-m=<mbsFile> | (-v=<sensorVersion> -p=<packageFile>)) - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
--delim=<delimiter>
-
-

Change the default delimiter character when using options that accept "application:version" as an argument or parameter.

-
-
--notify=<email>
-
-

Email address to which to send a scan completion notification.

-
-
--publish-to=<appVersionNameOrId>
-
-

Publish scan results to the given SSC application version once the scan has completed.

-
-
--ssc-ci-token=<ciToken>
-
-

SSC CIToken in either encoded (REST) or decoded (application) format.

-
-

Environment variables:

-
-
-
-
FCLI_DEFAULT_SSC_CI_TOKEN: Shared with SSC/SC DAST
-
-
-
-
-
FCLI_DEFAULT_SC_SAST_SSC_CI_TOKEN: Only SC SAST commands
-
-
-
-
-
-
-
-
-

Options for scanning an MBS file:

-
-
-
-
-m, --mbs-file=<mbsFile>
-
-

MBS file to scan.

-
-
-
-
-
-
-

Options for scanning a package file:

-
-
-
-
-p, --package-file=<packageFile>
-
-

Package file to scan.

-
-
-v, --sensor-version=<sensorVersion>
-
-

Version of the sensor on which the package should be scanned. Officially, you should select the same sensor version as the version of the ScanCentral Client used to create the package.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the ScanCentral SAST session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-sc-sast-scan-status.html b/dev_github-action/manpage/fcli-sc-sast-scan-status.html deleted file mode 100644 index c96beb7c51..0000000000 --- a/dev_github-action/manpage/fcli-sc-sast-scan-status.html +++ /dev/null @@ -1,139 +0,0 @@ ---- -title: fcli-sc-sast-scan-status(1) -fcli_version: ---- - - - - - - - -fcli-sc-sast-scan-status(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli sc-sast scan status [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]] scan-job-token

-
-
-
-
-

Description

-
- -
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the ScanCentral SAST session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
scan-job-token
-
-

Scan job token.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-sc-sast-scan-wait-for.html b/dev_github-action/manpage/fcli-sc-sast-scan-wait-for.html deleted file mode 100644 index 6af2c2598d..0000000000 --- a/dev_github-action/manpage/fcli-sc-sast-scan-wait-for.html +++ /dev/null @@ -1,221 +0,0 @@ ---- -title: fcli-sc-sast-scan-wait-for(1) -fcli_version: ---- - - - - - - - -fcli-sc-sast-scan-wait-for(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli sc-sast scan wait-for [-i=<intervalPeriod>] - [--on-failure-state=<onFailureState>] - [--on-timeout=<onTimeout>] - [--on-unknown-state=<onUnknownState>] - [--on-unknown-state-requested=<onUnknownStateRequeste - _ d>_] [--progress=<type>] [-t=<timeoutPeriod>] [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]] [-u=any-match|all-match | - -w=any-match|all-match] [[--session=<sessionName>]] - [--any-scan-state=<scanStates>[,<scanStates>…​] - [--any-scan-state=<scanStates>[,<scanStates>…​]]…​ - | --any-publish-state=<publishStates>[, - <publishStates>…​] - [--any-publish-state=<publishStates>[, - <publishStates>…​]]…​ | --any-ssc-state=<sscStates> - [,<sscStates>…​] [--any-ssc-state=<sscStates>[, - <sscStates>…​]]…​] scan-job-tokens…​

-
-
-
-
-

Description

-
-
-

Although this command offers a lot of options to cover many different use cases, you can simply pass a scan id (possibly stored using --store on the 'scan start' command) to wait until either the scan has been fully processed on SSC (if --publish-to was specified on the 'scan start' command and ScanCentral Controller version > 22.1), until the scan has been published to SSC (if --publish-to was specified on the 'scan start' command and ScanCentral Controller version ⇐ 22.1), or until the scan was completed (if --publish-to was not specified on the 'scan start' command).

-
-
-

The following scan/publish states are currently known by fcli: -See fcli help output

-
-
-

The following SSC artifact processing states are currently known by fcli: -See fcli help output

-
-
-
-
-

Options

-
-
-
-
--any-publish-state=<publishStates>[,<publishStates>…​]
-
-

One or more scan publishing states against which to match the given scans.

-
-
--any-scan-state=<scanStates>[,<scanStates>…​]
-
-

One or more scan states against which to match the given scans.

-
-
--any-ssc-state=<sscStates>[,<sscStates>…​]
-
-

One or more SSC artifact processing states against which to match the given scans.

-
-
-i, --interval=<intervalPeriod>
-
-

Polling interval, for example 5s (5 seconds) or 1m (1 minute).

-
-
--on-failure-state=<onFailureState>
-
-

Action to take when a failure state is returned for any of the records: wait, terminate, fail.

-
-
--on-timeout=<onTimeout>
-
-

Action to take when timeout occurs: terminate, fail.

-
-
--on-unknown-state=<onUnknownState>
-
-

Action to take when an unknown state is returned for any of the records: wait, terminate, fail.

-
-
--on-unknown-state-requested=<onUnknownStateRequested>
-
-

Action to take when an unknown state is passed in any of the --while or --until options: ignore, fail.

-
-
--progress=<type>
-
-

Configure progress output. Allowed values: auto, none, simple, single-line, ansi. Default value: auto. Proper output of single-line and ansi depends on console capabilities.

-
-
-t, --timeout=<timeoutPeriod>
-
-

Time-out, for example 30s (30 seconds), 5m (5 minutes), 1h (1 hour).

-
-
-u, --until=any-match|all-match
-
-

Wait until either any or all scans match. If neither --until or --while are specified, default is to wait until all scans match.

-
-
-w, --while=any-match|all-match
-
-

Wait while either any or all scans match.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the ScanCentral SAST session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
scan-job-tokens…​
-
-

Scan job token.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-sc-sast-scan.html b/dev_github-action/manpage/fcli-sc-sast-scan.html deleted file mode 100644 index f2532e3140..0000000000 --- a/dev_github-action/manpage/fcli-sc-sast-scan.html +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: fcli-sc-sast-scan(1) -fcli_version: ---- - - - - - - - -fcli-sc-sast-scan(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli sc-sast scan [-h] [COMMAND]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
cancel
-
-

Cancel a previously submitted scan request.

-
-
start
-
-

Start a SAST scan.

-
-
status
-
-

Get status for a previously submitted scan request.

-
-
wait-for
-
-

Wait for one or more scans to reach or exit specified scan statuses.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-sc-sast-sensor-list.html b/dev_github-action/manpage/fcli-sc-sast-sensor-list.html deleted file mode 100644 index 2f0a5ead2a..0000000000 --- a/dev_github-action/manpage/fcli-sc-sast-sensor-list.html +++ /dev/null @@ -1,141 +0,0 @@ ---- -title: fcli-sc-sast-sensor-list(1) -fcli_version: ---- - - - - - - - -fcli-sc-sast-sensor-list(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli sc-sast sensor list [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]] [-q=<SpEL expression>]

-
-
-
-
-

Description

-
-
-

This command lists sensor information for all available SanCentral SAST sensors. It calls the SSC API and as such requires an active SSC session.

-
-
-
-
-

Options

-
-
-
-
-q, --query=<SpEL expression>
-
-

Only display records for which the given Spring Expression Language (SpEL) expression returns true.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the ScanCentral SAST session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-sc-sast-sensor.html b/dev_github-action/manpage/fcli-sc-sast-sensor.html deleted file mode 100644 index 88d0402b4d..0000000000 --- a/dev_github-action/manpage/fcli-sc-sast-sensor.html +++ /dev/null @@ -1,87 +0,0 @@ ---- -title: fcli-sc-sast-sensor(1) -fcli_version: ---- - - - - - - - -fcli-sc-sast-sensor(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli sc-sast sensor [-h] [COMMAND]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
list, ls
-
-

List ScanCentral SAST sensors

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-sc-sast-session-list.html b/dev_github-action/manpage/fcli-sc-sast-session-list.html deleted file mode 100644 index d7f585dece..0000000000 --- a/dev_github-action/manpage/fcli-sc-sast-session-list.html +++ /dev/null @@ -1,133 +0,0 @@ ---- -title: fcli-sc-sast-session-list(1) -fcli_version: ---- - - - - - - - -fcli-sc-sast-session-list(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli sc-sast session list [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - [-q=<SpEL expression>]

-
-
-
-
-

Description

-
-
-

This commands lists all ScanCentral SAST sessions created through the login command, as long as they haven’t been explicitly terminated through the 'logout' command.

-
-
-

For sessions created using user name and password, the output of this command will show session expiry date and status, based on the data provided by SSC at the time the login command was issued. Any changes to the generated token will not be reflected in the output of this command. Even if a session is no longer valid because the generated token was revoked (through SSC UI or 'fcli ssc token revoke' command), the output of this command may still show the session as not having expired. Similarly, any changes to token validity will not be reflected in the output of this command.

-
-
-

For sessions created using a pre-generated token, fcli cannot display session expiration date or status, as SSC doesn’t allow for obtaining this information.

-
-
-
-
-

Options

-
-
-
-
-q, --query=<SpEL expression>
-
-

Only display records for which the given Spring Expression Language (SpEL) expression returns true.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-sc-sast-session-login.html b/dev_github-action/manpage/fcli-sc-sast-session-login.html deleted file mode 100644 index e306b62d87..0000000000 --- a/dev_github-action/manpage/fcli-sc-sast-session-login.html +++ /dev/null @@ -1,241 +0,0 @@ ---- -title: fcli-sc-sast-session-login(1) -fcli_version: ---- - - - - - - - -fcli-sc-sast-session-login(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli sc-sast session login -c[=<clientAuthToken>] [--session=<sessionName>] - [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] ([-k] - [--socket-timeout=<socketTimeout>] - [--connect-timeout=<connectTimeout>] - --ssc-url=<url>) ((-u=<user> -p[=<password>] - [--expire-in=<expireIn>]) | -t[=<token>])

-
-
-
-
-

Description

-
-
-

This command stores the SSC and ScanCentral SAST API URL and authentication token in an encrypted session file in the fcli state data folder, for use by other 'fcli sc-sast' commands to connect to the specified SSC/ScanCentral SAST instance. Option values may be passed on the command line or specified through environment variables (common for CI/CD pipeline use) as listed below.

-
-
-

When logging in with username and password, this command will connect to SSC to generate a CIToken; the user password is not stored by fcli. When logging in with a pre-generated CIToken, this token will be stored as-is. Note that due to SSC limitations, fcli cannot determine when the token will expire.

-
-
-

For interactive use, you may choose to keep the session open until it expires. For CI/CD integrations and other automations, you should always issue a logout command once work is complete. On shared/non-containerized systems, consider setting FCLI_STATE_DIR or FCLI_DATA_DIR environment variables to prevent unexpected interactions between different pipelines.

-
-
-
-
-

Options

-
-
-
-
--session=<sessionName>
-
-

Name for this ScanCentral SAST session. Default value: default.

-
-
-u, --ssc-user=<user>
-
-

SSC user name.

-
-

Environment variables:

-
-
-
-
FCLI_DEFAULT_SSC_USER: Shared with SSC/SC DAST
-
-
-
-
-
FCLI_DEFAULT_SC_SAST_SSC_USER: Only SC SAST commands
-
-
-
-
-p, --ssc-password[=<password>]
-
-

SSC password.

-
-

Environment variables:

-
-
-
-
FCLI_DEFAULT_SSC_PASSWORD: Shared with SSC/SC DAST
-
-
-
-
-
FCLI_DEFAULT_SC_SAST_SSC_PASSWORD: Only SC SAST commands
-
-
-
-
--expire-in=<expireIn>
-
-

Specify for how long the session should remain active, for example 1h (1 hour) or 1d (1 day).

-
-
-
Default: 1d
-
-
-
-
-t, --ssc-ci-token[=<token>]
-
-

SSC CIToken in either encoded (REST) or decoded (application) format.

-
-

Environment variables:

-
-
-
-
FCLI_DEFAULT_SSC_CI_TOKEN: Shared with SSC/SC DAST
-
-
-
-
-
FCLI_DEFAULT_SC_SAST_SSC_CI_TOKEN: Only SC SAST commands
-
-
-
-
-c, --client-auth-token[=<clientAuthToken>]
-
-

ScanCentral SAST client_auth_token (shared secret).

-
-

This token must match the client_auth_token property in ScanCentral SAST

-
-
-

Environment variables:

-
-
-
-
FCLI_DEFAULT_SC_SAST_CLIENT_AUTH_TOKEN
-
-
-
-
--ssc-url=<url>
-
-

SSC URL.

-
-

Environment variables:

-
-
-
-
FCLI_DEFAULT_SSC_URL: Shared with SSC/SC DAST
-
-
-
-
-
FCLI_DEFAULT_SC_SAST_SSC_URL: Only SC SAST commands
-
-
-
-
-k, --insecure
-
-

Disable SSL checks.

-
-
--socket-timeout=<socketTimeout>
-
-

Socket timeout for this session, for example 30s (30 seconds), 5m (5 minutes). Default value: 60 seconds.

-
-
--connect-timeout=<connectTimeout>
-
-

Connection timeout for this session, for example 30s (30 seconds), 5m (5 minutes). Default value: 10 seconds.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-sc-sast-session-logout.html b/dev_github-action/manpage/fcli-sc-sast-session-logout.html deleted file mode 100644 index 1df32f4eaf..0000000000 --- a/dev_github-action/manpage/fcli-sc-sast-session-logout.html +++ /dev/null @@ -1,165 +0,0 @@ ---- -title: fcli-sc-sast-session-logout(1) -fcli_version: ---- - - - - - - - -fcli-sc-sast-session-logout(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli sc-sast session logout [--session=<sessionName>] [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]] --no-revoke-token | (-u=<user> -p[=<password>])

-
-
-
-
-

Description

-
-
-

This command terminates a ScanCentral SAST session previously created through the 'login' command. This command will try to revoke the token passed to or generated by the 'login' command (unless the --no-revoke-token option is specified), and removes the session data from the fcli state data directory.

-
-
-
-
-

Options

-
-
-
-
--session=<sessionName>
-
-

Name of the ScanCentral SAST session to be terminated. Default value: default.

-
-
--no-revoke-token
-
-

Don’t revoke the token passed to or generated by the 'login' command. If user name and password were specified during login, it is recommended to have the 'logout' command revoke this token, to avoid exceeding SSCs maximum token limit. Note that due to SSC limitations, user credentials will need to be provided to allow for token revocation. If a pre-generated token was specified during login, usually you’ll want to pass this option to avoid the pre-generated token from being revoked.

-
-
-u, --ssc-user=<user>
-
-

SSC user name.

-
-

Environment variables:

-
-
-
-
FCLI_DEFAULT_SSC_USER: Shared with SSC/SC DAST
-
-
-
-
-
FCLI_DEFAULT_SC_SAST_SSC_USER: Only SC SAST commands
-
-
-
-
-p, --ssc-password[=<password>]
-
-

SSC password.

-
-

Environment variables:

-
-
-
-
FCLI_DEFAULT_SSC_PASSWORD: Shared with SSC/SC DAST
-
-
-
-
-
FCLI_DEFAULT_SC_SAST_SSC_PASSWORD: Only SC SAST commands
-
-
-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-sc-sast-session.html b/dev_github-action/manpage/fcli-sc-sast-session.html deleted file mode 100644 index 50adeaeda0..0000000000 --- a/dev_github-action/manpage/fcli-sc-sast-session.html +++ /dev/null @@ -1,97 +0,0 @@ ---- -title: fcli-sc-sast-session(1) -fcli_version: ---- - - - - - - - -fcli-sc-sast-session(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli sc-sast session [-h] [COMMAND]

-
-
-
-
-

Description

-
-
-

The session commands allow for managing one or more ScanCentral SAST sessions used to connect to a particular SSC/ScanCentral SAST environment with particular credentials. Potentially you can have multiple open ScanCentral SAST sessions, for example connecting to different SSC/ScanCentral SAST environments like DEV and PROD, or connecting to the same SSC/ScanCentral SAST instance but with different credentials.

-
-
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
list, ls
-
-

List active and expired ScanCentral SAST sessions.

-
-
login
-
-

Create a session for interacting with ScanCentral SAST.

-
-
logout
-
-

Terminate ScanCentral SAST session.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-sc-sast.html b/dev_github-action/manpage/fcli-sc-sast.html deleted file mode 100644 index 6ee265844a..0000000000 --- a/dev_github-action/manpage/fcli-sc-sast.html +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: fcli-sc-sast(1) -fcli_version: ---- - - - - - - - -fcli-sc-sast(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli sc-sast [-h] [COMMAND]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
session
-
-

Manage ScanCentral SAST sessions (start here).

-
-
scan
-
-

Manage ScanCentral SAST scans.

-
-
sensor
-
-

Manage ScanCentral SAST sensors

-
-
rest
-
-

Interact with ScanCentral SAST Controller REST API endpoints.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-ssc-activity-feed-list.html b/dev_github-action/manpage/fcli-ssc-activity-feed-list.html deleted file mode 100644 index c1e73dec50..0000000000 --- a/dev_github-action/manpage/fcli-ssc-activity-feed-list.html +++ /dev/null @@ -1,145 +0,0 @@ ---- -title: fcli-ssc-activity-feed-list(1) -fcli_version: ---- - - - - - - - -fcli-ssc-activity-feed-list(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc activity-feed list [--q-param=<qParam>] [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - [-q=<SpEL expression>]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-q, --query=<SpEL expression>
-
-

Only display records for which the given Spring Expression Language (SpEL) expression returns true.

-
-
--q-param=<qParam>
-
-

Server-side queries are automatically generated from the -q / --query option if possible; generated queries can be viewed in the debug log. The --q-param option can be used to override the automatically generated query, for example to further optimize the request. See SSC REST API documentation for information on supported formats.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-ssc-activity-feed.html b/dev_github-action/manpage/fcli-ssc-activity-feed.html deleted file mode 100644 index acbaaefdf0..0000000000 --- a/dev_github-action/manpage/fcli-ssc-activity-feed.html +++ /dev/null @@ -1,87 +0,0 @@ ---- -title: fcli-ssc-activity-feed(1) -fcli_version: ---- - - - - - - - -fcli-ssc-activity-feed(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc activity-feed [-h] [COMMAND]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
list, ls
-
-

List activity feed entries.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-ssc-alert-definition-get.html b/dev_github-action/manpage/fcli-ssc-alert-definition-get.html deleted file mode 100644 index 1ddf4b08fb..0000000000 --- a/dev_github-action/manpage/fcli-ssc-alert-definition-get.html +++ /dev/null @@ -1,140 +0,0 @@ ---- -title: fcli-ssc-alert-definition-get(1) -fcli_version: ---- - - - - - - - -fcli-ssc-alert-definition-get(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc alert-definition get [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - <alertDefinitionId>

-
-
-
-
-

Description

-
- -
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<alertDefinitionId>
-
-

Alert definition id.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-ssc-alert-definition-list.html b/dev_github-action/manpage/fcli-ssc-alert-definition-list.html deleted file mode 100644 index d2209e316f..0000000000 --- a/dev_github-action/manpage/fcli-ssc-alert-definition-list.html +++ /dev/null @@ -1,145 +0,0 @@ ---- -title: fcli-ssc-alert-definition-list(1) -fcli_version: ---- - - - - - - - -fcli-ssc-alert-definition-list(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc alert-definition list [--q-param=<qParam>] [[-h] - [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - [-q=<SpEL expression>]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-q, --query=<SpEL expression>
-
-

Only display records for which the given Spring Expression Language (SpEL) expression returns true.

-
-
--q-param=<qParam>
-
-

Server-side queries are automatically generated from the -q / --query option if possible; generated queries can be viewed in the debug log. The --q-param option can be used to override the automatically generated query, for example to further optimize the request. See SSC REST API documentation for information on supported formats.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-ssc-alert-definition.html b/dev_github-action/manpage/fcli-ssc-alert-definition.html deleted file mode 100644 index f9dc1108b1..0000000000 --- a/dev_github-action/manpage/fcli-ssc-alert-definition.html +++ /dev/null @@ -1,91 +0,0 @@ ---- -title: fcli-ssc-alert-definition(1) -fcli_version: ---- - - - - - - - -fcli-ssc-alert-definition(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc alert-definition [-h] [COMMAND]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
get
-
-

Get alert definition details.

-
-
list, ls
-
-

List alert definitions.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-ssc-alert-list.html b/dev_github-action/manpage/fcli-ssc-alert-list.html deleted file mode 100644 index 75fd700ad3..0000000000 --- a/dev_github-action/manpage/fcli-ssc-alert-list.html +++ /dev/null @@ -1,143 +0,0 @@ ---- -title: fcli-ssc-alert-list(1) -fcli_version: ---- - - - - - - - -fcli-ssc-alert-list(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc alert list [--q-param=<qParam>] [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]] [-q=<SpEL expression>]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-q, --query=<SpEL expression>
-
-

Only display records for which the given Spring Expression Language (SpEL) expression returns true.

-
-
--q-param=<qParam>
-
-

Server-side queries are automatically generated from the -q / --query option if possible; generated queries can be viewed in the debug log. The --q-param option can be used to override the automatically generated query, for example to further optimize the request. See SSC REST API documentation for information on supported formats.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-ssc-alert.html b/dev_github-action/manpage/fcli-ssc-alert.html deleted file mode 100644 index 3548c912cb..0000000000 --- a/dev_github-action/manpage/fcli-ssc-alert.html +++ /dev/null @@ -1,87 +0,0 @@ ---- -title: fcli-ssc-alert(1) -fcli_version: ---- - - - - - - - -fcli-ssc-alert(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc alert [-h] [COMMAND]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
list, ls
-
-

List alerts.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-ssc-app-delete.html b/dev_github-action/manpage/fcli-ssc-app-delete.html deleted file mode 100644 index f1ee3f6079..0000000000 --- a/dev_github-action/manpage/fcli-ssc-app-delete.html +++ /dev/null @@ -1,153 +0,0 @@ ---- -title: fcli-ssc-app-delete(1) -fcli_version: ---- - - - - - - - -fcli-ssc-app-delete(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc app delete [-y] [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]] <appNameOrId>

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-y, --confirm
-
-

Confirm deletion of all versions within the specified application.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<appNameOrId>
-
-

Application name or id. Note that numeric values are always interpreted as id’s. If you have numeric application names, you will need to specify the application id.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-ssc-app-get.html b/dev_github-action/manpage/fcli-ssc-app-get.html deleted file mode 100644 index 3455ed5541..0000000000 --- a/dev_github-action/manpage/fcli-ssc-app-get.html +++ /dev/null @@ -1,138 +0,0 @@ ---- -title: fcli-ssc-app-get(1) -fcli_version: ---- - - - - - - - -fcli-ssc-app-get(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc app get [[-h] [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] [[--session=<sessionName>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] <appNameOrId>

-
-
-
-
-

Description

-
- -
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<appNameOrId>
-
-

Application name or id. Note that numeric values are always interpreted as id’s. If you have numeric application names, you will need to specify the application id.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-ssc-app-list.html b/dev_github-action/manpage/fcli-ssc-app-list.html deleted file mode 100644 index 3c00b57335..0000000000 --- a/dev_github-action/manpage/fcli-ssc-app-list.html +++ /dev/null @@ -1,143 +0,0 @@ ---- -title: fcli-ssc-app-list(1) -fcli_version: ---- - - - - - - - -fcli-ssc-app-list(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc app list [--q-param=<qParam>] [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]] [-q=<SpEL expression>]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-q, --query=<SpEL expression>
-
-

Only display records for which the given Spring Expression Language (SpEL) expression returns true.

-
-
--q-param=<qParam>
-
-

Server-side queries are automatically generated from the -q / --query option if possible; generated queries can be viewed in the debug log. The --q-param option can be used to override the automatically generated query, for example to further optimize the request. See SSC REST API documentation for information on supported formats.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-ssc-app-update.html b/dev_github-action/manpage/fcli-ssc-app-update.html deleted file mode 100644 index e94a8c8f87..0000000000 --- a/dev_github-action/manpage/fcli-ssc-app-update.html +++ /dev/null @@ -1,157 +0,0 @@ ---- -title: fcli-ssc-app-update(1) -fcli_version: ---- - - - - - - - -fcli-ssc-app-update(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc app update [-d=<description>] [-n=<name>] [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] [[--session=<sessionName>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] <appNameOrId>

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-d, --description=<description>
-
-

New description for the application.

-
-
-n, --name=<name>
-
-

New name for the application.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<appNameOrId>
-
-

Application name or id. Note that numeric values are always interpreted as id’s. If you have numeric application names, you will need to specify the application id.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-ssc-app.html b/dev_github-action/manpage/fcli-ssc-app.html deleted file mode 100644 index 1a3dc71380..0000000000 --- a/dev_github-action/manpage/fcli-ssc-app.html +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: fcli-ssc-app(1) -fcli_version: ---- - - - - - - - -fcli-ssc-app(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc app [-h] [COMMAND]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
delete, rm
-
-

Delete an application and all contained versions.

-
-
get
-
-

Get application details.

-
-
list, ls
-
-

List applications.

-
-
update
-
-

Update an application.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-ssc-appversion-attribute-list.html b/dev_github-action/manpage/fcli-ssc-appversion-attribute-list.html deleted file mode 100644 index 19b3cf6b43..0000000000 --- a/dev_github-action/manpage/fcli-ssc-appversion-attribute-list.html +++ /dev/null @@ -1,152 +0,0 @@ ---- -title: fcli-ssc-appversion-attribute-list(1) -fcli_version: ---- - - - - - - - -fcli-ssc-appversion-attribute-list(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc appversion-attribute list --appversion=<appVersionNameOrId> - [--delim=<delimiter>] [[-h] - [--env-prefix=<envPrefix>] - [--log-file=<logFile>] - [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] [--store=_variableName - _ ] - [--to-file=<outputFile>_]] [-q=<SpEL _ - _ expression>]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
--appversion=<appVersionNameOrId>
-
-

Application version id or <application>:<version> name.

-
-
--delim=<delimiter>
-
-

Change the default delimiter character when using options that accept "application:version" as an argument or parameter.

-
-
-q, --query=<SpEL expression>
-
-

Only display records for which the given Spring Expression Language (SpEL) expression returns true.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-ssc-appversion-attribute-set.html b/dev_github-action/manpage/fcli-ssc-appversion-attribute-set.html deleted file mode 100644 index 90387fe67d..0000000000 --- a/dev_github-action/manpage/fcli-ssc-appversion-attribute-set.html +++ /dev/null @@ -1,161 +0,0 @@ ---- -title: fcli-ssc-appversion-attribute-set(1) -fcli_version: ---- - - - - - - - -fcli-ssc-appversion-attribute-set(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc appversion-attribute set --appversion=<appVersionNameOrId> - [--delim=<delimiter>] [[-h] - [--env-prefix=<envPrefix>] - [--log-file=<logFile>] - [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - [CATEGORY:]ATTR=VALUE[,VALUE…​]…​

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
--appversion=<appVersionNameOrId>
-
-

Application version id or <application>:<version> name.

-
-
--delim=<delimiter>
-
-

Change the default delimiter character when using options that accept "application:version" as an argument or parameter.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
[CATEGORY:]ATTR=VALUE[,VALUE…​]…​
-
-

Set values for one or more attributes.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-ssc-appversion-attribute.html b/dev_github-action/manpage/fcli-ssc-appversion-attribute.html deleted file mode 100644 index 6d0b1f7c60..0000000000 --- a/dev_github-action/manpage/fcli-ssc-appversion-attribute.html +++ /dev/null @@ -1,91 +0,0 @@ ---- -title: fcli-ssc-appversion-attribute(1) -fcli_version: ---- - - - - - - - -fcli-ssc-appversion-attribute(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc appversion-attribute [-h] [COMMAND]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
list, ls
-
-

List application version attributes.

-
-
set
-
-

Set application version attributes.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-ssc-appversion-create.html b/dev_github-action/manpage/fcli-ssc-appversion-create.html deleted file mode 100644 index 5bd6b90423..0000000000 --- a/dev_github-action/manpage/fcli-ssc-appversion-create.html +++ /dev/null @@ -1,188 +0,0 @@ ---- -title: fcli-ssc-appversion-create(1) -fcli_version: ---- - - - - - - - -fcli-ssc-appversion-create(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc appversion create [--auto-required-attrs] [--skip-if-exists] - [--active=<active>] [-d=<description>] - [--delim=<delimiter>] - [--issue-template=<issueTemplateNameOrId>] - [--add-users=<authEntitySpecs>[, - <authEntitySpecs>…​]]…​ [--attrs=[CATEGORY:] - _ ATTR=VALUE[,VALUE…​][,[CATEGORY:]ATTR=VALUE[,_ - _ VALUE…​]…​]]…​ [[-h] [--env-prefix=<envPrefix>_] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]] <app>:<version>

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
--active=<active>
-
-

Specify whether application version should be activated (true, default) or not (false).

-
-
--add-users=<authEntitySpecs>[,<authEntitySpecs>…​]
-
-

Assign one or more (comma-separated) users or LDAP groups to the application version; accepts user id, entity name or email address. Option is repeatable.

-
-
--attrs, --attributes=[CATEGORY:]ATTR=VALUE[,VALUE…​][,[CATEGORY:]ATTR=VALUE[,VALUE…​]…​]
-
-

Set values for one or more attributes. This option accepts a comma-separated list of attribute value assignments.

-
-
--auto-required-attrs
-
-

Automatically set a default value for required application version attributes.

-
-
-d, --description=<description>
-
-

Application version description.

-
-
--delim=<delimiter>
-
-

Change the default delimiter character when using options that accept "application:version" as an argument or parameter.

-
-
--issue-template=<issueTemplateNameOrId>
-
-

Issue template name or id.

-
-
--skip-if-exists
-
-

Skip application version creation if an application version with the specified name already exists.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<app>:<version>
-
-

Application and version name.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-ssc-appversion-delete.html b/dev_github-action/manpage/fcli-ssc-appversion-delete.html deleted file mode 100644 index 21b0161860..0000000000 --- a/dev_github-action/manpage/fcli-ssc-appversion-delete.html +++ /dev/null @@ -1,154 +0,0 @@ ---- -title: fcli-ssc-appversion-delete(1) -fcli_version: ---- - - - - - - - -fcli-ssc-appversion-delete(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc appversion delete [--delim=<delimiter>] [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]] <appVersionNameOrId>

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
--delim=<delimiter>
-
-

Change the default delimiter character when using options that accept "application:version" as an argument or parameter.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<appVersionNameOrId>
-
-

Application version id or <application>:<version> name.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-ssc-appversion-download-state.html b/dev_github-action/manpage/fcli-ssc-appversion-download-state.html deleted file mode 100644 index f8a6016511..0000000000 --- a/dev_github-action/manpage/fcli-ssc-appversion-download-state.html +++ /dev/null @@ -1,168 +0,0 @@ ---- -title: fcli-ssc-appversion-download-state(1) -fcli_version: ---- - - - - - - - -fcli-ssc-appversion-download-state(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc appversion download-state [--[no-]include-sources] - [--delim=<delimiter>] [-f=<outputFile>] - [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] - [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] [--store=_variableName - _ ] - [--to-file=<outputFile>_]] - <appVersionNameOrId>

-
-
-
-
-

Description

-
-
-

Download application version state artifact. See 'fcli ssc artifact download' for downloading individual artifacts.

-
-
-
-
-

Options

-
-
-
-
--delim=<delimiter>
-
-

Change the default delimiter character when using options that accept "application:version" as an argument or parameter.

-
-
-f, --output-file=<outputFile>
-
-

Output file

-
-
--[no-]include-sources
-
-

Sources are included by default; use --no-include-sources to download artifact without sources.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<appVersionNameOrId>
-
-

Application version id or <application>:<version> name.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-ssc-appversion-filterset-get.html b/dev_github-action/manpage/fcli-ssc-appversion-filterset-get.html deleted file mode 100644 index a8705cbe78..0000000000 --- a/dev_github-action/manpage/fcli-ssc-appversion-filterset-get.html +++ /dev/null @@ -1,161 +0,0 @@ ---- -title: fcli-ssc-appversion-filterset-get(1) -fcli_version: ---- - - - - - - - -fcli-ssc-appversion-filterset-get(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc appversion-filterset get --appversion=<appVersionNameOrId> - [--delim=<delimiter>] [[-h] - [--env-prefix=<envPrefix>] - [--log-file=<logFile>] - [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - <filterSetTitleOrId>

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
--appversion=<appVersionNameOrId>
-
-

Application version id or <application>:<version> name.

-
-
--delim=<delimiter>
-
-

Change the default delimiter character when using options that accept "application:version" as an argument or parameter.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<filterSetTitleOrId>
-
-

Filter set title (name) or id.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-ssc-appversion-filterset-list.html b/dev_github-action/manpage/fcli-ssc-appversion-filterset-list.html deleted file mode 100644 index 85ec2f8712..0000000000 --- a/dev_github-action/manpage/fcli-ssc-appversion-filterset-list.html +++ /dev/null @@ -1,152 +0,0 @@ ---- -title: fcli-ssc-appversion-filterset-list(1) -fcli_version: ---- - - - - - - - -fcli-ssc-appversion-filterset-list(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc appversion-filterset list --appversion=<appVersionNameOrId> - [--delim=<delimiter>] [[-h] - [--env-prefix=<envPrefix>] - [--log-file=<logFile>] - [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] [--store=_variableName - _ ] - [--to-file=<outputFile>_]] [-q=<SpEL _ - _ expression>]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
--appversion=<appVersionNameOrId>
-
-

Application version id or <application>:<version> name.

-
-
--delim=<delimiter>
-
-

Change the default delimiter character when using options that accept "application:version" as an argument or parameter.

-
-
-q, --query=<SpEL expression>
-
-

Only display records for which the given Spring Expression Language (SpEL) expression returns true.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-ssc-appversion-filterset.html b/dev_github-action/manpage/fcli-ssc-appversion-filterset.html deleted file mode 100644 index 88edf38444..0000000000 --- a/dev_github-action/manpage/fcli-ssc-appversion-filterset.html +++ /dev/null @@ -1,91 +0,0 @@ ---- -title: fcli-ssc-appversion-filterset(1) -fcli_version: ---- - - - - - - - -fcli-ssc-appversion-filterset(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc appversion-filterset [-h] [COMMAND]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
get
-
-

Get filter set details.

-
-
list, ls
-
-

List application version filter sets.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-ssc-appversion-get.html b/dev_github-action/manpage/fcli-ssc-appversion-get.html deleted file mode 100644 index fdedc7cb1f..0000000000 --- a/dev_github-action/manpage/fcli-ssc-appversion-get.html +++ /dev/null @@ -1,159 +0,0 @@ ---- -title: fcli-ssc-appversion-get(1) -fcli_version: ---- - - - - - - - -fcli-ssc-appversion-get(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc appversion get [--delim=<delimiter>] [--embed=<embedSuppliers>[, - <embedSuppliers>…​]]…​ [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] [[--session=<sessionName>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - <appVersionNameOrId>

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
--delim=<delimiter>
-
-

Change the default delimiter character when using options that accept "application:version" as an argument or parameter.

-
-
--embed=<embedSuppliers>[,<embedSuppliers>…​]
-
-

Embed extra application version data. Allowed values: attrs, attrsByName, attrsByGuid, attrValuesByName, attrValuesByGuid, bugtracker, customTags, filterSets, folders, resultProcessingRules.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<appVersionNameOrId>
-
-

Application version id or <application>:<version> name.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-ssc-appversion-list.html b/dev_github-action/manpage/fcli-ssc-appversion-list.html deleted file mode 100644 index 4bffea199e..0000000000 --- a/dev_github-action/manpage/fcli-ssc-appversion-list.html +++ /dev/null @@ -1,181 +0,0 @@ ---- -title: fcli-ssc-appversion-list(1) -fcli_version: ---- - - - - - - - -fcli-ssc-appversion-list(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc appversion list [--q-param=<qParam>] [--embed=<embedSuppliers>[, - <embedSuppliers>…​]]…​ [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] [[--session=<sessionName>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - [-q=<SpEL expression>]

-
-
-
-
-

Description

-
-
-

By default, this command simply lists all application versions. However, the --embed, --query and --output options allow for implementing advanced use cases. Some examples:

-
-
-
-
List application versions created by user 'admin':
--q 'createdBy=="admin"'
-
-
-
-
-
List application versions requiring refresh:
--q 'refreshRequired'
-
-
-
-
-
List application versions with artifacts requiring approval:
--q 'currentState.attentionRequired'
-
-
-
-
-
List application versions with business risk 'High':
---embed attrValuesByGuid -q 'attrValuesByGuid["BusinessRisk"].contains("High")'
-
-
-
-
-
Generate script for purging all application versions:
--o 'expr=fcli ssc appversion purge-artifacts --older-than 30d {id}\n'
-
-
-
-
-
-

Options

-
-
-
-
--embed=<embedSuppliers>[,<embedSuppliers>…​]
-
-

Embed extra application version data. Allowed values: attrs, attrsByName, attrsByGuid, attrValuesByName, attrValuesByGuid, bugtracker, customTags, filterSets, folders, resultProcessingRules.

-
-
-q, --query=<SpEL expression>
-
-

Only display records for which the given Spring Expression Language (SpEL) expression returns true.

-
-
--q-param=<qParam>
-
-

Server-side queries are automatically generated from the -q / --query option if possible; generated queries can be viewed in the debug log. The --q-param option can be used to override the automatically generated query, for example to further optimize the request. See SSC REST API documentation for information on supported formats.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-ssc-appversion-purge-artifacts.html b/dev_github-action/manpage/fcli-ssc-appversion-purge-artifacts.html deleted file mode 100644 index 9b22980a2c..0000000000 --- a/dev_github-action/manpage/fcli-ssc-appversion-purge-artifacts.html +++ /dev/null @@ -1,163 +0,0 @@ ---- -title: fcli-ssc-appversion-purge-artifacts(1) -fcli_version: ---- - - - - - - - -fcli-ssc-appversion-purge-artifacts(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc appversion purge-artifacts [--delim=<delimiter>] [-p=<olderThan>] - [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] - [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] [--store=_variableName - _ ] - [--to-file=<outputFile>_]] - <appVersionNameOrId>

-
-
-
-
-

Description

-
-
-

Purge all application version artifacts older than the specified date. See 'fcli ssc artifact purge' for purging individual artifacts.

-
-
-
-
-

Options

-
-
-
-
--delim=<delimiter>
-
-

Change the default delimiter character when using options that accept "application:version" as an argument or parameter.

-
-
-p, --older-than=<olderThan>
-
-

Purge artifacts older than the specified value, in the format 30d (30 days), 1y (1 year).

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<appVersionNameOrId>
-
-

Application version id or <application>:<version> name.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-ssc-appversion-refresh-metrics.html b/dev_github-action/manpage/fcli-ssc-appversion-refresh-metrics.html deleted file mode 100644 index 343de0fb87..0000000000 --- a/dev_github-action/manpage/fcli-ssc-appversion-refresh-metrics.html +++ /dev/null @@ -1,165 +0,0 @@ ---- -title: fcli-ssc-appversion-refresh-metrics(1) -fcli_version: ---- - - - - - - - -fcli-ssc-appversion-refresh-metrics(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc appversion refresh-metrics [--delim=<delimiter>] - [--embed=<embedSuppliers>[, - <embedSuppliers>…​]]…​ [[-h] - [--env-prefix=<envPrefix>] - [--log-file=<logFile>] - [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] [--store=_variableName - _ ] - [--to-file=<outputFile>_]] - <appVersionNameOrId>

-
-
-
-
-

Description

-
-
-

This command allows for refreshing SSC application version metrics, similar to the little 'refresh' button shown on the SSC application version page in case a refresh is required/pending.

-
-
-
-
-

Options

-
-
-
-
--delim=<delimiter>
-
-

Change the default delimiter character when using options that accept "application:version" as an argument or parameter.

-
-
--embed=<embedSuppliers>[,<embedSuppliers>…​]
-
-

Embed extra application version data. Allowed values: attrs, attrsByName, attrsByGuid, attrValuesByName, attrValuesByGuid, bugtracker, customTags, filterSets, folders, resultProcessingRules.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<appVersionNameOrId>
-
-

Application version id or <application>:<version> name.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-ssc-appversion-update.html b/dev_github-action/manpage/fcli-ssc-appversion-update.html deleted file mode 100644 index a2b3239f6e..0000000000 --- a/dev_github-action/manpage/fcli-ssc-appversion-update.html +++ /dev/null @@ -1,184 +0,0 @@ ---- -title: fcli-ssc-appversion-update(1) -fcli_version: ---- - - - - - - - -fcli-ssc-appversion-update(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc appversion update [-d=<description>] [--delim=<delimiter>] - [--issue-template=<issueTemplateNameOrId>] - [-n=<name>] [--add-users=<authEntitySpecs>[, - <authEntitySpecs>…​]]…​ [--attrs=[CATEGORY:] - _ ATTR=VALUE[,VALUE…​][,[CATEGORY:]ATTR=VALUE[,_ - _ VALUE…​]…​]]…​ [--rm-users=<authEntitySpecs>_[, - <authEntitySpecs>…​]]…​ [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]] <appVersionNameOrId>

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
--add-users=<authEntitySpecs>[,<authEntitySpecs>…​]
-
-

Assign one or more (comma-separated) users or LDAP groups to the application version; accepts user id, entity name or email address. Option is repeatable.

-
-
--attrs, --attributes=[CATEGORY:]ATTR=VALUE[,VALUE…​][,[CATEGORY:]ATTR=VALUE[,VALUE…​]…​]
-
-

Set values for one or more attributes. This option accepts a comma-separated list of attribute value assignments.

-
-
-d, --description=<description>
-
-

Update application version description.

-
-
--delim=<delimiter>
-
-

Change the default delimiter character when using options that accept "application:version" as an argument or parameter.

-
-
--issue-template=<issueTemplateNameOrId>
-
-

Issue template name or id.

-
-
-n, --name=<name>
-
-

Update application version name.

-
-
--rm-users=<authEntitySpecs>[,<authEntitySpecs>…​]
-
-

Remove one or more (comma-separated) users or LDAP groups from the application version; accepts user id, entity name or email address. Option is repeatable.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<appVersionNameOrId>
-
-

Application version id or <application>:<version> name.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-ssc-appversion-user-add.html b/dev_github-action/manpage/fcli-ssc-appversion-user-add.html deleted file mode 100644 index d100fcc5cb..0000000000 --- a/dev_github-action/manpage/fcli-ssc-appversion-user-add.html +++ /dev/null @@ -1,165 +0,0 @@ ---- -title: fcli-ssc-appversion-user-add(1) -fcli_version: ---- - - - - - - - -fcli-ssc-appversion-user-add(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc appversion-user add [--allow-multi-match] - --appversion=<appVersionNameOrId> - [--delim=<delimiter>] [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - <authEntitySpecs>…​

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
--allow-multi-match
-
-

Allow for multiple matches.

-
-
--appversion=<appVersionNameOrId>
-
-

Application version id or <application>:<version> name.

-
-
--delim=<delimiter>
-
-

Change the default delimiter character when using options that accept "application:version" as an argument or parameter.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<authEntitySpecs>…​
-
-

One or more users or LDAP groups; accepts user id, entity name or email address.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-ssc-appversion-user-delete.html b/dev_github-action/manpage/fcli-ssc-appversion-user-delete.html deleted file mode 100644 index 34c3ed82f8..0000000000 --- a/dev_github-action/manpage/fcli-ssc-appversion-user-delete.html +++ /dev/null @@ -1,166 +0,0 @@ ---- -title: fcli-ssc-appversion-user-delete(1) -fcli_version: ---- - - - - - - - -fcli-ssc-appversion-user-delete(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc appversion-user delete [--allow-multi-match] - --appversion=<appVersionNameOrId> - [--delim=<delimiter>] [[-h] - [--env-prefix=<envPrefix>] - [--log-file=<logFile>] - [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - <authEntitySpecs>…​

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
--allow-multi-match
-
-

Allow for multiple matches.

-
-
--appversion=<appVersionNameOrId>
-
-

Application version id or <application>:<version> name.

-
-
--delim=<delimiter>
-
-

Change the default delimiter character when using options that accept "application:version" as an argument or parameter.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<authEntitySpecs>…​
-
-

One or more users or LDAP groups; accepts user id, entity name or email address.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-ssc-appversion-user-list.html b/dev_github-action/manpage/fcli-ssc-appversion-user-list.html deleted file mode 100644 index b266557904..0000000000 --- a/dev_github-action/manpage/fcli-ssc-appversion-user-list.html +++ /dev/null @@ -1,150 +0,0 @@ ---- -title: fcli-ssc-appversion-user-list(1) -fcli_version: ---- - - - - - - - -fcli-ssc-appversion-user-list(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc appversion-user list --appversion=<appVersionNameOrId> - [--delim=<delimiter>] [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - [-q=<SpEL expression>]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
--appversion=<appVersionNameOrId>
-
-

Application version id or <application>:<version> name.

-
-
--delim=<delimiter>
-
-

Change the default delimiter character when using options that accept "application:version" as an argument or parameter.

-
-
-q, --query=<SpEL expression>
-
-

Only display records for which the given Spring Expression Language (SpEL) expression returns true.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-ssc-appversion-user.html b/dev_github-action/manpage/fcli-ssc-appversion-user.html deleted file mode 100644 index 3c25a517e0..0000000000 --- a/dev_github-action/manpage/fcli-ssc-appversion-user.html +++ /dev/null @@ -1,95 +0,0 @@ ---- -title: fcli-ssc-appversion-user(1) -fcli_version: ---- - - - - - - - -fcli-ssc-appversion-user(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc appversion-user [-h] [COMMAND]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
add
-
-

Add users to an application version.

-
-
delete, rm
-
-

Delete users from an application version.

-
-
list, ls
-
-

List users assigned to an application version.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-ssc-appversion.html b/dev_github-action/manpage/fcli-ssc-appversion.html deleted file mode 100644 index 5672366ee0..0000000000 --- a/dev_github-action/manpage/fcli-ssc-appversion.html +++ /dev/null @@ -1,115 +0,0 @@ ---- -title: fcli-ssc-appversion(1) -fcli_version: ---- - - - - - - - -fcli-ssc-appversion(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc appversion [-h] [COMMAND]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
create
-
-

Create an application version.

-
-
delete, rm
-
-

Delete an application version.

-
-
download-state
-
-

Download application version state.

-
-
get
-
-

Get application version details.

-
-
list, ls
-
-

List application versions.

-
-
purge-artifacts
-
-

Purge application version artifacts.

-
-
refresh-metrics
-
-

Refresh application version metrics.

-
-
update
-
-

Update an application version.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-ssc-artifact-approve.html b/dev_github-action/manpage/fcli-ssc-artifact-approve.html deleted file mode 100644 index 530e473ddb..0000000000 --- a/dev_github-action/manpage/fcli-ssc-artifact-approve.html +++ /dev/null @@ -1,153 +0,0 @@ ---- -title: fcli-ssc-artifact-approve(1) -fcli_version: ---- - - - - - - - -fcli-ssc-artifact-approve(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc artifact approve [-m=<message>] [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]] artifact-id

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-m, --message=<message>
-
-

Approval message, default value 'Approved through fcli'.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
artifact-id
-
-

Artifact id.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-ssc-artifact-delete.html b/dev_github-action/manpage/fcli-ssc-artifact-delete.html deleted file mode 100644 index 3eb7c21129..0000000000 --- a/dev_github-action/manpage/fcli-ssc-artifact-delete.html +++ /dev/null @@ -1,139 +0,0 @@ ---- -title: fcli-ssc-artifact-delete(1) -fcli_version: ---- - - - - - - - -fcli-ssc-artifact-delete(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc artifact delete [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]] artifact-id

-
-
-
-
-

Description

-
- -
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
artifact-id
-
-

Artifact id.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-ssc-artifact-download.html b/dev_github-action/manpage/fcli-ssc-artifact-download.html deleted file mode 100644 index c9a5a41beb..0000000000 --- a/dev_github-action/manpage/fcli-ssc-artifact-download.html +++ /dev/null @@ -1,160 +0,0 @@ ---- -title: fcli-ssc-artifact-download(1) -fcli_version: ---- - - - - - - - -fcli-ssc-artifact-download(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc artifact download [--[no-]include-sources] [-f=<outputFile>] [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]] artifact-id

-
-
-
-
-

Description

-
-
-

Download an artifact by id. See 'fcli ssc appversion download-state' for downloading application state.

-
-
-
-
-

Options

-
-
-
-
-f, --output-file=<outputFile>
-
-

Output file

-
-
--[no-]include-sources
-
-

Sources are included by default; use --no-include-sources to download artifact without sources.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
artifact-id
-
-

Artifact id.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-ssc-artifact-get.html b/dev_github-action/manpage/fcli-ssc-artifact-get.html deleted file mode 100644 index 42f3e0f7b0..0000000000 --- a/dev_github-action/manpage/fcli-ssc-artifact-get.html +++ /dev/null @@ -1,138 +0,0 @@ ---- -title: fcli-ssc-artifact-get(1) -fcli_version: ---- - - - - - - - -fcli-ssc-artifact-get(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc artifact get [[-h] [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] [[--session=<sessionName>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] <artifactId>

-
-
-
-
-

Description

-
- -
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<artifactId>
-
-

Id of the artifact to be retrieved.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-ssc-artifact-import-debricked.html b/dev_github-action/manpage/fcli-ssc-artifact-import-debricked.html deleted file mode 100644 index 1f39cb98dc..0000000000 --- a/dev_github-action/manpage/fcli-ssc-artifact-import-debricked.html +++ /dev/null @@ -1,197 +0,0 @@ ---- -title: fcli-ssc-artifact-import-debricked(1) -fcli_version: ---- - - - - - - - -fcli-ssc-artifact-import-debricked(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc artifact import-debricked --appversion=<appVersionNameOrId> - -b=<branch> [--delim=<delimiter>] - [-e=<engineType>] [-f=<fileName>] - [--progress=<type>] -r=<repository> [[-h] - [--env-prefix=<envPrefix>] - [--log-file=<logFile>] - [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] [--store=_variableName - _ ] - [--to-file=<outputFile>_]] ([-k] - [--socket-timeout=<socketTimeout>] - [--connect-timeout=<connectTimeout>]) - ((-u=<user> -p[=<password>]) | -t - [=<accessToken>])

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
--appversion=<appVersionNameOrId>
-
-

Application version id or <application>:<version> name.

-
-
-b, --branch=<branch>
-
-

Branch in the given repository for which to retrieve the SBOM.

-
-
--connect-timeout=<connectTimeout>
-
-

Connection timeout for this session, for example 30s (30 seconds), 5m (5 minutes). Default value: 10 seconds.

-
-
--delim=<delimiter>
-
-

Change the default delimiter character when using options that accept "application:version" as an argument or parameter.

-
-
-e, --engine-type=<engineType>
-
-

SSC engine type. Default value: DEBRICKED.

-
-
-f, --save-sbom-as=<fileName>
-
-

Save a copy of the SBOM file downloaded from Debricked to the given file.

-
-
-k, --insecure
-
-

Disable SSC checks when connecting to Debricked.

-
-
-p, --debricked-password[=<password>]
-
-

Password for the given debricked user.

-
-
--progress=<type>
-
-

Configure progress output. Allowed values: auto, none, simple, single-line, ansi. Default value: auto. Proper output of single-line and ansi depends on console capabilities.

-
-
-r, --repository=<repository>
-
-

Debricked repository name or id.

-
-
--socket-timeout=<socketTimeout>
-
-

Socket timeout for this session, for example 30s (30 seconds), 5m (5 minutes). Default value: 60 seconds.

-
-
-t, --debricked-access-token[=<accessToken>]
-
-

Debricked long-lived access token.

-
-
-u, --debricked-user=<user>
-
-

Debricked user name / email address.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-ssc-artifact-list.html b/dev_github-action/manpage/fcli-ssc-artifact-list.html deleted file mode 100644 index 1dd5dcd668..0000000000 --- a/dev_github-action/manpage/fcli-ssc-artifact-list.html +++ /dev/null @@ -1,148 +0,0 @@ ---- -title: fcli-ssc-artifact-list(1) -fcli_version: ---- - - - - - - - -fcli-ssc-artifact-list(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc artifact list --appversion=<appVersionNameOrId> [--delim=<delimiter>] - [[-h] [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] [[--session=<sessionName>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] [-q=<SpEL _ - _ expression>]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
--appversion=<appVersionNameOrId>
-
-

Application version id or <application>:<version> name.

-
-
--delim=<delimiter>
-
-

Change the default delimiter character when using options that accept "application:version" as an argument or parameter.

-
-
-q, --query=<SpEL expression>
-
-

Only display records for which the given Spring Expression Language (SpEL) expression returns true.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-ssc-artifact-purge.html b/dev_github-action/manpage/fcli-ssc-artifact-purge.html deleted file mode 100644 index eedc1780c3..0000000000 --- a/dev_github-action/manpage/fcli-ssc-artifact-purge.html +++ /dev/null @@ -1,141 +0,0 @@ ---- -title: fcli-ssc-artifact-purge(1) -fcli_version: ---- - - - - - - - -fcli-ssc-artifact-purge(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc artifact purge [[-h] [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] [[--session=<sessionName>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - artifact-id

-
-
-
-
-

Description

-
-
-

Purge an individual artifact by id. See 'fcli ssc appversion purge-artifacts' for purging multiple artifacts by date.

-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
artifact-id
-
-

Artifact id.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-ssc-artifact-upload.html b/dev_github-action/manpage/fcli-ssc-artifact-upload.html deleted file mode 100644 index 70814a2cfa..0000000000 --- a/dev_github-action/manpage/fcli-ssc-artifact-upload.html +++ /dev/null @@ -1,167 +0,0 @@ ---- -title: fcli-ssc-artifact-upload(1) -fcli_version: ---- - - - - - - - -fcli-ssc-artifact-upload(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc artifact upload --appversion=<appVersionNameOrId> - [--delim=<delimiter>] [-e=<engineType>] - [--progress=<type>] [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]] <file>

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
--appversion=<appVersionNameOrId>
-
-

Application version id or <application>:<version> name.

-
-
--delim=<delimiter>
-
-

Change the default delimiter character when using options that accept "application:version" as an argument or parameter.

-
-
-e, --engine-type=<engineType>
-
-

Engine type specifying which SSC parser plugin should be used to process the uploaded artifact. This option should only be used for raw 3rd-party results, not for standard Fortify (FPR) results or 3rd-party results in a zip-file accompanied by a scan.info file.

-
-
--progress=<type>
-
-

Configure progress output. Allowed values: auto, none, simple, single-line, ansi. Default value: auto. Proper output of single-line and ansi depends on console capabilities.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<file>
-
-

File to upload.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-ssc-artifact-wait-for.html b/dev_github-action/manpage/fcli-ssc-artifact-wait-for.html deleted file mode 100644 index 05b148c0ee..0000000000 --- a/dev_github-action/manpage/fcli-ssc-artifact-wait-for.html +++ /dev/null @@ -1,203 +0,0 @@ ---- -title: fcli-ssc-artifact-wait-for(1) -fcli_version: ---- - - - - - - - -fcli-ssc-artifact-wait-for(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc artifact wait-for [-i=<intervalPeriod>] - [--on-failure-state=<onFailureState>] - [--on-timeout=<onTimeout>] - [--on-unknown-state=<onUnknownState>] - [--on-unknown-state-requested=<onUnknownStateRequeste - _ d>_] [--progress=<type>] [-t=<timeoutPeriod>] - [-s=<states>[,<states>…​]]…​ [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]] [-u=any-match|all-match | - -w=any-match|all-match] [[--session=<sessionName>]] - artifact-id’s…​

-
-
-
-
-

Description

-
-
-

Although this command offers a lot of options to cover many different use cases, you can simply pass an artifact id (possibly stored using --store on the 'artifact upload' command) to wait for artifact processing completion. If any error state or unknown state is detected, an exception will be thrown.

-
-
-

The following states are currently known by fcli: -See fcli help output

-
-
-
-
-

Options

-
-
-
-
-i, --interval=<intervalPeriod>
-
-

Polling interval, for example 5s (5 seconds) or 1m (1 minute).

-
-
--on-failure-state=<onFailureState>
-
-

Action to take when a failure state is returned for any of the records: wait, terminate, fail.

-
-
--on-timeout=<onTimeout>
-
-

Action to take when timeout occurs: terminate, fail.

-
-
--on-unknown-state=<onUnknownState>
-
-

Action to take when an unknown state is returned for any of the records: wait, terminate, fail.

-
-
--on-unknown-state-requested=<onUnknownStateRequested>
-
-

Action to take when an unknown state is passed in any of the --while or --until options: ignore, fail.

-
-
--progress=<type>
-
-

Configure progress output. Allowed values: auto, none, simple, single-line, ansi. Default value: auto. Proper output of single-line and ansi depends on console capabilities.

-
-
-s, --any-state=<states>[,<states>…​]
-
-

One or more processing states against which to match the given artifacts.

-
-
-t, --timeout=<timeoutPeriod>
-
-

Time-out, for example 30s (30 seconds), 5m (5 minutes), 1h (1 hour).

-
-
-u, --until=any-match|all-match
-
-

Wait until either any or all artifacts match. If neither --until or --while are specified, default is to wait until all artifacts match.

-
-
-w, --while=any-match|all-match
-
-

Wait while either any or all artifacts match.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
artifact-id’s…​
-
-

One or more artifact id’s.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-ssc-artifact.html b/dev_github-action/manpage/fcli-ssc-artifact.html deleted file mode 100644 index 1091244b18..0000000000 --- a/dev_github-action/manpage/fcli-ssc-artifact.html +++ /dev/null @@ -1,119 +0,0 @@ ---- -title: fcli-ssc-artifact(1) -fcli_version: ---- - - - - - - - -fcli-ssc-artifact(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc artifact [-h] [COMMAND]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
approve
-
-

Approve an artifact.

-
-
delete, rm
-
-

Delete an artifact.

-
-
download
-
-

Download an artifact.

-
-
get
-
-

Get artifact details.

-
-
import-debricked
-
-

Import results from Debricked as SSC application version artifact.

-
-
list, ls
-
-

List application version artifacts.

-
-
purge
-
-

Purge an artifact.

-
-
upload
-
-

Upload an artifact.

-
-
wait-for
-
-

Wait for SSC artifact to reach or exit specified artifact statuses.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-ssc-attribute-definition-get.html b/dev_github-action/manpage/fcli-ssc-attribute-definition-get.html deleted file mode 100644 index b790f6cc6c..0000000000 --- a/dev_github-action/manpage/fcli-ssc-attribute-definition-get.html +++ /dev/null @@ -1,141 +0,0 @@ ---- -title: fcli-ssc-attribute-definition-get(1) -fcli_version: ---- - - - - - - - -fcli-ssc-attribute-definition-get(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc attribute-definition get [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] - [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - [CATEGORY:]ATTR

-
-
-
-
-

Description

-
- -
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
[CATEGORY:]ATTR
-
-

Attribute definition name or id.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-ssc-attribute-definition-list.html b/dev_github-action/manpage/fcli-ssc-attribute-definition-list.html deleted file mode 100644 index 96921596bc..0000000000 --- a/dev_github-action/manpage/fcli-ssc-attribute-definition-list.html +++ /dev/null @@ -1,147 +0,0 @@ ---- -title: fcli-ssc-attribute-definition-list(1) -fcli_version: ---- - - - - - - - -fcli-ssc-attribute-definition-list(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc attribute-definition list [--q-param=<qParam>] [[-h] - [--env-prefix=<envPrefix>] - [--log-file=<logFile>] - [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] [--store=_variableName - _ ] - [--to-file=<outputFile>_]] [-q=<SpEL _ - _ expression>]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-q, --query=<SpEL expression>
-
-

Only display records for which the given Spring Expression Language (SpEL) expression returns true.

-
-
--q-param=<qParam>
-
-

Server-side queries are automatically generated from the -q / --query option if possible; generated queries can be viewed in the debug log. The --q-param option can be used to override the automatically generated query, for example to further optimize the request. See SSC REST API documentation for information on supported formats.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-ssc-attribute-definition.html b/dev_github-action/manpage/fcli-ssc-attribute-definition.html deleted file mode 100644 index 7d1523c176..0000000000 --- a/dev_github-action/manpage/fcli-ssc-attribute-definition.html +++ /dev/null @@ -1,91 +0,0 @@ ---- -title: fcli-ssc-attribute-definition(1) -fcli_version: ---- - - - - - - - -fcli-ssc-attribute-definition(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc attribute-definition [-h] [COMMAND]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
get
-
-

Get attribute definition details.

-
-
list, ls
-
-

List attribute definitions.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-ssc-event-list.html b/dev_github-action/manpage/fcli-ssc-event-list.html deleted file mode 100644 index b496d83f78..0000000000 --- a/dev_github-action/manpage/fcli-ssc-event-list.html +++ /dev/null @@ -1,143 +0,0 @@ ---- -title: fcli-ssc-event-list(1) -fcli_version: ---- - - - - - - - -fcli-ssc-event-list(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc event list [--q-param=<qParam>] [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]] [-q=<SpEL expression>]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-q, --query=<SpEL expression>
-
-

Only display records for which the given Spring Expression Language (SpEL) expression returns true.

-
-
--q-param=<qParam>
-
-

Server-side queries are automatically generated from the -q / --query option if possible; generated queries can be viewed in the debug log. The --q-param option can be used to override the automatically generated query, for example to further optimize the request. See SSC REST API documentation for information on supported formats.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-ssc-event.html b/dev_github-action/manpage/fcli-ssc-event.html deleted file mode 100644 index 466507ad1e..0000000000 --- a/dev_github-action/manpage/fcli-ssc-event.html +++ /dev/null @@ -1,87 +0,0 @@ ---- -title: fcli-ssc-event(1) -fcli_version: ---- - - - - - - - -fcli-ssc-event(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc event [-h] [COMMAND]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
list, ls
-
-

List system events.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-ssc-issue-template-create.html b/dev_github-action/manpage/fcli-ssc-issue-template-create.html deleted file mode 100644 index 23fd7207f3..0000000000 --- a/dev_github-action/manpage/fcli-ssc-issue-template-create.html +++ /dev/null @@ -1,163 +0,0 @@ ---- -title: fcli-ssc-issue-template-create(1) -fcli_version: ---- - - - - - - - -fcli-ssc-issue-template-create(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc issue-template create [--set-as-default] [-d=<description>] - -f=<fileName> [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - <issueTemplateName>

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-d, --description=<description>
-
-

Issue template description.

-
-
-f, --issue-template-file=<fileName>
-
-

File containing the issue template definition.

-
-
--set-as-default
-
-

Set this issue template as the default issue template.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<issueTemplateName>
-
-

Issue template name.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-ssc-issue-template-delete.html b/dev_github-action/manpage/fcli-ssc-issue-template-delete.html deleted file mode 100644 index 00f1f49176..0000000000 --- a/dev_github-action/manpage/fcli-ssc-issue-template-delete.html +++ /dev/null @@ -1,140 +0,0 @@ ---- -title: fcli-ssc-issue-template-delete(1) -fcli_version: ---- - - - - - - - -fcli-ssc-issue-template-delete(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc issue-template delete [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - <issueTemplateNameOrId>

-
-
-
-
-

Description

-
- -
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<issueTemplateNameOrId>
-
-

Issue template name or id.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-ssc-issue-template-download.html b/dev_github-action/manpage/fcli-ssc-issue-template-download.html deleted file mode 100644 index d678c29a73..0000000000 --- a/dev_github-action/manpage/fcli-ssc-issue-template-download.html +++ /dev/null @@ -1,156 +0,0 @@ ---- -title: fcli-ssc-issue-template-download(1) -fcli_version: ---- - - - - - - - -fcli-ssc-issue-template-download(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc issue-template download [-f=<outputFile>] [[-h] - [--env-prefix=<envPrefix>] - [--log-file=<logFile>] - [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - <issueTemplateNameOrId>

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-f, --output-file=<outputFile>
-
-

Output file

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<issueTemplateNameOrId>
-
-

Issue template name or id.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-ssc-issue-template-get.html b/dev_github-action/manpage/fcli-ssc-issue-template-get.html deleted file mode 100644 index 6aa561be01..0000000000 --- a/dev_github-action/manpage/fcli-ssc-issue-template-get.html +++ /dev/null @@ -1,140 +0,0 @@ ---- -title: fcli-ssc-issue-template-get(1) -fcli_version: ---- - - - - - - - -fcli-ssc-issue-template-get(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc issue-template get [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - <issueTemplateNameOrId>

-
-
-
-
-

Description

-
- -
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<issueTemplateNameOrId>
-
-

Issue template name or id.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-ssc-issue-template-list.html b/dev_github-action/manpage/fcli-ssc-issue-template-list.html deleted file mode 100644 index 00432612b0..0000000000 --- a/dev_github-action/manpage/fcli-ssc-issue-template-list.html +++ /dev/null @@ -1,145 +0,0 @@ ---- -title: fcli-ssc-issue-template-list(1) -fcli_version: ---- - - - - - - - -fcli-ssc-issue-template-list(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc issue-template list [--q-param=<qParam>] [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - [-q=<SpEL expression>]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-q, --query=<SpEL expression>
-
-

Only display records for which the given Spring Expression Language (SpEL) expression returns true.

-
-
--q-param=<qParam>
-
-

Server-side queries are automatically generated from the -q / --query option if possible; generated queries can be viewed in the debug log. The --q-param option can be used to override the automatically generated query, for example to further optimize the request. See SSC REST API documentation for information on supported formats.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-ssc-issue-template-update.html b/dev_github-action/manpage/fcli-ssc-issue-template-update.html deleted file mode 100644 index 25d76bf6f1..0000000000 --- a/dev_github-action/manpage/fcli-ssc-issue-template-update.html +++ /dev/null @@ -1,163 +0,0 @@ ---- -title: fcli-ssc-issue-template-update(1) -fcli_version: ---- - - - - - - - -fcli-ssc-issue-template-update(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc issue-template update [--set-as-default] [-d=<description>] - [-n=<name>] [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - <issueTemplateNameOrId>

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-d, --description=<description>
-
-

Update issue template description.

-
-
-n, --name=<name>
-
-

Update issue template name.

-
-
--set-as-default
-
-

Set this issue template as the default issue template.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<issueTemplateNameOrId>
-
-

Issue template name or id.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-ssc-issue-template.html b/dev_github-action/manpage/fcli-ssc-issue-template.html deleted file mode 100644 index 52fcf499a1..0000000000 --- a/dev_github-action/manpage/fcli-ssc-issue-template.html +++ /dev/null @@ -1,107 +0,0 @@ ---- -title: fcli-ssc-issue-template(1) -fcli_version: ---- - - - - - - - -fcli-ssc-issue-template(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc issue-template [-h] [COMMAND]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
create
-
-

Create/upload an issue template.

-
-
delete, rm
-
-

Delete an issue template.

-
-
download
-
-

Download an issue template.

-
-
get
-
-

Get issue template details.

-
-
list, ls
-
-

List issue templates.

-
-
update
-
-

Update an issue template.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-ssc-job-cancel.html b/dev_github-action/manpage/fcli-ssc-job-cancel.html deleted file mode 100644 index 679004f97b..0000000000 --- a/dev_github-action/manpage/fcli-ssc-job-cancel.html +++ /dev/null @@ -1,138 +0,0 @@ ---- -title: fcli-ssc-job-cancel(1) -fcli_version: ---- - - - - - - - -fcli-ssc-job-cancel(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc job cancel [[-h] [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] [[--session=<sessionName>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] <jobName>

-
-
-
-
-

Description

-
- -
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<jobName>
-
-

Job name.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-ssc-job-get.html b/dev_github-action/manpage/fcli-ssc-job-get.html deleted file mode 100644 index 638fd6d2ba..0000000000 --- a/dev_github-action/manpage/fcli-ssc-job-get.html +++ /dev/null @@ -1,138 +0,0 @@ ---- -title: fcli-ssc-job-get(1) -fcli_version: ---- - - - - - - - -fcli-ssc-job-get(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc job get [[-h] [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] [[--session=<sessionName>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] <jobName>

-
-
-
-
-

Description

-
- -
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<jobName>
-
-

Job name.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-ssc-job-list.html b/dev_github-action/manpage/fcli-ssc-job-list.html deleted file mode 100644 index 66cb5bf43b..0000000000 --- a/dev_github-action/manpage/fcli-ssc-job-list.html +++ /dev/null @@ -1,143 +0,0 @@ ---- -title: fcli-ssc-job-list(1) -fcli_version: ---- - - - - - - - -fcli-ssc-job-list(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc job list [--q-param=<qParam>] [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]] [-q=<SpEL expression>]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-q, --query=<SpEL expression>
-
-

Only display records for which the given Spring Expression Language (SpEL) expression returns true.

-
-
--q-param=<qParam>
-
-

Server-side queries are automatically generated from the -q / --query option if possible; generated queries can be viewed in the debug log. The --q-param option can be used to override the automatically generated query, for example to further optimize the request. See SSC REST API documentation for information on supported formats.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-ssc-job-update.html b/dev_github-action/manpage/fcli-ssc-job-update.html deleted file mode 100644 index b18cabac33..0000000000 --- a/dev_github-action/manpage/fcli-ssc-job-update.html +++ /dev/null @@ -1,153 +0,0 @@ ---- -title: fcli-ssc-job-update(1) -fcli_version: ---- - - - - - - - -fcli-ssc-job-update(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc job update --priority=<priority> [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]] <jobName>

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
--priority=<priority>
-
-

New priority for this job.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<jobName>
-
-

Job name.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-ssc-job.html b/dev_github-action/manpage/fcli-ssc-job.html deleted file mode 100644 index 11128bd27e..0000000000 --- a/dev_github-action/manpage/fcli-ssc-job.html +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: fcli-ssc-job(1) -fcli_version: ---- - - - - - - - -fcli-ssc-job(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc job [-h] [COMMAND]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
cancel
-
-

Cancel a job.

-
-
get
-
-

Get job details.

-
-
list, ls
-
-

List jobs.

-
-
update
-
-

Update job priority.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-ssc-plugin-disable.html b/dev_github-action/manpage/fcli-ssc-plugin-disable.html deleted file mode 100644 index 013690b095..0000000000 --- a/dev_github-action/manpage/fcli-ssc-plugin-disable.html +++ /dev/null @@ -1,139 +0,0 @@ ---- -title: fcli-ssc-plugin-disable(1) -fcli_version: ---- - - - - - - - -fcli-ssc-plugin-disable(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc plugin disable [[-h] [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] [[--session=<sessionName>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - <numericPluginId>

-
-
-
-
-

Description

-
- -
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<numericPluginId>
-
-

Numeric plugin id.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-ssc-plugin-enable.html b/dev_github-action/manpage/fcli-ssc-plugin-enable.html deleted file mode 100644 index 43428b35e3..0000000000 --- a/dev_github-action/manpage/fcli-ssc-plugin-enable.html +++ /dev/null @@ -1,139 +0,0 @@ ---- -title: fcli-ssc-plugin-enable(1) -fcli_version: ---- - - - - - - - -fcli-ssc-plugin-enable(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc plugin enable [[-h] [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] [[--session=<sessionName>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - <numericPluginId>

-
-
-
-
-

Description

-
- -
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<numericPluginId>
-
-

Numeric plugin id.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-ssc-plugin-get.html b/dev_github-action/manpage/fcli-ssc-plugin-get.html deleted file mode 100644 index 3c3d45ef4f..0000000000 --- a/dev_github-action/manpage/fcli-ssc-plugin-get.html +++ /dev/null @@ -1,139 +0,0 @@ ---- -title: fcli-ssc-plugin-get(1) -fcli_version: ---- - - - - - - - -fcli-ssc-plugin-get(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc plugin get [[-h] [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] [[--session=<sessionName>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - <numericPluginId>

-
-
-
-
-

Description

-
- -
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<numericPluginId>
-
-

Numeric plugin id.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-ssc-plugin-install.html b/dev_github-action/manpage/fcli-ssc-plugin-install.html deleted file mode 100644 index 09a20a0d12..0000000000 --- a/dev_github-action/manpage/fcli-ssc-plugin-install.html +++ /dev/null @@ -1,143 +0,0 @@ ---- -title: fcli-ssc-plugin-install(1) -fcli_version: ---- - - - - - - - -fcli-ssc-plugin-install(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc plugin install [--[no-]auto-enable] -f=<pluginJarFile> [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] [[--session=<sessionName>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-f, --file=<pluginJarFile>
-
-

Plugin jar file to install.

-
-
--[no-]auto-enable
-
-

The plugin being installed will be enabled automatically, unless the --no-auto-enable option is provided.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-ssc-plugin-list.html b/dev_github-action/manpage/fcli-ssc-plugin-list.html deleted file mode 100644 index c5c3216780..0000000000 --- a/dev_github-action/manpage/fcli-ssc-plugin-list.html +++ /dev/null @@ -1,139 +0,0 @@ ---- -title: fcli-ssc-plugin-list(1) -fcli_version: ---- - - - - - - - -fcli-ssc-plugin-list(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc plugin list [[-h] [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] [[--session=<sessionName>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] [-q=<SpEL _ - _ expression>]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-q, --query=<SpEL expression>
-
-

Only display records for which the given Spring Expression Language (SpEL) expression returns true.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-ssc-plugin-uninstall.html b/dev_github-action/manpage/fcli-ssc-plugin-uninstall.html deleted file mode 100644 index 981106f9fa..0000000000 --- a/dev_github-action/manpage/fcli-ssc-plugin-uninstall.html +++ /dev/null @@ -1,154 +0,0 @@ ---- -title: fcli-ssc-plugin-uninstall(1) -fcli_version: ---- - - - - - - - -fcli-ssc-plugin-uninstall(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc plugin uninstall [--[no-]auto-disable] [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] [[--session=<sessionName>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - <numericPluginId>

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
--[no-]auto-disable
-
-

The plugin being deleted will be automatically disabled, unless the --no-auto-disable option is provided.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<numericPluginId>
-
-

Numeric plugin id.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-ssc-plugin.html b/dev_github-action/manpage/fcli-ssc-plugin.html deleted file mode 100644 index a39c89e893..0000000000 --- a/dev_github-action/manpage/fcli-ssc-plugin.html +++ /dev/null @@ -1,107 +0,0 @@ ---- -title: fcli-ssc-plugin(1) -fcli_version: ---- - - - - - - - -fcli-ssc-plugin(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc plugin [-h] [COMMAND]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
install
-
-

Install a plugin.

-
-
uninstall
-
-

Uninstall a plugin.

-
-
enable
-
-

Enable a plugin.

-
-
disable
-
-

Disable a plugin.

-
-
get
-
-

Get plugin details.

-
-
list, ls
-
-

List plugins.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-ssc-report-template-create.html b/dev_github-action/manpage/fcli-ssc-report-template-create.html deleted file mode 100644 index db46858251..0000000000 --- a/dev_github-action/manpage/fcli-ssc-report-template-create.html +++ /dev/null @@ -1,145 +0,0 @@ ---- -title: fcli-ssc-report-template-create(1) -fcli_version: ---- - - - - - - - -fcli-ssc-report-template-create(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc report-template create [-c=<answerFile>] -t=<templatePath> [[-h] - [--env-prefix=<envPrefix>] - [--log-file=<logFile>] - [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] [--store=_variableName - _ ] [--to-file=<outputFile>_]]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-c, --config=<answerFile>
-
-

File containing report template configuration, like report parameters. You can use the 'generate-config' command to create a new configuration file template.

-
-
-t, --template=<templatePath>
-
-

BIRT report template to be uploaded to SSC.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-ssc-report-template-delete.html b/dev_github-action/manpage/fcli-ssc-report-template-delete.html deleted file mode 100644 index 7cda3f1283..0000000000 --- a/dev_github-action/manpage/fcli-ssc-report-template-delete.html +++ /dev/null @@ -1,141 +0,0 @@ ---- -title: fcli-ssc-report-template-delete(1) -fcli_version: ---- - - - - - - - -fcli-ssc-report-template-delete(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc report-template delete [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] - [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - <reportTemplateNameOrId>

-
-
-
-
-

Description

-
- -
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<reportTemplateNameOrId>
-
-

The name or ID of the report template definition.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-ssc-report-template-download.html b/dev_github-action/manpage/fcli-ssc-report-template-download.html deleted file mode 100644 index af1878483d..0000000000 --- a/dev_github-action/manpage/fcli-ssc-report-template-download.html +++ /dev/null @@ -1,156 +0,0 @@ ---- -title: fcli-ssc-report-template-download(1) -fcli_version: ---- - - - - - - - -fcli-ssc-report-template-download(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc report-template download [-f=<outputFile>] [[-h] - [--env-prefix=<envPrefix>] - [--log-file=<logFile>] - [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - <reportTemplateNameOrId>

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-f, --output-file=<outputFile>
-
-

Output file

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<reportTemplateNameOrId>
-
-

The name or ID of the report template definition.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-ssc-report-template-generate-config.html b/dev_github-action/manpage/fcli-ssc-report-template-generate-config.html deleted file mode 100644 index 163e6df464..0000000000 --- a/dev_github-action/manpage/fcli-ssc-report-template-generate-config.html +++ /dev/null @@ -1,130 +0,0 @@ ---- -title: fcli-ssc-report-template-generate-config(1) -fcli_version: ---- - - - - - - - -fcli-ssc-report-template-generate-config(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc report-template generate-config [-y] [-c=<outputFileName>] [[-h] -[--env-prefix=<envPrefix>] [--log-file=<logFile>] [--log-level=<logLevel>]] -] [--store=_variableName[=<propertyNames>]] -[--to-file=<outputFile>]]

-
-
-
-
-

Description

-
-
-

Generate a sample report template configuration file for use by the 'create' command. This configuration file defines settings like the name of the report template, what parameters it accepts, and the types for those parameters.

-
-
-
-
-

Options

-
-
-
-
-c, --config=<outputFileName>
-
-

Output file for the generated configuration.

-
-
-y, --confirm
-
-

Confirm overwriting existing configuration file.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-ssc-report-template-get.html b/dev_github-action/manpage/fcli-ssc-report-template-get.html deleted file mode 100644 index 0cfa94ef56..0000000000 --- a/dev_github-action/manpage/fcli-ssc-report-template-get.html +++ /dev/null @@ -1,140 +0,0 @@ ---- -title: fcli-ssc-report-template-get(1) -fcli_version: ---- - - - - - - - -fcli-ssc-report-template-get(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc report-template get [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - <reportTemplateNameOrId>

-
-
-
-
-

Description

-
- -
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<reportTemplateNameOrId>
-
-

The name or ID of the report template definition.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-ssc-report-template-list.html b/dev_github-action/manpage/fcli-ssc-report-template-list.html deleted file mode 100644 index 593958a87d..0000000000 --- a/dev_github-action/manpage/fcli-ssc-report-template-list.html +++ /dev/null @@ -1,140 +0,0 @@ ---- -title: fcli-ssc-report-template-list(1) -fcli_version: ---- - - - - - - - -fcli-ssc-report-template-list(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc report-template list [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - [-q=<SpEL expression>]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-q, --query=<SpEL expression>
-
-

Only display records for which the given Spring Expression Language (SpEL) expression returns true.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-ssc-report-template.html b/dev_github-action/manpage/fcli-ssc-report-template.html deleted file mode 100644 index 25847f69df..0000000000 --- a/dev_github-action/manpage/fcli-ssc-report-template.html +++ /dev/null @@ -1,107 +0,0 @@ ---- -title: fcli-ssc-report-template(1) -fcli_version: ---- - - - - - - - -fcli-ssc-report-template(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc report-template [-h] [COMMAND]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
create
-
-

Create/upload a report template.

-
-
list, ls
-
-

List report template definitions.

-
-
get
-
-

Get report template details.

-
-
download
-
-

Download a report template file.

-
-
generate-config
-
-

Generate a sample report template configuration file.

-
-
delete, rm
-
-

Delete a report template.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-ssc-rest-call.html b/dev_github-action/manpage/fcli-ssc-rest-call.html deleted file mode 100644 index 4cb3c34558..0000000000 --- a/dev_github-action/manpage/fcli-ssc-rest-call.html +++ /dev/null @@ -1,174 +0,0 @@ ---- -title: fcli-ssc-rest-call(1) -fcli_version: ---- - - - - - - - -fcli-ssc-rest-call(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc rest call [--no-paging] [-d=<data>] [-X=<httpMethod>] [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] [[--no-transform] | -t=<expr>] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] [-q=<SpEL _ - _ expression>] [[--session=<sessionName>]] <uri>

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-d, --data=<data>
-
-

Data to send in the request body. This option takes either a string to be sent as request body, or @@<file> to send the contents of the given file as the request body (note the double at-sign). This option is not available for GET requests.

-
-
--no-paging
-
-

By default, this command will load all pages of data from SSC (from the given offset if specified as a request parameter). Use this option to return only a single page.

-
-
--no-transform
-
-

By default, this command performs generic transformations on SSC REST responses, like only outputting the actual response data (contents of the 'data' property). Use this option to output the original response contents without transformations.

-
-
-q, --query=<SpEL expression>
-
-

Only display records for which the given Spring Expression Language (SpEL) expression returns true.

-
-
-t, --transform=<expr>
-
-

This option allows for performing custom transformations on the response data based on a Spring Expression Language (SpEL) expression. For example, this allows for retrieving data from sub-properties, or using project selection/projection. Note that the expression operates on the raw response, as if --no-transform was specified before evaluating the expression.

-
-
-X, --request=<httpMethod>
-
-

HTTP method/verb to use for the API request, like GET, POST, DELETE, …​ Default value: GET.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<uri>
-
-

Relative URI to the REST API endpoint that you want to invoke.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-ssc-rest.html b/dev_github-action/manpage/fcli-ssc-rest.html deleted file mode 100644 index a361808130..0000000000 --- a/dev_github-action/manpage/fcli-ssc-rest.html +++ /dev/null @@ -1,89 +0,0 @@ ---- -title: fcli-ssc-rest(1) -fcli_version: ---- - - - - - - - -fcli-ssc-rest(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc rest [-h] [COMMAND]

-
-
-
-
-

Description

-
-
-

These commands allow for direct interaction with SSC REST API endpoints, somewhat similar to using 'curl' but benefiting from standard fcli functionality like session management (no need to manually specify Authorization header), rich output formatting options, and query functionality.

-
-
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
call
-
-

Call an individual Fortify SSC REST API endpoint.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-ssc-role-create.html b/dev_github-action/manpage/fcli-ssc-role-create.html deleted file mode 100644 index a3f5c5dd96..0000000000 --- a/dev_github-action/manpage/fcli-ssc-role-create.html +++ /dev/null @@ -1,162 +0,0 @@ ---- -title: fcli-ssc-role-create(1) -fcli_version: ---- - - - - - - - -fcli-ssc-role-create(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc role create [--universal-access] [-d=<description>] [-p=<permissionIds> - [,<permissionIds>…​]]…​ [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]] <name>

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-d, --description=<description>
-
-

Role description.

-
-
-p, --permission-ids=<permissionIds>[,<permissionIds>…​]
-
-

Comma-separated list of permission id’s to assign to this role.

-
-
--universal-access
-
-

Set this role to have universal access to all SSC application versions.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<name>
-
-

Role name.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-ssc-role-delete.html b/dev_github-action/manpage/fcli-ssc-role-delete.html deleted file mode 100644 index 50b024c034..0000000000 --- a/dev_github-action/manpage/fcli-ssc-role-delete.html +++ /dev/null @@ -1,139 +0,0 @@ ---- -title: fcli-ssc-role-delete(1) -fcli_version: ---- - - - - - - - -fcli-ssc-role-delete(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc role delete [[-h] [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] [[--session=<sessionName>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - <roleNameOrId>

-
-
-
-
-

Description

-
- -
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<roleNameOrId>
-
-

Role name or id.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-ssc-role-get.html b/dev_github-action/manpage/fcli-ssc-role-get.html deleted file mode 100644 index 2886d6e813..0000000000 --- a/dev_github-action/manpage/fcli-ssc-role-get.html +++ /dev/null @@ -1,138 +0,0 @@ ---- -title: fcli-ssc-role-get(1) -fcli_version: ---- - - - - - - - -fcli-ssc-role-get(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc role get [[-h] [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] [[--session=<sessionName>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] <roleNameOrId>

-
-
-
-
-

Description

-
- -
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<roleNameOrId>
-
-

Role name or id.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-ssc-role-list.html b/dev_github-action/manpage/fcli-ssc-role-list.html deleted file mode 100644 index b85455e197..0000000000 --- a/dev_github-action/manpage/fcli-ssc-role-list.html +++ /dev/null @@ -1,143 +0,0 @@ ---- -title: fcli-ssc-role-list(1) -fcli_version: ---- - - - - - - - -fcli-ssc-role-list(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc role list [--q-param=<qParam>] [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]] [-q=<SpEL expression>]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-q, --query=<SpEL expression>
-
-

Only display records for which the given Spring Expression Language (SpEL) expression returns true.

-
-
--q-param=<qParam>
-
-

Server-side queries are automatically generated from the -q / --query option if possible; generated queries can be viewed in the debug log. The --q-param option can be used to override the automatically generated query, for example to further optimize the request. See SSC REST API documentation for information on supported formats.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-ssc-role-permission-get.html b/dev_github-action/manpage/fcli-ssc-role-permission-get.html deleted file mode 100644 index 7dc4241ae2..0000000000 --- a/dev_github-action/manpage/fcli-ssc-role-permission-get.html +++ /dev/null @@ -1,140 +0,0 @@ ---- -title: fcli-ssc-role-permission-get(1) -fcli_version: ---- - - - - - - - -fcli-ssc-role-permission-get(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc role-permission get [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - <rolePermissionNameOrId>

-
-
-
-
-

Description

-
- -
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<rolePermissionNameOrId>
-
-

Role permission name or id.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-ssc-role-permission-list.html b/dev_github-action/manpage/fcli-ssc-role-permission-list.html deleted file mode 100644 index f78be00feb..0000000000 --- a/dev_github-action/manpage/fcli-ssc-role-permission-list.html +++ /dev/null @@ -1,140 +0,0 @@ ---- -title: fcli-ssc-role-permission-list(1) -fcli_version: ---- - - - - - - - -fcli-ssc-role-permission-list(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc role-permission list [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - [-q=<SpEL expression>]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-q, --query=<SpEL expression>
-
-

Only display records for which the given Spring Expression Language (SpEL) expression returns true.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-ssc-role-permission.html b/dev_github-action/manpage/fcli-ssc-role-permission.html deleted file mode 100644 index d7ad5eeecc..0000000000 --- a/dev_github-action/manpage/fcli-ssc-role-permission.html +++ /dev/null @@ -1,91 +0,0 @@ ---- -title: fcli-ssc-role-permission(1) -fcli_version: ---- - - - - - - - -fcli-ssc-role-permission(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc role-permission [-h] [COMMAND]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
get
-
-

Get role permission details.

-
-
list, ls
-
-

List role permissions.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-ssc-role.html b/dev_github-action/manpage/fcli-ssc-role.html deleted file mode 100644 index cd07cd58a7..0000000000 --- a/dev_github-action/manpage/fcli-ssc-role.html +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: fcli-ssc-role(1) -fcli_version: ---- - - - - - - - -fcli-ssc-role(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc role [-h] [COMMAND]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
create
-
-

Create a role.

-
-
delete, rm
-
-

Delete a role.

-
-
get
-
-

Get role details.

-
-
list, ls
-
-

List roles.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-ssc-seed-bundle-upload.html b/dev_github-action/manpage/fcli-ssc-seed-bundle-upload.html deleted file mode 100644 index 8208ca2b45..0000000000 --- a/dev_github-action/manpage/fcli-ssc-seed-bundle-upload.html +++ /dev/null @@ -1,140 +0,0 @@ ---- -title: fcli-ssc-seed-bundle-upload(1) -fcli_version: ---- - - - - - - - -fcli-ssc-seed-bundle-upload(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc seed-bundle upload [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - <seedBundle>

-
-
-
-
-

Description

-
- -
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<seedBundle>
-
-

Seed bundle to upload.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-ssc-seed-bundle.html b/dev_github-action/manpage/fcli-ssc-seed-bundle.html deleted file mode 100644 index 7958771c69..0000000000 --- a/dev_github-action/manpage/fcli-ssc-seed-bundle.html +++ /dev/null @@ -1,87 +0,0 @@ ---- -title: fcli-ssc-seed-bundle(1) -fcli_version: ---- - - - - - - - -fcli-ssc-seed-bundle(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc seed-bundle [-h] [COMMAND]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
upload
-
-

Upload a seed bundle.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-ssc-session-list.html b/dev_github-action/manpage/fcli-ssc-session-list.html deleted file mode 100644 index 85807af10f..0000000000 --- a/dev_github-action/manpage/fcli-ssc-session-list.html +++ /dev/null @@ -1,132 +0,0 @@ ---- -title: fcli-ssc-session-list(1) -fcli_version: ---- - - - - - - - -fcli-ssc-session-list(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc session list [[-h] [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]] [-q=<SpEL expression>]

-
-
-
-
-

Description

-
-
-

This commands lists all SSC sessions created through the login command, as long as they haven’t been explicitly terminated through the 'logout' command.

-
-
-

For sessions created using user name and password, the output of this command will show session expiry date and status, based on the data provided by SSC at the time the login command was issued. Any changes to the generated token will not be reflected in the output of this command. Even if a session is no longer valid because the generated token was revoked (through SSC UI or 'fcli ssc token revoke' command), the output of this command may still show the session as not having expired. Similarly, any changes to token validity will not be reflected in the output of this command.

-
-
-

For sessions created using a pre-generated token, fcli cannot display session expiration date or status, as SSC doesn’t allow for obtaining this information.

-
-
-
-
-

Options

-
-
-
-
-q, --query=<SpEL expression>
-
-

Only display records for which the given Spring Expression Language (SpEL) expression returns true.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-ssc-session-login.html b/dev_github-action/manpage/fcli-ssc-session-login.html deleted file mode 100644 index dcf9240b1b..0000000000 --- a/dev_github-action/manpage/fcli-ssc-session-login.html +++ /dev/null @@ -1,238 +0,0 @@ ---- -title: fcli-ssc-session-login(1) -fcli_version: ---- - - - - - - - -fcli-ssc-session-login(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc session login [--session=<sessionName>] [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]] ([-k] - [--socket-timeout=<socketTimeout>] - [--connect-timeout=<connectTimeout>] --url=<url>) - ((-u=<user> -p[=<password>] [--expire-in=<expireIn>]) | - -t[=<token>] | --ci-token[=<token>])

-
-
-
-
-

Description

-
-
-

This command stores the SSC URL and authentication token in an encrypted session file in the fcli state data folder, for use by other 'fcli ssc' commands to connect to the specified SSC instance. Option values may be passed on the command line or specified through environment variables (common for CI/CD pipeline use) as listed below.

-
-
-

When logging in with username and password, this command will connect to SSC to generate a UnifiedLoginToken; the user password is not stored by fcli. When logging in with a pre-generated token, this token will be stored as-is. Note that due to SSC limitations, fcli cannot validate whether the given token is a valid SSC token, and doesn’t known when it will expire. If an invalid or expired token is given, the 'login' command may still succeed but subsequent 'fcli ssc' commands will fail. Also note that depending on token type, some 'fcli ssc' commands may fail due to the token not being allowed to access the necessary SSC API endpoints.

-
-
-

For interactive use, you may choose to keep the session open until it expires. For CI/CD integrations and other automations, you should always issue a logout command once work is complete. On shared/non-containerized systems, consider setting FCLI_STATE_DIR or FCLI_DATA_DIR environment variables to prevent unexpected interactions between different pipelines.

-
-
-
-
-

Options

-
-
-
-
--session=<sessionName>
-
-

Name for this SSC session. Default value: default.

-
-
-u, --user=<user>
-
-

SSC user name.

-
-

Environment variables:

-
-
-
-
FCLI_DEFAULT_SSC_USER: Shared with SC SAST/DAST
-
-
-
-
-
FCLI_DEFAULT_SSC_SESSION_USER: Only SSC session commands
-
-
-
-
-p, --password[=<password>]
-
-

SSC password.

-
-

Environment variables:

-
-
-
-
FCLI_DEFAULT_SSC_PASSWORD: Shared with SC SAST/DAST
-
-
-
-
-
FCLI_DEFAULT_SSC_SESSION_PASSWORD: Only SSC session commands
-
-
-
-
--expire-in=<expireIn>
-
-

Specify for how long the session should remain active, for example 1h (1 hour), 1d (1 day).

-
-
-
Default: 1d
-
-
-
-
-t, --token[=<token>]
-
-

SSC token in either encoded (REST) or decoded (application) format. Tokens can be created through the SSC web UI, or using the 'fcli ssc token create' command. Note that depending on token permissions, not all fcli commands may be available.

-
-

Environment variables:

-
-
-
-
FCLI_DEFAULT_SSC_TOKEN
-
-
-
-
--ci-token[=<token>]
-
-

SSC CIToken in either encoded (REST) or decoded (application) format. Tokens can be created through the SSC web UI, or using the 'fcli ssc token create' command. Note that most, but not all, fcli commands are available when logging in with a CIToken.

-
-

Environment variables:

-
-
-
-
FCLI_DEFAULT_SSC_CI_TOKEN: Shared with SC SAST/DAST
-
-
-
-
-
FCLI_DEFAULT_SSC_SESSION_CI_TOKEN: Only SSC session commands
-
-
-
-
--url=<url>
-
-

SSC URL.

-
-

Environment variables:

-
-
-
-
FCLI_DEFAULT_SSC_URL: Shared with SC SAST/DAST
-
-
-
-
-
FCLI_DEFAULT_SSC_SESSION_URL: Only SSC session commands
-
-
-
-
-k, --insecure
-
-

Disable SSL checks.

-
-
--socket-timeout=<socketTimeout>
-
-

Socket timeout for this session, for example 30s (30 seconds), 5m (5 minutes). Default value: 60 seconds.

-
-
--connect-timeout=<connectTimeout>
-
-

Connection timeout for this session, for example 30s (30 seconds), 5m (5 minutes). Default value: 10 seconds.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-ssc-session-logout.html b/dev_github-action/manpage/fcli-ssc-session-logout.html deleted file mode 100644 index c0a149fd4b..0000000000 --- a/dev_github-action/manpage/fcli-ssc-session-logout.html +++ /dev/null @@ -1,165 +0,0 @@ ---- -title: fcli-ssc-session-logout(1) -fcli_version: ---- - - - - - - - -fcli-ssc-session-logout(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc session logout [--session=<sessionName>] [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]] --no-revoke-token | (-u=<user> -p[=<password>])

-
-
-
-
-

Description

-
-
-

This command terminates an SSC session previously created through the 'login' command. This command will try to revoke the token passed to or generated by the 'login' command (unless the --no-revoke-token option is specified), and removes the session data from the fcli state data directory.

-
-
-
-
-

Options

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to be terminated. Default value: default.

-
-
--no-revoke-token
-
-

Don’t revoke the token passed to or generated by the 'login' command. If user name and password were specified during login, it is recommended to have the 'logout' command revoke this token, to avoid exceeding SSCs maximum token limit. Note that due to SSC limitations, user credentials will need to be provided to allow for token revocation. If a pre-generated token was specified during login, usually you’ll want to pass this option to avoid the pre-generated token from being revoked.

-
-
-u, --user=<user>
-
-

SSC user name.

-
-

Environment variables:

-
-
-
-
FCLI_DEFAULT_SSC_USER: Shared with SC SAST/DAST
-
-
-
-
-
FCLI_DEFAULT_SSC_SESSION_USER: Only SSC session commands
-
-
-
-
-p, --password[=<password>]
-
-

SSC password.

-
-

Environment variables:

-
-
-
-
FCLI_DEFAULT_SSC_PASSWORD: Shared with SC SAST/DAST
-
-
-
-
-
FCLI_DEFAULT_SSC_SESSION_PASSWORD: Only SSC session commands
-
-
-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-ssc-session.html b/dev_github-action/manpage/fcli-ssc-session.html deleted file mode 100644 index b423c91045..0000000000 --- a/dev_github-action/manpage/fcli-ssc-session.html +++ /dev/null @@ -1,97 +0,0 @@ ---- -title: fcli-ssc-session(1) -fcli_version: ---- - - - - - - - -fcli-ssc-session(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc session [-h] [COMMAND]

-
-
-
-
-

Description

-
-
-

The session commands allow for managing one or more SSC sessions used to connect to a particular SSC instance with particular credentials. Potentially you can have multiple open SSC sessions, for example connecting to different SSC instances like DEV and PROD, or connecting to the same SSC instance but with different credentials.

-
-
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
list, ls
-
-

List active and expired Fortify SSC sessions.

-
-
login
-
-

Create a session for interacting with Fortify SSC.

-
-
logout
-
-

Terminate Fortify SSC session.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-ssc-token-create.html b/dev_github-action/manpage/fcli-ssc-token-create.html deleted file mode 100644 index 98700b50de..0000000000 --- a/dev_github-action/manpage/fcli-ssc-token-create.html +++ /dev/null @@ -1,200 +0,0 @@ ---- -title: fcli-ssc-token-create(1) -fcli_version: ---- - - - - - - - -fcli-ssc-token-create(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc token create -p[=<password>] [--description=<description>] - [--expire-in=<expireIn>] -u=<user> [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] [--session=<sessionName> | - [[-k] [--socket-timeout=<socketTimeout>] - [--connect-timeout=<connectTimeout>] --url=<url>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] <type>

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
--connect-timeout=<connectTimeout>
-
-

Connection timeout for this session, for example 30s (30 seconds), 5m (5 minutes). Default value: 10 seconds.

-
-
--description=<description>
-
-

Token description.

-
-
--expire-in=<expireIn>
-
-

Expire token after the given time period, which is specified as 30m (30 minutes), 2h (2 hours), 1d (1 day).

-
-
-k, --insecure
-
-

Disable SSL checks.

-
-
-p, --password[=<password>]
-
-

SSC password.

-
-

Environment variables:

-
-
-
-
FCLI_DEFAULT_SSC_PASSWORD: Shared with SC SAST/DAST
-
-
-
-
-
FCLI_DEFAULT_SSC_SESSION_PASSWORD: Only SSC session commands
-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: null.

-
-
--socket-timeout=<socketTimeout>
-
-

Socket timeout for this session, for example 30s (30 seconds), 5m (5 minutes). Default value: 60 seconds.

-
-
-u, --user=<user>
-
-

SSC user name.

-
-

Environment variables:

-
-
-
-
FCLI_DEFAULT_SSC_USER: Shared with SC SAST/DAST
-
-
-
-
-
FCLI_DEFAULT_SSC_SESSION_USER: Only SSC session commands
-
-
-
-
--url=<url>
-
-

Base URL for accessing the remote system.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<type>
-
-

Token type, like CIToken, AnalysisUploadToken, …​

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-ssc-token-definition-list.html b/dev_github-action/manpage/fcli-ssc-token-definition-list.html deleted file mode 100644 index 9de1184bae..0000000000 --- a/dev_github-action/manpage/fcli-ssc-token-definition-list.html +++ /dev/null @@ -1,145 +0,0 @@ ---- -title: fcli-ssc-token-definition-list(1) -fcli_version: ---- - - - - - - - -fcli-ssc-token-definition-list(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc token-definition list [--q-param=<qParam>] [[-h] - [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - [-q=<SpEL expression>]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-q, --query=<SpEL expression>
-
-

Only display records for which the given Spring Expression Language (SpEL) expression returns true.

-
-
--q-param=<qParam>
-
-

Server-side queries are automatically generated from the -q / --query option if possible; generated queries can be viewed in the debug log. The --q-param option can be used to override the automatically generated query, for example to further optimize the request. See SSC REST API documentation for information on supported formats.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-ssc-token-definition.html b/dev_github-action/manpage/fcli-ssc-token-definition.html deleted file mode 100644 index eb687c1aa7..0000000000 --- a/dev_github-action/manpage/fcli-ssc-token-definition.html +++ /dev/null @@ -1,87 +0,0 @@ ---- -title: fcli-ssc-token-definition(1) -fcli_version: ---- - - - - - - - -fcli-ssc-token-definition(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc token-definition [-h] [COMMAND]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
list, ls
-
-

List token definitions.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-ssc-token-list.html b/dev_github-action/manpage/fcli-ssc-token-list.html deleted file mode 100644 index 17e7bd6ab0..0000000000 --- a/dev_github-action/manpage/fcli-ssc-token-list.html +++ /dev/null @@ -1,182 +0,0 @@ ---- -title: fcli-ssc-token-list(1) -fcli_version: ---- - - - - - - - -fcli-ssc-token-list(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc token list -p[=<password>] -u=<user> [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [--session=<sessionName> | [[-k] - [--socket-timeout=<socketTimeout>] - [--connect-timeout=<connectTimeout>] --url=<url>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] [-q=<SpEL _ - _ expression>]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
--connect-timeout=<connectTimeout>
-
-

Connection timeout for this session, for example 30s (30 seconds), 5m (5 minutes). Default value: 10 seconds.

-
-
-k, --insecure
-
-

Disable SSL checks.

-
-
-p, --password[=<password>]
-
-

SSC password.

-
-

Environment variables:

-
-
-
-
FCLI_DEFAULT_SSC_PASSWORD: Shared with SC SAST/DAST
-
-
-
-
-
FCLI_DEFAULT_SSC_SESSION_PASSWORD: Only SSC session commands
-
-
-
-
-q, --query=<SpEL expression>
-
-

Only display records for which the given Spring Expression Language (SpEL) expression returns true.

-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: null.

-
-
--socket-timeout=<socketTimeout>
-
-

Socket timeout for this session, for example 30s (30 seconds), 5m (5 minutes). Default value: 60 seconds.

-
-
-u, --user=<user>
-
-

SSC user name.

-
-

Environment variables:

-
-
-
-
FCLI_DEFAULT_SSC_USER: Shared with SC SAST/DAST
-
-
-
-
-
FCLI_DEFAULT_SSC_SESSION_USER: Only SSC session commands
-
-
-
-
--url=<url>
-
-

Base URL for accessing the remote system.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-ssc-token-revoke.html b/dev_github-action/manpage/fcli-ssc-token-revoke.html deleted file mode 100644 index 3d1cc72dd2..0000000000 --- a/dev_github-action/manpage/fcli-ssc-token-revoke.html +++ /dev/null @@ -1,192 +0,0 @@ ---- -title: fcli-ssc-token-revoke(1) -fcli_version: ---- - - - - - - - -fcli-ssc-token-revoke(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc token revoke -p[=<password>] -u=<user> [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] [--session=<sessionName> | - [[-k] [--socket-timeout=<socketTimeout>] - [--connect-timeout=<connectTimeout>] --url=<url>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - <tokenIdsOrValues>…​

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
--connect-timeout=<connectTimeout>
-
-

Connection timeout for this session, for example 30s (30 seconds), 5m (5 minutes). Default value: 10 seconds.

-
-
-k, --insecure
-
-

Disable SSL checks.

-
-
-p, --password[=<password>]
-
-

SSC password.

-
-

Environment variables:

-
-
-
-
FCLI_DEFAULT_SSC_PASSWORD: Shared with SC SAST/DAST
-
-
-
-
-
FCLI_DEFAULT_SSC_SESSION_PASSWORD: Only SSC session commands
-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: null.

-
-
--socket-timeout=<socketTimeout>
-
-

Socket timeout for this session, for example 30s (30 seconds), 5m (5 minutes). Default value: 60 seconds.

-
-
-u, --user=<user>
-
-

SSC user name.

-
-

Environment variables:

-
-
-
-
FCLI_DEFAULT_SSC_USER: Shared with SC SAST/DAST
-
-
-
-
-
FCLI_DEFAULT_SSC_SESSION_USER: Only SSC session commands
-
-
-
-
--url=<url>
-
-

Base URL for accessing the remote system.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<tokenIdsOrValues>…​
-
-

Either one or more token id’s, or one or more token values (comma-separated)

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-ssc-token-update.html b/dev_github-action/manpage/fcli-ssc-token-update.html deleted file mode 100644 index 127156dc69..0000000000 --- a/dev_github-action/manpage/fcli-ssc-token-update.html +++ /dev/null @@ -1,200 +0,0 @@ ---- -title: fcli-ssc-token-update(1) -fcli_version: ---- - - - - - - - -fcli-ssc-token-update(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc token update -p[=<password>] [--description=<description>] - [--expire-in=<expireIn>] -u=<user> [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] [--session=<sessionName> | - [[-k] [--socket-timeout=<socketTimeout>] - [--connect-timeout=<connectTimeout>] --url=<url>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] token-id

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
--connect-timeout=<connectTimeout>
-
-

Connection timeout for this session, for example 30s (30 seconds), 5m (5 minutes). Default value: 10 seconds.

-
-
--description=<description>
-
-

Update token description.

-
-
--expire-in=<expireIn>
-
-

Update token expiration period, specified as 30m (30 minutes), 2h (2 hours), 1d (1 day).

-
-
-k, --insecure
-
-

Disable SSL checks.

-
-
-p, --password[=<password>]
-
-

SSC password.

-
-

Environment variables:

-
-
-
-
FCLI_DEFAULT_SSC_PASSWORD: Shared with SC SAST/DAST
-
-
-
-
-
FCLI_DEFAULT_SSC_SESSION_PASSWORD: Only SSC session commands
-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: null.

-
-
--socket-timeout=<socketTimeout>
-
-

Socket timeout for this session, for example 30s (30 seconds), 5m (5 minutes). Default value: 60 seconds.

-
-
-u, --user=<user>
-
-

SSC user name.

-
-

Environment variables:

-
-
-
-
FCLI_DEFAULT_SSC_USER: Shared with SC SAST/DAST
-
-
-
-
-
FCLI_DEFAULT_SSC_SESSION_USER: Only SSC session commands
-
-
-
-
--url=<url>
-
-

Base URL for accessing the remote system.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
token-id
-
-

Token id as shown by token create and list commands. Note that this command does not accept the actual token value.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-ssc-token.html b/dev_github-action/manpage/fcli-ssc-token.html deleted file mode 100644 index c75bd4e5aa..0000000000 --- a/dev_github-action/manpage/fcli-ssc-token.html +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: fcli-ssc-token(1) -fcli_version: ---- - - - - - - - -fcli-ssc-token(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc token [-h] [COMMAND]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
create
-
-

Create a token.

-
-
list, ls
-
-

List tokens.

-
-
revoke
-
-

Revoke a token.

-
-
update
-
-

Update a token.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-ssc-user-create.html b/dev_github-action/manpage/fcli-ssc-user-create.html deleted file mode 100644 index 88beccec69..0000000000 --- a/dev_github-action/manpage/fcli-ssc-user-create.html +++ /dev/null @@ -1,187 +0,0 @@ ---- -title: fcli-ssc-user-create(1) -fcli_version: ---- - - - - - - - -fcli-ssc-user-create(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc user create [--pne] [--rpc] [--suspend] [--email=<email>] - [--firstname=<firstName>] [--lastname=<lastName>] - --password=<password> --username=<username> - [--roles=<roles>[,<roles>…​]]…​ [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] [[--session=<sessionName>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
--email=<email>
-
-

The email of the user

-
-
--firstname=<firstName>
-
-

The first name of the user

-
-
--lastname=<lastName>
-
-

The last name of the user

-
-
--password=<password>
-
-

SSC password.

-
-

Environment variables:

-
-
-
-
FCLI_DEFAULT_SSC_PASSWORD: Shared with SC SAST/DAST
-
-
-
-
-
FCLI_DEFAULT_SSC_SESSION_PASSWORD: Only SSC session commands
-
-
-
-
--pne, --password-never-expires
-
-

Causes the password of the user not to expire

-
-
--roles=<roles>[,<roles>…​]
-
-

Role name or id.

-
-
--rpc, --require-password-change
-
-

Requires the password of the user to be changed

-
-
--suspend
-
-

Causes the user to automatically be su

-
-
--username=<username>
-
-

The username of the user

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-ssc-user-delete.html b/dev_github-action/manpage/fcli-ssc-user-delete.html deleted file mode 100644 index 55df550c50..0000000000 --- a/dev_github-action/manpage/fcli-ssc-user-delete.html +++ /dev/null @@ -1,153 +0,0 @@ ---- -title: fcli-ssc-user-delete(1) -fcli_version: ---- - - - - - - - -fcli-ssc-user-delete(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc user delete [--allow-multi-match] [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]] <authEntitySpecs>…​

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
--allow-multi-match
-
-

Allow for multiple matches.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<authEntitySpecs>…​
-
-

Remove one or more users or LDAP groups; accepts user id, entity name or email address.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-ssc-user-get.html b/dev_github-action/manpage/fcli-ssc-user-get.html deleted file mode 100644 index cb1de46160..0000000000 --- a/dev_github-action/manpage/fcli-ssc-user-get.html +++ /dev/null @@ -1,138 +0,0 @@ ---- -title: fcli-ssc-user-get(1) -fcli_version: ---- - - - - - - - -fcli-ssc-user-get(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc user get [[-h] [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] [[--session=<sessionName>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] <authEntitySpec>

-
-
-
-
-

Description

-
- -
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<authEntitySpec>
-
-

User or LDAP group, accepting user id, entity name, or email address.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-ssc-user-list.html b/dev_github-action/manpage/fcli-ssc-user-list.html deleted file mode 100644 index bd59c7394a..0000000000 --- a/dev_github-action/manpage/fcli-ssc-user-list.html +++ /dev/null @@ -1,143 +0,0 @@ ---- -title: fcli-ssc-user-list(1) -fcli_version: ---- - - - - - - - -fcli-ssc-user-list(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc user list [--q-param=<qParam>] [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]] [-q=<SpEL expression>]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-q, --query=<SpEL expression>
-
-

Only display records for which the given Spring Expression Language (SpEL) expression returns true.

-
-
--q-param=<qParam>
-
-

Server-side queries are automatically generated from the -q / --query option if possible; generated queries can be viewed in the debug log. The --q-param option can be used to override the automatically generated query, for example to further optimize the request. See SSC REST API documentation for information on supported formats.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-ssc-user.html b/dev_github-action/manpage/fcli-ssc-user.html deleted file mode 100644 index fa6d9dcf3f..0000000000 --- a/dev_github-action/manpage/fcli-ssc-user.html +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: fcli-ssc-user(1) -fcli_version: ---- - - - - - - - -fcli-ssc-user(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc user [-h] [COMMAND]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
create
-
-

Create a local SSC User

-
-
delete, rm
-
-

Delete a user.

-
-
get
-
-

Get user details.

-
-
list, ls
-
-

List users.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-ssc-vulnerability-count.html b/dev_github-action/manpage/fcli-ssc-vulnerability-count.html deleted file mode 100644 index d4e998024a..0000000000 --- a/dev_github-action/manpage/fcli-ssc-vulnerability-count.html +++ /dev/null @@ -1,160 +0,0 @@ ---- -title: fcli-ssc-vulnerability-count(1) -fcli_version: ---- - - - - - - - -fcli-ssc-vulnerability-count(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc vulnerability count --appversion=<appVersionNameOrId> - [--by=<groupSetDisplayNameOrId>] - [--delim=<delimiter>] - [--filterset=<filterSetTitleOrId>] [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] - [[--session=<sessionName>]] ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - [-q=<SpEL expression>]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
--appversion=<appVersionNameOrId>
-
-

Application version id or <application>:<version> name.

-
-
--by=<groupSetDisplayNameOrId>
-
-

Group set (groupBy) display name or id.

-
-
--delim=<delimiter>
-
-

Change the default delimiter character when using options that accept "application:version" as an argument or parameter.

-
-
--filterset=<filterSetTitleOrId>
-
-

Filter set title (name) or id.

-
-
-q, --query=<SpEL expression>
-
-

Only display records for which the given Spring Expression Language (SpEL) expression returns true.

-
-
-
-
-
-
-

Session options:

-
-
-
-
--session=<sessionName>
-
-

Name of the SSC session to use for executing this command. Default value: default.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-ssc-vulnerability.html b/dev_github-action/manpage/fcli-ssc-vulnerability.html deleted file mode 100644 index cfdd27a2df..0000000000 --- a/dev_github-action/manpage/fcli-ssc-vulnerability.html +++ /dev/null @@ -1,87 +0,0 @@ ---- -title: fcli-ssc-vulnerability(1) -fcli_version: ---- - - - - - - - -fcli-ssc-vulnerability(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc vulnerability [-h] [COMMAND]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
count
-
-

Count application version vulnerabilities by grouping.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-ssc.html b/dev_github-action/manpage/fcli-ssc.html deleted file mode 100644 index 9b12bfd3ff..0000000000 --- a/dev_github-action/manpage/fcli-ssc.html +++ /dev/null @@ -1,184 +0,0 @@ ---- -title: fcli-ssc(1) -fcli_version: ---- - - - - - - - -fcli-ssc(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli ssc [-h] [COMMAND]

-
-
-
-
-

Description

-
-
-

The commands in this module allow for interacting with Fortify Software Security Center (SSC). This includes functionality like managing applications, application versions and their contents like artifacts and vulnerability data, as well as working with other SSC entities like event logs, alerts, plugins, and so on.

-
-
-

Before being able to interact with SSC, a session will need to be created by passing SSC URL and credentials to the 'session login' command in this module. As a best practice, 'session logout' should be run to terminate the session when there are no more activities to be performed.

-
-
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
session
-
-

Manage SSC sessions (start here).

-
-
activity-feed
-
-

Manage SSC activity feed.

-
-
alert
-
-

Manage SSC alerts.

-
-
alert-definition
-
-

Manage SSC alert definitions.

-
-
app
-
-

Manage SSC applications.

-
-
appversion
-
-

Manage SSC application versions.

-
-
appversion-attribute
-
-

Manage SSC application version attributes.

-
-
appversion-filterset
-
-

Manage SSC application version filter sets.

-
-
appversion-user
-
-

Manage SSC application version users.

-
-
artifact
-
-

Manage SSC artifacts.

-
-
attribute-definition
-
-

Manage SSC attribute definitions.

-
-
event
-
-

Manage SSC system events.

-
-
issue-template
-
-

Manage SSC issue templates.

-
-
job
-
-

Manage SSC background jobs.

-
-
plugin
-
-

Manage SSC parser & bug tracker plugins.

-
-
report-template
-
-

Manage SSC report templates.

-
-
role
-
-

Manage SSC user roles.

-
-
role-permission, role-perm
-
-

Manage SSC role permissions.

-
-
seed-bundle
-
-

Manage SSC seed bundles.

-
-
token
-
-

Manage SSC user tokens.

-
-
token-definition
-
-

Manage SSC token definitions.

-
-
user
-
-

Manage SSC users.

-
-
vulnerability, issue
-
-

Manage SSC vulnerabilities.

-
-
rest
-
-

Interact with SSC REST API endpoints.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-tool-fod-uploader-install.html b/dev_github-action/manpage/fcli-tool-fod-uploader-install.html deleted file mode 100644 index 36b6fa931c..0000000000 --- a/dev_github-action/manpage/fcli-tool-fod-uploader-install.html +++ /dev/null @@ -1,152 +0,0 @@ ---- -title: fcli-tool-fod-uploader-install(1) -fcli_version: ---- - - - - - - - -fcli-tool-fod-uploader-install(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli tool fod-uploader install [-y] [-d=<installDir>] - [--on-digest-mismatch=<onDigestMismatch>] [[-h] - [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - [<version>]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-d, --install-dir=<installDir>
-
-

Tool installation directory.

-
-
--on-digest-mismatch=<onDigestMismatch>
-
-

Action to take if there is a digest mismatch. Allowed values: fail, warn. Default action is to fail. When installing 'latest', you may consider setting this option to 'warn' to avoid failures if fcli hasn’t been updated yet with the latest digest. Please consider submitting an issue on the fcli issue tracker if digest check consistently fails.

-
-
-y, --confirm
-
-

Confirm replacing existing FoD Uploader installation.

-
-

If a non-empty destination directory exists, the installation will fail unless this option is specified.

-
-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
[<version>]
-
-

Tool version to install; see output of list command to view available versions. If not specified, the default version as shown in the output of the list command will be installed.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-tool-fod-uploader-list.html b/dev_github-action/manpage/fcli-tool-fod-uploader-list.html deleted file mode 100644 index 4c6b77e7be..0000000000 --- a/dev_github-action/manpage/fcli-tool-fod-uploader-list.html +++ /dev/null @@ -1,125 +0,0 @@ ---- -title: fcli-tool-fod-uploader-list(1) -fcli_version: ---- - - - - - - - -fcli-tool-fod-uploader-list(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli tool fod-uploader list [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - [-q=<SpEL expression>]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-q, --query=<SpEL expression>
-
-

Only display records for which the given Spring Expression Language (SpEL) expression returns true.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-tool-fod-uploader-uninstall.html b/dev_github-action/manpage/fcli-tool-fod-uploader-uninstall.html deleted file mode 100644 index 9479bf17e7..0000000000 --- a/dev_github-action/manpage/fcli-tool-fod-uploader-uninstall.html +++ /dev/null @@ -1,142 +0,0 @@ ---- -title: fcli-tool-fod-uploader-uninstall(1) -fcli_version: ---- - - - - - - - -fcli-tool-fod-uploader-uninstall(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli tool fod-uploader uninstall [-y] [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] - [--log-level=<logLevel>]] ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - <version>

-
-
-
-
-

Description

-
-
-

This command removes a Fortify on Demand Uploader installation that was previously installed using the 'fcli tool fod-uploader install' command.

-
-
-
-
-

Options

-
-
-
-
-y, --confirm
-
-

Confirm removal of Fortify on Demand Uploader.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<version>
-
-

Tool version to uninstall.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-tool-fod-uploader.html b/dev_github-action/manpage/fcli-tool-fod-uploader.html deleted file mode 100644 index c52cd959e1..0000000000 --- a/dev_github-action/manpage/fcli-tool-fod-uploader.html +++ /dev/null @@ -1,95 +0,0 @@ ---- -title: fcli-tool-fod-uploader(1) -fcli_version: ---- - - - - - - - -fcli-tool-fod-uploader(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli tool fod-uploader [-h] [COMMAND]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
install
-
-

Download and install Fortify on Demand Uploader.

-
-
list, ls
-
-

List Fortify on Demand Uploader available and installed versions. If you don’t see the latest version(s) listed, please submit an issue on the fcli issue tracker to request adding support for the missing versions.

-
-
uninstall
-
-

Uninstall Fortify on Demand Uploader.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-tool-sc-client-install.html b/dev_github-action/manpage/fcli-tool-sc-client-install.html deleted file mode 100644 index 2e2f4bcef4..0000000000 --- a/dev_github-action/manpage/fcli-tool-sc-client-install.html +++ /dev/null @@ -1,156 +0,0 @@ ---- -title: fcli-tool-sc-client-install(1) -fcli_version: ---- - - - - - - - -fcli-tool-sc-client-install(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli tool sc-client install [-y] [-d=<installDir>] - [--on-digest-mismatch=<onDigestMismatch>] - [-t=<clientAuthToken>] [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]] [<version>]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-d, --install-dir=<installDir>
-
-

Tool installation directory.

-
-
--on-digest-mismatch=<onDigestMismatch>
-
-

Action to take if there is a digest mismatch. Allowed values: fail, warn. Default action is to fail. When installing 'latest', you may consider setting this option to 'warn' to avoid failures if fcli hasn’t been updated yet with the latest digest. Please consider submitting an issue on the fcli issue tracker if digest check consistently fails.

-
-
-t, --client-auth-token=<clientAuthToken>
-
-

ScanCentral SAST client_auth_token used for authenticating with ScanCentral SAST Controller.

-
-
-y, --confirm
-
-

Confirm replacing existing ScanCentral SAST Client installation.

-
-

If a non-empty destination directory exists, the installation will fail unless this option is specified.

-
-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
[<version>]
-
-

Tool version to install; see output of list command to view available versions. If not specified, the default version as shown in the output of the list command will be installed.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-tool-sc-client-list.html b/dev_github-action/manpage/fcli-tool-sc-client-list.html deleted file mode 100644 index d52d11e22d..0000000000 --- a/dev_github-action/manpage/fcli-tool-sc-client-list.html +++ /dev/null @@ -1,125 +0,0 @@ ---- -title: fcli-tool-sc-client-list(1) -fcli_version: ---- - - - - - - - -fcli-tool-sc-client-list(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli tool sc-client list [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - [-q=<SpEL expression>]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-q, --query=<SpEL expression>
-
-

Only display records for which the given Spring Expression Language (SpEL) expression returns true.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-tool-sc-client-uninstall.html b/dev_github-action/manpage/fcli-tool-sc-client-uninstall.html deleted file mode 100644 index 11d9d4c465..0000000000 --- a/dev_github-action/manpage/fcli-tool-sc-client-uninstall.html +++ /dev/null @@ -1,141 +0,0 @@ ---- -title: fcli-tool-sc-client-uninstall(1) -fcli_version: ---- - - - - - - - -fcli-tool-sc-client-uninstall(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli tool sc-client uninstall [-y] [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - <version>

-
-
-
-
-

Description

-
-
-

This command removes a Fortify Vulnerability Exporter installation that was previously installed using the 'fcli tool vuln-exporter install' command.

-
-
-
-
-

Options

-
-
-
-
-y, --confirm
-
-

Confirm removal of ScanCentral SAST Client.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<version>
-
-

Tool version to uninstall.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-tool-sc-client.html b/dev_github-action/manpage/fcli-tool-sc-client.html deleted file mode 100644 index 99c8727fa8..0000000000 --- a/dev_github-action/manpage/fcli-tool-sc-client.html +++ /dev/null @@ -1,95 +0,0 @@ ---- -title: fcli-tool-sc-client(1) -fcli_version: ---- - - - - - - - -fcli-tool-sc-client(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli tool sc-client [-h] [COMMAND]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
install
-
-

Download and install ScanCentral SAST Client.

-
-
list, ls
-
-

List ScanCentral SAST Client available and installed versions. If you don’t see the latest version(s) listed, please submit an issue on the fcli issue tracker to request adding support for the missing versions.

-
-
uninstall
-
-

Uninstall ScanCentral SAST Client.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-tool-vuln-exporter-install.html b/dev_github-action/manpage/fcli-tool-vuln-exporter-install.html deleted file mode 100644 index 00ce3e7cd0..0000000000 --- a/dev_github-action/manpage/fcli-tool-vuln-exporter-install.html +++ /dev/null @@ -1,153 +0,0 @@ ---- -title: fcli-tool-vuln-exporter-install(1) -fcli_version: ---- - - - - - - - -fcli-tool-vuln-exporter-install(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli tool vuln-exporter install [-y] [-d=<installDir>] - [--on-digest-mismatch=<onDigestMismatch>] [[-h] - [--env-prefix=<envPrefix>] - [--log-file=<logFile>] - [--log-level=<logLevel>]] ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - [<version>]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-d, --install-dir=<installDir>
-
-

Tool installation directory.

-
-
--on-digest-mismatch=<onDigestMismatch>
-
-

Action to take if there is a digest mismatch. Allowed values: fail, warn. Default action is to fail. When installing 'latest', you may consider setting this option to 'warn' to avoid failures if fcli hasn’t been updated yet with the latest digest. Please consider submitting an issue on the fcli issue tracker if digest check consistently fails.

-
-
-y, --confirm
-
-

Confirm replacing existing Fortify Vulnerability Exporter installation.

-
-

If a non-empty destination directory exists, the installation will fail unless this option is specified.

-
-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
[<version>]
-
-

Tool version to install; see output of list command to view available versions. If not specified, the default version as shown in the output of the list command will be installed.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-tool-vuln-exporter-list.html b/dev_github-action/manpage/fcli-tool-vuln-exporter-list.html deleted file mode 100644 index db021687ff..0000000000 --- a/dev_github-action/manpage/fcli-tool-vuln-exporter-list.html +++ /dev/null @@ -1,125 +0,0 @@ ---- -title: fcli-tool-vuln-exporter-list(1) -fcli_version: ---- - - - - - - - -fcli-tool-vuln-exporter-list(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli tool vuln-exporter list [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - [-q=<SpEL expression>]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-q, --query=<SpEL expression>
-
-

Only display records for which the given Spring Expression Language (SpEL) expression returns true.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-tool-vuln-exporter-uninstall.html b/dev_github-action/manpage/fcli-tool-vuln-exporter-uninstall.html deleted file mode 100644 index d0e7ffc778..0000000000 --- a/dev_github-action/manpage/fcli-tool-vuln-exporter-uninstall.html +++ /dev/null @@ -1,140 +0,0 @@ ---- -title: fcli-tool-vuln-exporter-uninstall(1) -fcli_version: ---- - - - - - - - -fcli-tool-vuln-exporter-uninstall(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli tool vuln-exporter uninstall [-y] [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] - [--log-level=<logLevel>]] ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - <version>

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-y, --confirm
-
-

Confirm removal of Fortify Vulnerability Exporter.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<version>
-
-

Tool version to uninstall.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-tool-vuln-exporter.html b/dev_github-action/manpage/fcli-tool-vuln-exporter.html deleted file mode 100644 index 7b24b77daf..0000000000 --- a/dev_github-action/manpage/fcli-tool-vuln-exporter.html +++ /dev/null @@ -1,95 +0,0 @@ ---- -title: fcli-tool-vuln-exporter(1) -fcli_version: ---- - - - - - - - -fcli-tool-vuln-exporter(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli tool vuln-exporter [-h] [COMMAND]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
install
-
-

Download and install Fortify Vulnerability Exporter.

-
-
list, ls
-
-

List Fortify Vulnerability Exporter available and installed versions. If you don’t see the latest version(s) listed, please submit an issue on the fcli issue tracker to request adding support for the missing versions.

-
-
uninstall
-
-

Uninstall Fortify Vulnerability Exporter.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-tool.html b/dev_github-action/manpage/fcli-tool.html deleted file mode 100644 index 5bbe8ab237..0000000000 --- a/dev_github-action/manpage/fcli-tool.html +++ /dev/null @@ -1,97 +0,0 @@ ---- -title: fcli-tool(1) -fcli_version: ---- - - - - - - - -fcli-tool(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli tool [-h] [COMMAND]

-
-
-
-
-

Description

-
-
-

The commands in this module allow for installing other Fortify tools like FoD Uploader, ScanCentral Client and FortifyVulnerabilityExporter, and managing those installations.

-
-
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
fod-uploader, fodupload
-
-

Manage Fortify on Demand (FoD) Uploader installations. (https://github.com/fod-dev/fod-uploader-java)

-
-
sc-client, scancentral-client
-
-

Manage ScanCentral SAST Client installations.

-
-
vuln-exporter, fortify-vulnerability-exporter
-
-

Manage Fortify Vulnerability Exporter installations. (https://github.com/fortify/FortifyVulnerabilityExporter)

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-util-all-commands-list.html b/dev_github-action/manpage/fcli-util-all-commands-list.html deleted file mode 100644 index b2b6782041..0000000000 --- a/dev_github-action/manpage/fcli-util-all-commands-list.html +++ /dev/null @@ -1,145 +0,0 @@ ---- -title: fcli-util-all-commands-list(1) -fcli_version: ---- - - - - - - - -fcli-util-all-commands-list(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli util all-commands list [-q=<SpEL expression>] [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]]

-
-
-
-
-

Description

-
-
-

By default, this command outputs a table listing all available fcli commands. The --query option can be used to output a subset of commands.

-
-
-
-
-

Options

-
-
-
-
-q, --query=<SpEL expression>
-
-

Only display records for which the given Spring Expression Language (SpEL) expression returns true. See the output of '-o json-properties' for the list of properties that you can query on. Common queries include the following:

-
-

-q '!hidden' (only non-hidden commands)

-
-
-

-q 'hidden' (only hidden commands)

-
-
-

-q '!runnable' (only container commands)

-
-
-

-q 'runnable' (only runnable commands)

-
-
-

-q '!hidden && runnable' (only non-hidden, runnable commands)

-
-
-

-q 'module=="config"' (only 'config' commands)

-
-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-util-all-commands-usage.html b/dev_github-action/manpage/fcli-util-all-commands-usage.html deleted file mode 100644 index 78dfc25dab..0000000000 --- a/dev_github-action/manpage/fcli-util-all-commands-usage.html +++ /dev/null @@ -1,121 +0,0 @@ ---- -title: fcli-util-all-commands-usage(1) -fcli_version: ---- - - - - - - - -fcli-util-all-commands-usage(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli util all-commands usage [-q=<SpEL expression>] [[-h] - [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]]

-
-
-
-
-

Description

-
-
-

By default, this command outputs the usage information for every individual fcli command, similar to manually invoking each command with the --help option. The --query option can be used to only display usage information for a subset of commands.

-
-
-
-
-

Options

-
-
-
-
-q, --query=<SpEL expression>
-
-

Only display usage information for commands that match the given Spring Expression Language (SpEL) expression. See the output of 'fcli util all-commands list -o json-properties' for the list of properties that you can query on. Common queries include the following:

-
-

-q '!hidden' (only non-hidden commands)

-
-
-

-q 'hidden' (only hidden commands)

-
-
-

-q '!runnable' (only container commands)

-
-
-

-q 'runnable' (only runnable commands)

-
-
-

-q '!hidden && runnable' (only non-hidden, runnable commands)

-
-
-

-q 'module=="config"' (only 'config' commands)

-
-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-util-all-commands.html b/dev_github-action/manpage/fcli-util-all-commands.html deleted file mode 100644 index 18f98374a5..0000000000 --- a/dev_github-action/manpage/fcli-util-all-commands.html +++ /dev/null @@ -1,91 +0,0 @@ ---- -title: fcli-util-all-commands(1) -fcli_version: ---- - - - - - - - -fcli-util-all-commands(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli util all-commands [-h] [COMMAND]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
usage
-
-

Display usage information for (a subset of) all fcli commands.

-
-
list, ls
-
-

List (a subset of) all fcli commands.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-util-auto-complete-generate.html b/dev_github-action/manpage/fcli-util-auto-complete-generate.html deleted file mode 100644 index 5f0fff18f9..0000000000 --- a/dev_github-action/manpage/fcli-util-auto-complete-generate.html +++ /dev/null @@ -1,91 +0,0 @@ ---- -title: fcli-util-auto-complete-generate(1) -fcli_version: ---- - - - - - - - -fcli-util-auto-complete-generate(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli util auto-complete generate [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] - [--log-level=<logLevel>]]

-
-
-
-
-

Description

-
-
-

Generate bash/zsh completion script for fcli. -Run the following command to give fcli TAB completion in the current shell: - source <(fcli util auto-complete generate)

-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-util-auto-complete.html b/dev_github-action/manpage/fcli-util-auto-complete.html deleted file mode 100644 index adc5521f25..0000000000 --- a/dev_github-action/manpage/fcli-util-auto-complete.html +++ /dev/null @@ -1,87 +0,0 @@ ---- -title: fcli-util-auto-complete(1) -fcli_version: ---- - - - - - - - -fcli-util-auto-complete(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli util auto-complete [-h] [COMMAND]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
generate
-
-

Generate fcli auto-completion script.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-util-crypto-decrypt.html b/dev_github-action/manpage/fcli-util-crypto-decrypt.html deleted file mode 100644 index f6b6bcb3a3..0000000000 --- a/dev_github-action/manpage/fcli-util-crypto-decrypt.html +++ /dev/null @@ -1,86 +0,0 @@ ---- -title: fcli-util-crypto-decrypt(1) -fcli_version: ---- - - - - - - - -fcli-util-crypto-decrypt(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli util crypto decrypt [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]]

-
-
-
-
-

Description

-
- -
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-util-crypto-encrypt.html b/dev_github-action/manpage/fcli-util-crypto-encrypt.html deleted file mode 100644 index 30c77825cd..0000000000 --- a/dev_github-action/manpage/fcli-util-crypto-encrypt.html +++ /dev/null @@ -1,86 +0,0 @@ ---- -title: fcli-util-crypto-encrypt(1) -fcli_version: ---- - - - - - - - -fcli-util-crypto-encrypt(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli util crypto encrypt [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]]

-
-
-
-
-

Description

-
- -
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-util-crypto.html b/dev_github-action/manpage/fcli-util-crypto.html deleted file mode 100644 index be49566bcb..0000000000 --- a/dev_github-action/manpage/fcli-util-crypto.html +++ /dev/null @@ -1,94 +0,0 @@ ---- -title: fcli-util-crypto(1) -fcli_version: ---- - - - - - - - -fcli-util-crypto(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli util crypto [-h] [COMMAND]

-
-
-
-
-

Description

-
-
-

These commands allow for encrypting and decrypting string values using fcli built-in encryption mechanism and password. The password can be customized through the FCLI_ENCRYPT_KEY environment variable, obviously the same password should be configured during encryption and decryption. -Note that for now, encryption and decryption is not compatible with Fortify’s pwtool utility. These commands are mainly meant to allow encrypted passwords to be stored in fcli configuration files, for example as used by the 'fcli util msp-report' and 'fcli util ncd-report' commands.

-
-
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
encrypt
-
-

Encrypt a value.

-
-
decrypt
-
-

Decrypt a value.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-util-state-clear.html b/dev_github-action/manpage/fcli-util-state-clear.html deleted file mode 100644 index e508f0c07a..0000000000 --- a/dev_github-action/manpage/fcli-util-state-clear.html +++ /dev/null @@ -1,126 +0,0 @@ ---- -title: fcli-util-state-clear(1) -fcli_version: ---- - - - - - - - -fcli-util-state-clear(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli util state clear [-y] [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]]

-
-
-
-
-

Description

-
-
-

This command deletes all state data from the fcli data directory. This includes variable data and session data. As a best practice, you should log out of existing sessions before running this command to perform proper session cleanup. This command does not clear fcli configuration data; please use the 'fcli config clear' command for clearing configuration data.

-
-
-
-
-

Options

-
-
-
-
-y, --confirm
-
-

Confirm deleting all fcli state.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-util-state.html b/dev_github-action/manpage/fcli-util-state.html deleted file mode 100644 index ca664f7d7f..0000000000 --- a/dev_github-action/manpage/fcli-util-state.html +++ /dev/null @@ -1,89 +0,0 @@ ---- -title: fcli-util-state(1) -fcli_version: ---- - - - - - - - -fcli-util-state(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli util state [-h] [COMMAND]

-
-
-
-
-

Description

-
-
-

The commands in this module allow for managing fcli state, like clearing all state data.

-
-
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
clear
-
-

Clear all fcli state data.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-util-variable-clear.html b/dev_github-action/manpage/fcli-util-variable-clear.html deleted file mode 100644 index 2f91f16176..0000000000 --- a/dev_github-action/manpage/fcli-util-variable-clear.html +++ /dev/null @@ -1,110 +0,0 @@ ---- -title: fcli-util-variable-clear(1) -fcli_version: ---- - - - - - - - -fcli-util-variable-clear(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli util variable clear [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]]

-
-
-
-
-

Description

-
- -
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-util-variable-contents.html b/dev_github-action/manpage/fcli-util-variable-contents.html deleted file mode 100644 index d5ec3fa85e..0000000000 --- a/dev_github-action/manpage/fcli-util-variable-contents.html +++ /dev/null @@ -1,139 +0,0 @@ ---- -title: fcli-util-variable-contents(1) -fcli_version: ---- - - - - - - - -fcli-util-variable-contents(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli util variable contents [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - [-q=<SpEL expression>] <variableName>

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-q, --query=<SpEL expression>
-
-

Only display records for which the given Spring Expression Language (SpEL) expression returns true.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<variableName>
-
-

Variable name.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-util-variable-delete.html b/dev_github-action/manpage/fcli-util-variable-delete.html deleted file mode 100644 index 6c7efe631f..0000000000 --- a/dev_github-action/manpage/fcli-util-variable-delete.html +++ /dev/null @@ -1,125 +0,0 @@ ---- -title: fcli-util-variable-delete(1) -fcli_version: ---- - - - - - - - -fcli-util-variable-delete(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli util variable delete [[-h] [--env-prefix=<envPrefix>] - [--log-file=<logFile>] [--log-level=<logLevel>]] - ] [--store=_variableName - _ ] [--to-file=<outputFile>_]] - <variableName>

-
-
-
-
-

Description

-
- -
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<variableName>
-
-

Variable name.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-util-variable-get.html b/dev_github-action/manpage/fcli-util-variable-get.html deleted file mode 100644 index e2a5088b6f..0000000000 --- a/dev_github-action/manpage/fcli-util-variable-get.html +++ /dev/null @@ -1,124 +0,0 @@ ---- -title: fcli-util-variable-get(1) -fcli_version: ---- - - - - - - - -fcli-util-variable-get(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli util variable get [[-h] [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]] <variableName>

-
-
-
-
-

Description

-
- -
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
-

Arguments

-
-
-
-
<variableName>
-
-

Variable name.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-util-variable-list.html b/dev_github-action/manpage/fcli-util-variable-list.html deleted file mode 100644 index e773bd6e00..0000000000 --- a/dev_github-action/manpage/fcli-util-variable-list.html +++ /dev/null @@ -1,124 +0,0 @@ ---- -title: fcli-util-variable-list(1) -fcli_version: ---- - - - - - - - -fcli-util-variable-list(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli util variable list [[-h] [--env-prefix=<envPrefix>] [--log-file=<logFile>] - [--log-level=<logLevel>]] ] - [--store=_variableName[=<propertyNames>]] - [--to-file=<outputFile>]] [-q=<SpEL expression>]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-q, --query=<SpEL expression>
-
-

Only display records for which the given Spring Expression Language (SpEL) expression returns true.

-
-
-
-
-
-
-

Output options:

-
-
-
-
-o, --output=format[=<options>]
-
-

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.

-
-
--store=variableName[=<propertyNames>]
-
-

Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using ::variable::[property] on any subsequent command.

-
-
--to-file=<outputFile>
-
-

Write command output to the specified file instead of stdout.

-
-
-
-
-
-
-

Generic fcli options:

-
-
-
-
--env-prefix=<envPrefix>
-
-

Environment variable prefix for resolving default option and parameter values. Default value is FCLI_DEFAULT.

-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
--log-file=<logFile>
-
-

File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.

-
-
--log-level=<logLevel>
-
-

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.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-util-variable.html b/dev_github-action/manpage/fcli-util-variable.html deleted file mode 100644 index 03871442e3..0000000000 --- a/dev_github-action/manpage/fcli-util-variable.html +++ /dev/null @@ -1,103 +0,0 @@ ---- -title: fcli-util-variable(1) -fcli_version: ---- - - - - - - - -fcli-util-variable(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli util variable [-h] [COMMAND]

-
-
-
-
-

Description

-
- -
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
contents
-
-

Get fcli variable contents.

-
-
clear
-
-

Clear all fcli variables.

-
-
delete, rm
-
-

Delete a single fcli variable.

-
-
get
-
-

Get fcli variable meta-data.

-
-
list, ls
-
-

List fcli variables.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli-util.html b/dev_github-action/manpage/fcli-util.html deleted file mode 100644 index d65fca0812..0000000000 --- a/dev_github-action/manpage/fcli-util.html +++ /dev/null @@ -1,105 +0,0 @@ ---- -title: fcli-util(1) -fcli_version: ---- - - - - - - - -fcli-util(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli util [-h] [COMMAND]

-
-
-
-
-

Description

-
-
-

This module provides various utility commands that don’t fit in any of the other fcli modules.

-
-
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-
-
-
-
-

Commands

-
-
-
-
all-commands
-
-

List and display help information for all fcli commands.

-
-
auto-complete
-
-

Manage fcli auto-completion scripts.

-
-
crypto
-
-

Encrypt and decrypt data.

-
-
state
-
-

Manage fcli state data.

-
-
variable, var
-
-

Manage fcli variables.

-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/dev_github-action/manpage/fcli.html b/dev_github-action/manpage/fcli.html deleted file mode 100644 index a653efb01e..0000000000 --- a/dev_github-action/manpage/fcli.html +++ /dev/null @@ -1,127 +0,0 @@ ---- -title: fcli(1) -fcli_version: fcli version 0.20230926.113021-dev_github-action, built on 2023-09-26 11 30 36 ---- - - - - - - - -fcli(1) - -{% include asciidoc-head.html %} - - - - -{% include banner.html bannerTitle="FCLI: The Universal Fortify CLI" currentVersion="0.20230926.113021-dev_github-action" %} - - - -
-
-

Synopsis

-
-
-

fcli [-hV] [COMMAND]

-
-
-
-
-

Description

-
-
-

As the name implies, Fortify CLI (fcli) is a general-purpose command-line utility for working with the various Fortify products.

-
-
-

Fortify CLI is structured using sub-commands, based on the following convention: 'fcli <module> <entity> <action>'. Every sub-command provides its own detailed usage instructions, accessible through the -h or --help option on each sub-command. Where applicable, the usage instructions include the list of sub-commands. For example, the Commands section below displays the sub-commands representing the various fcli modules. A list of all available fcli commands can be obtained through the 'fcli util all-commands list' command.

-
-
-

It is highly recommended to review the fcli user documentation, which both explains general fcli concepts and provides detailed instructions on particular topics like common command line options and use of environment variables and fcli variables. The link to the online documentation can be found at the bottom of the help output for every individual fcli command, as seen below.

-
-
-
-
-

Options

-
-
-
-
-h, --help
-
-

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

-
-
-V, --version
-
-

Print version information and exit.

-
-
-
-
-
-
-

Commands

-
-
-
-
config, cfg
-
-

Manage fcli configuration settings (proxy, trust store, …​).

-
-
fod
-
-

Interact with Fortify on Demand (FoD).

-
-
sc-dast
-
-

Interact with Fortify ScanCentral DAST (SC-DAST).

-
-
sc-sast
-
-

Interact with Fortify ScanCentral SAST (SC-SAST).

-
-
ssc
-
-

Interact with Fortify Software Security Center (SSC).

-
-
tool
-
-

Install and manage other Fortify tools and utilities.

-
-
license
-
-

License-related commands, like license reporting

-
-
util
-
-

Utility commands that don’t fit in any of the other modules.

-
-
-
-
-
-
- - - \ No newline at end of file