forestadmin/Forest Admin Schema & typings Dirtyness Checker
Allow to check that the .forestadmin-schema.json and the typings files (optional) are not dirty
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| setup-infrastructure-command | The command to setup your infrastructure (Database, docker, etc.) | no | — |
| run-agent-command | The command to run your agent | yes | — |
| log-when-setup | A log that is printed in your console once your agent is fully setup | yes | Successfully mounted on Standalone server |
| log-when-agent-failed | A log that is printed if your agent failed to start | yes | Failed running |
| schema-path | The path to the .forestadmin-schema.json file | yes | .forestadmin-schema.json |
| typings-path | Useful for the agent-nodejs (https://docs.forestadmin.com/developer-guide-agents-nodejs/getting-started/install/autocompletion-and-typings). It will check if the typings is not dirty | no | — |
| env-secret-name | The name of the environment variable containing the secret | yes | FOREST_ENV_SECRET |
| auth-secret-name | The name of the environment variable containing the auth secret | yes | FOREST_AUTH_SECRET |
| display-log | Display all the logs instead of hiding them | no | false |
Outputs
no outputs