thomasfr/fly-destroy
Destroys an existing fly.io app
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| app_name_prefix | A prefix for the fly app name. This is useful if you want to use automatic app_name generation based on the workspace name, but want to add a prefix to the app name (like $GITHUB_REPOSITORY_OWNER) | no | — |
| app_name | The name of the fly app to destroy. | no | — |
| app_name_suffix | A suffix for the fly app name. This is useful if you want to use the automatic app_name generation based on the workspace name, but want to add a suffix to the app name (like 'production', 'pre-production', 'preview', etc.) | no | — |
| workspace_name | The name of the workspace to destroy. This is used to find the folder of the workspace by searching name fields in all package.json files and to generate the name for the fly app to destroy. | no | — |
Outputs
| name | description |
|---|---|
| app_name | The name of the fly app that was destroyed. |
| workspace_name | The name of the workspace that was used during the destroy. |
| workspace_path | The path of the workspace that was used during the destroy. |