Base folder of the Orchestration CLI

This section explains about the usage of base folder of the Orchestration CLI in the current folder parameter of YamL file with different scenarios.

About this task

  • Scenario 1: Display CPU

    Command with the base folder disabled: “Ocli plan sc”

    Results: Displays all the CPUs.

    Command with the base folder enabled: “Ocli plan sc”

    Results: Displays only the CPU in the current_folder.

  • Scenario 2: Display schedule

    Command with the base folder disabled: “Ocli plan ss”

    Results: Displays all schedules.

    Command with the base folder enabled: “Ocli plan ss”

    Results: Displays only the schedules in the current folder that run on the workstations defined in the current folder.

  • Scenario 3: Display schedule

    Command with the base folder enabled: “Ocli plan ss /@#@”

    Result: Displays all schedules in the current_folder.

  • Scenario 4: Display schedule

    Command with the base folder enabled: “Ocli plan ss /@/@#/@”

    Result: Displays all schedules in all folder and on all workstations defined in all folders.