1.0.3 • Published 2 years ago

logicapp-logviewer v1.0.3

Weekly downloads
-
License
CC-BY-NC-4.0
Repository
github
Last release
2 years ago

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:
1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

1.0.0-beta.7

2 years ago

1.0.0-beta.6

2 years ago

1.0.0-beta.5

2 years ago

1.0.0-beta.4

2 years ago

1.0.0-beta.3

2 years ago

1.0.0-beta.2

2 years ago

1.0.0-beta.1

2 years ago