jf options

Show all supported environment variables. You use this command to discover configuration options for the JFrog CLI.

Synopsis

jf options [options]

Aliases: none

Arguments

ArgumentRequiredDescription
(none)This command takes no arguments

Options

This command has no flags.

Examples

List All Environment Variables

jf options

The command prints all supported environment variables and their descriptions.

When to Use

Use jf options as a quick reference for all environment variables the CLI supports. This is especially useful when:

  • Setting up CI/CD pipelines and you need to know variable names
  • Debugging behavior by checking which environment variables might be affecting the CLI
  • Discovering new features controlled by environment variables

Shortcut: For a complete reference with categories and defaults, see the Environment Variables page instead. jf options is the "quick check" version.

Expected Output

$ jf options
JFROG_CLI_LOG_LEVEL                       Log verbosity. DEBUG, INFO, WARN or ERROR
JFROG_CLI_LOG_TIMESTAMP                   Timestamp format for log messages. TIME, DATE_AND_TIME, OFF
JFROG_CLI_HOME_DIR                        Directory for configuration and cached data
JFROG_CLI_TEMP_DIR                        Directory for temporary files
JFROG_CLI_BUILD_NAME                      Build name for build-info
JFROG_CLI_BUILD_NUMBER                    Build number for build-info
... (additional variables)


What’s Next

For detailed usage of each variable, see the environment variables reference.