8000 GitHub - Zaid-Ajaj/pulumi-schema-explorer: Web application and UI to explore Pulumi schemas
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Zaid-Ajaj/pulumi-schema-explorer

Repository files navigation

Pulumi Schema Explorer Nuget

A Pulumi schema explorer built as a full stack web application in F# ❤️

See how this was built from scratch on this YouTube playlist

Installtion & Usage

Built as dotnet CLI tool you can install:

dotnet tool install -g PulumiSchemaExplorer

once you have the tool installed, you can run as follows in your terminal:

pulumi-schema-explorer

and then navigate to http://localhost:5000 which will show you the schema explorer

Screenshots

Explore Resources and their properties, docs, etc. Home Page
Diff two schemas and see added resources Home Page
Diff exact property changes for two schemas Home Page

Development

To run the project locally, you need to have the following installed:

  • Dotnet SDK v6.x
  • Nodejs v18.x or later
  • Pulumi CLI (preferably latest)

To run the project locally, you can run the following commands:

dotnet run

Install the pulumi-schema-explorer tool locally

dotnet run LocalInstall

or to uninstall it

dotnet run LocalUninstall

About

Web application and UI to explore Pulumi schemas

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0