version

version

The OLP CLI supports the
following version commands:

  • show the current version of the OLP CLI
  • update the OLP CLI to the latest version

version show

Displays the version of the OLP CLI tool currently installed on your computer.

olp version show [command options]

Optional parameters:

  • --credentials <path to credentials file> The name of a credentials file to use
    with the command. Credentials files are downloaded separately from the platform portal.
  • --profile <profile name> The name of the credentials profile to use from the
    olpcli.ini file.
  • --quiet Displays only the current OLP CLI version.

For more information on using credentials and profiles, see
Credentials setup.

Example:

olp version show

Output:

Version: 4.0.74(95d32dbb)

version update

Updates the OLP CLI to the latest version.

olp version update [command options]

Note

To update the OLP CLI that was installed with Windows Installer, be sure to
run the command prompt as administrator.

Optional parameters:

  • --credentials <path to credentials file> The name of a credentials file to use
    with the command. Credentials files are downloaded separately from the platform portal.
  • --profile <profile name> The name of the credentials profile to use from the
    olpcli.ini file.
  • --quiet Displays empty output with no additional information.

For more information on using credentials and profiles, see
Credentials setup.

Example:

olp version update

Output:

The version 4.0.74 is up-to-date