GuidesChangelogData Inspector Library API Reference
Guides

pipeline environment

Environments

The OLP CLI supports the following:

  • list runtime environments

pipeline environment list

Lists the runtime environments currently enabled for the customer or their organization and returns information about those environments.

olp pipeline environment list [filter] [command parameters]

Optional parameters:

  • [filter] Freeform text used to filter the runtime environments list. The filter checks if the runtime environment's ID, name or description contains the filter string.
  • --credentials <path to credentials file> The name of a credentials file to use with the command. Credentials files are downloaded separately from the portal.
  • --profile <profile name> The name of the credentials profile to use from the olpcli.ini file.
  • --json Displays the command result in JSON format.
  • --quiet Displays runtime environment IDs, each on a new line.

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

Example:

The command below lists all the runtime environments currently enabled for the customer.

olp pipeline environment list

Output:

ID               name                          description                                                resource profiles     garbage collector      max overhead memory
batch-5.0        Batch 5.0                     Spark 4.0.1, Java OpenJDK 17.0.11, Scala 2.13, x86_64      HC1B, HM1B, HS1B      G1 GC, Parallel GC     0.05
stream-6.1       Stream 6.1                    Flink 1.19.1, Java OpenJDK 8u412, x86_64                   HC1S, HM1S, HS1S      G1 GC, Parallel GC     0.05
stream-7.0       Stream 7.0                    Flink 2.2.0, OpenJDK 17.0.15, x86_64                       HC1S, HM1S, HS1S      G1 GC, Parallel GC     0.05