This program automatically creates the Service Broker doc Readme.md from the Cloudformation Template provided. It will include all parameters in the template into the Reademe.md
- Requires .net core 2.1 (https://dotnet.microsoft.com/download/dotnet-core/2.1) (for Windows/MacOS/Linux/Other)
- No build process required
- Run the application's DLL from command line (found in .\bin\Release\netcoreapp2.1\ServiceBrokerDocGen.dll) :
dotnet \ServiceBrokerDocGen\bin\Release\netcoreapp2.1\ServiceBrokerDocGen.dll
- Provide the requested template in JSON format. IMPORTANT: Ensure the Template contains the 'AWS::ServiceBroker::Specification' section before proceeding
- Readme is output to a file called 'Readme.md' in the same directory as the template.
- Edit the Readme.md to and remove parameters not needed within a service plan.
Welcome.
This program automatically creates the Service Broker doc Readme.md from the Cloudformation Template provided.
==========================================================================================================
IMPORTANT: Ensure the Template contains the 'AWS::ServiceBroker::Specification' section before proceeding
Enter in path to '.json' cloudformation template:
C:\Test\template.json
============================================================================================
Generation of Readme.md completed, and located in the same directory as the template path.
Press a Key to Exit