Socket
Socket
Sign inDemoInstall

logicapp-logviewer

Package Overview
Dependencies
0
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    logicapp-logviewer

Allows navigating a Single-Tenant Logic App (Standard) in your VSCode development environment or when deployed to your local Kubernetes (ie. MicroK8S or other) environment.


Version published
Maintainers
1
Created

Readme

Source

logicapp-logviewer

Summary

Allows navigating a Single-Tenant Logic App (Standard) in your VSCode development environment or when deployed to your local Kubernetes (ie. MicroK8S or other) environment.

Install

Simply run the following to install globally.

npm install -g logicapp-logviewer

Running

If installed globally, to run, simply type:

logicapp-logviewer

When running in your local Kubernetes environment, the AzureWebJobsSecretStorageType should be set to "kubernetes" (ie. the master key should be stored in a Kubernetes secret).

It should also work in "Files" mode, but this is not as thoroughly tested. When running in your local VSCode development environment, it reads the API key through the workflows REST API at http://localhost:7071

As well, you can pass in the BASEURL and APICODE if they are not detected correctly.

eg.

BASEURL=http://localhost APICODE=mymasterkey logicapp-logviewer

Screenshots

List Workflows/Main Page

Workflow

Workflow Run

Run Actions

Run Action

Run Action Input

Dependencies

  • Only supports install on Linux (Debian/Ubuntu/WSL2-Ubuntu/Docker/etc)
  • Depends on the following packages:

Keywords

FAQs

Last updated on 26 Oct 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc