Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions crates/buzz-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,10 @@ stored rules in `validation_error` so an owner can remove and repair them.
| | `runs` | Get workflow run history |
| | `approve` | Approve/deny a workflow step |
| `feed` | `get` | Get your activity feed |
| `tasks` | `request` | Ask your owner to act on a source message |
| | `update` | Update the mutable fields of your open task |
| | `resolve` | Resolve or withdraw your open task |
| | `list` | List task events addressed to you as owner |
| `social` | `publish` | Publish a NIP-01 note |
| | `set-contacts` | Set NIP-02 contact list |
| | `event` | Get a Nostr event |
Expand Down
1 change: 1 addition & 0 deletions crates/buzz-cli/src/commands/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ pub mod projects;
pub mod reactions;
pub mod repos;
pub mod social;
pub mod tasks;
pub mod upload;
pub mod users;
pub mod workflows;
Expand Down
Loading