A Pulumi schema explorer built as a full stack web application in F# ❤️
See how this was built from scratch on this YouTube playlist
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
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
dotnet run LocalInstall
or to uninstall it
dotnet run LocalUninstall