Skip to content

Commit

Permalink
Rewrite aggregate with fixes/improvements + add permission commands
Browse files Browse the repository at this point in the history
  • Loading branch information
philogicae committed Jan 30, 2025
1 parent 0e35d70 commit afcc792
Show file tree
Hide file tree
Showing 3 changed files with 434 additions and 49 deletions.
4 changes: 3 additions & 1 deletion src/aleph_client/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@
name="message",
help="Manage messages (post, amend, watch and forget) on aleph.im & twentysix.cloud",
)
app.add_typer(aggregate.app, name="aggregate", help="Manage aggregate messages on aleph.im & twentysix.cloud")
app.add_typer(
aggregate.app, name="aggregate", help="Manage aggregate messages and permissions on aleph.im & twentysix.cloud"
)
app.add_typer(files.app, name="file", help="Manage files (upload and pin on IPFS) on aleph.im & twentysix.cloud")
app.add_typer(program.app, name="program", help="Manage programs (micro-VMs) on aleph.im & twentysix.cloud")
app.add_typer(instance.app, name="instance", help="Manage instances (VMs) on aleph.im & twentysix.cloud")
Expand Down
Loading

0 comments on commit afcc792

Please sign in to comment.