docs: less verbose todo list in README.md
This commit is contained in:
parent
79df4eb780
commit
d4e76e193f
1 changed files with 6 additions and 29 deletions
35
README.md
35
README.md
|
|
@ -345,36 +345,13 @@ Contributions are welcome! Please feel free to submit a Pull Request.
|
||||||
|
|
||||||
### Forgejo Actions / Workflows
|
### Forgejo Actions / Workflows
|
||||||
|
|
||||||
**Implemented:**
|
|
||||||
- ✅ `workflow list` - List all workflows
|
|
||||||
- ✅ `workflow view` - View workflow details and latest run
|
|
||||||
- ✅ `workflow run` - Trigger workflow_dispatch with inputs and ref support
|
|
||||||
- ✅ `run list` - List workflow runs
|
|
||||||
- ✅ `run view` - View run details, jobs, and logs
|
|
||||||
- ✅ `secret list/create/delete` - Manage repository secrets
|
|
||||||
- ✅ `variable list/get/create/update/delete` - Manage repository variables
|
|
||||||
|
|
||||||
**Not Yet Implemented:**
|
**Not Yet Implemented:**
|
||||||
- ❌ `workflow enable/disable` - Enable or disable workflows
|
- `workflow enable/disable` - Enable or disable workflows
|
||||||
- ❌ `run watch` - Follow a workflow run in real-time
|
- `run watch` - Follow a workflow run in real-time
|
||||||
- ❌ `run rerun` - Rerun entire run, failed jobs, or specific jobs
|
- `run rerun` - Rerun entire run, failed jobs, or specific jobs
|
||||||
- ❌ `run cancel` - Cancel a running workflow
|
- `run cancel` - Cancel a running workflow
|
||||||
- ❌ `run delete` - Delete a workflow run
|
- `run delete` - Delete a workflow run
|
||||||
- ❌ `run download` - Download workflow run artifacts
|
- `run download` - Download workflow run artifacts
|
||||||
- ❌ Organization-level secrets and variables
|
|
||||||
|
|
||||||
### Other GitHub CLI Features
|
|
||||||
|
|
||||||
Some other `gh` features that could be added in the future:
|
|
||||||
- ❌ `gh gist` - Gist management (if Forgejo adds gist support)
|
|
||||||
- ❌ `gh project` - Project board management
|
|
||||||
- ❌ `gh label` - Label management
|
|
||||||
- ❌ `gh milestone` - Milestone management
|
|
||||||
- ❌ `gh ssh-key` - SSH key management
|
|
||||||
- ❌ `gh gpg-key` - GPG key management
|
|
||||||
- ❌ `gh org` - Organization management
|
|
||||||
- ❌ `gh codespace` - Codespace management (N/A for Forgejo)
|
|
||||||
- ❌ `gh extension` - Extension management
|
|
||||||
|
|
||||||
We welcome contributions to implement any of these features! Please check the issues or create a new one to discuss implementation before starting work.
|
We welcome contributions to implement any of these features! Please check the issues or create a new one to discuss implementation before starting work.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue