joekrom/px cloud foundry action
docker action for handling cloud foundry cmd
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| cf_api | cloud foundry api | yes | — |
| cf_username | cloud foundry username | yes | — |
| cf_password | cloud foundry password | yes | — |
| cf_org | cloud foundry organisation | yes | — |
| cf_space | cloud foundry space | yes | — |
Outputs
| name | description |
|---|---|
| status | provide the status of the cf command |
| command | Command to run using CF CLI eg: cf push |