TeraShark / vscode-vro-extension

GNU General Public License v2.0
1 stars 2 forks source link

VMware vRealize Orchestrator Extension for VSCode

Edit, lint and correct code in your existing Actions and Workflows

  1. Download your vRO Repo locally (git pull / clone)
  2. Open the root folder for the Repo using VSCode
  3. Browse for a Workflow or Action XML file and click on it
  4. Now, you can browse the Scripts in your Workflow / Action in the vRO Code Explorer\
  5. Optional: Preview the script you want to edit by right-clicking the script and selecting "Preview"
  6. Export the script you want to edit by right-clicking the script in the Outline View and clicking "Export"
    • This will generate a specifically-named code file in the same folder as your workflow, and will open it in the editor
  7. Make your edits and corrections as you would any other code file
  8. ReInject your edited script by right-clicking the relevant item in the vRO Code Explorer\
    • You can export / reinject / preview individual scripts from Workflows\
    • You can export / reinject all scripts in a Workflow:\

Create new vRO Actions

Create vRO Action Bundles (New!)

Instruct vRO to perform a "pull"

Coming soon