Adds a Pulumi setup for a Keycloak auth server to your solution.
This command will scaffold out a Pulumi setup for a Keycloak auth server for your solution. You can find more info and examples in the input file template.
This command must be ran from your root solution directory.
craftsman add authserver [options] <filepath>
Argument | Description |
---|---|
filepath | The full filepath for the yaml or json file that lists the new entities that you want to add to your API. |
Option | Description |
---|---|
-h, --help | Display help message. No filepath is needed to display the help message. |
craftsman add authserver -h
craftsman add authserver C:\fullpath\newauthserver.yaml
craftsman add authserver C:\fullpath\newauthserver.yml
craftsman add authserver C:\fullpath\newauthserver.json