yoanndev90/KDE Store Publish
Publish, update, and manage content on OCS (Open Collaboration Services) compatible stores
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| api-url | Base URL of the OCS API (e.g. https://api.kde-look.org/ocs/v1/) | yes | — |
| auth-method | Authentication method: login-password | api-key | basic-header | no | login-password |
| login | Login or API key (used with api-key and login-password methods) | no | — |
| password | Password (only used with login-password method) | no | — |
| action | Action to perform: add | edit | upload | delete | get | yes | — |
| content-id | ID of the content (required for edit/delete/get) | no | — |
| name | Name/title of the content | no | — |
| type | Category/type ID of the content (see OCS categories endpoint) | no | — |
| summary | Short summary of the content | no | — |
| description | Full description of the content (markdown supported) | no | — |
| version | Version string of the content | no | — |
| changelog | Changelog text | no | — |
| homepage | Homepage URL | no | — |
| license | License ID | no | — |
| file | Path to the file to upload | no | — |
Outputs
no outputs