Synopsis
fcli ssc appversion-artifact import debricked --appversion=<appVersionNameOrId> -b=<branch> [--delim=<delimiter>] [-e=<engineType>] [-f=<fileName>] -r=<repository> [[-h] [--env-prefix=<envPrefix>] [--log-file=<logFile>] [--log-level=<logLevel>]] [--session=<sessionName>] ] [--store=_variableName[=<propertyNames>]] [--output-to-file=<outputFile>]] ([-k] [--socket-timeout=<socketTimeout>] [--connect-timeout=<connectTimeout>]) ((-u=<user> -p[=<password>]) | -t[=<accessToken>])
Options
- --delim=<delimiter>
- 
Change the default delimiter character when using options that accepts "application:version" as an argument or parameter. 
- --appversion=<appVersionNameOrId>
- 
Application version id or <application>:<version> name. 
- -u, --debricked-user=<user>
- 
Debricked user name / email address 
- -p, --debricked-password[=<password>]
- 
Password for the given debricked user 
- -t, --debricked-access-token[=<accessToken>]
- 
Debricked long-lived access token 
- -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 
- -r, --repository=<repository>
- 
Debricked repository name or id 
- -b, --branch=<branch>
- 
Branch in the given repository for which to retrieve the SBOM 
- -k, --insecure
- 
Disable SSC checks when connecting to Debricked 
- --socket-timeout=<socketTimeout>
- 
Socket timeout for this session, for example 30s (30 seconds), 5m (5 minutes) 
- --connect-timeout=<connectTimeout>
- 
Connection timeout for this session in seconds, for example 30s (30 seconds), 5m (5 minutes) 
Output options:
- -o, --output=format[=<options>]
- 
Output format: csv, csv-plain, json, json-flat, table, table-plain, tree, tree-flat, xml, xml-flat, yaml, yaml-flat, expr, json-properties. The 'json-properties' format ignores any options. The 'expr' output format takes a string containing '{<propertyPath>}' placeholders, other output formats take an optional, comma-separated list of property paths. Use '-o json-properties' on the current command to see available '<prop>' values. 
- --store=variableName[=<propertyNames>]
- 
Store the JSON results of this command in a variable. Variables can be managed through the 'fcli config variable' command, and can be referenced using {?variableName:property} on any subsequent command. Most commands that return a single record (get, start, create, …) also support '?' to store the record identifier in a predefined variable, which can later be referenced using '?' on options/parameters that take the id of such records as input. 
- --output-to-file=<outputFile>
- 
Write results to the specified files in the given output format. By default, results will be written to 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. If not specified, no logging data will be written. 
- --log-level=<logLevel>
- 
Set logging level. Note that DEBUG and TRACE levels may result in sensitive data being written to the log file. Allowed values: TRACE, DEBUG, INFO, WARN, ERROR