AlonGvili / universal-code

Visual Studio Code extension for PowerShell Universal

Home Page:https://ironmansoftware.com/powershell-universal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PowerShell Universal

PowerShell Universal is a single of pane of glass to manage your automation environment. This extension helps in the development of tools using PowerShell Universal.

Features

APIs

  • View APIs
  • Automatically insert Invoke-RestMethod to call APIs
  • Edit APIs

Dashboards

  • View dashboards
  • Open Dashboard scripts
  • Restart Dashboards
  • View Dashboard log
  • Debug Dashboard Process

Scripts

  • View scripts
  • Edit scripts
  • Run scripts and receive notifications on job status

Configuration

  • Edit configuration scripts

Samples

Automatically insert samples from the PowerShell Universal Sample Repository

Requirements

  • Windows, Linux or Mac
  • PowerShell v5.1 or later
  • Modern Web Browser

Extension Settings

This extension contributes the following settings:

  • powershellUniversal.appToken: An app token for communicating with the Universal REST API. An app token will be granted the first time the extension starts up.
  • powershellUniversal.url: The URL to your PowerShell Universal server.
  • powershellUniversal.samplesDirectory: Directory for samples.
  • powershellUniversal.syncSamples: Whether to synchronize samples from GitHub.
  • powershellUniversal.localEditing: Whether to edit local configuration files or using the REST API
  • powershellUniversal.connections: An array of connections.

About

Visual Studio Code extension for PowerShell Universal

https://ironmansoftware.com/powershell-universal

License:MIT License


Languages

Language:TypeScript 85.4%Language:HTML 13.3%Language:PowerShell 1.1%Language:CSS 0.1%