Skip to content

Commit ba35b91

Browse files
authored
Fix & Improve aggregates + Add permission commands (#330)
* Rewrite aggregate with fixes/improvements + add permission commands * Add all aggregate tests
1 parent 654dca5 commit ba35b91

File tree

5 files changed

+734
-49
lines changed

5 files changed

+734
-49
lines changed

src/aleph_client/__main__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@
2323
name="message",
2424
help="Manage messages (post, amend, watch and forget) on aleph.im & twentysix.cloud",
2525
)
26-
app.add_typer(aggregate.app, name="aggregate", help="Manage aggregate messages on aleph.im & twentysix.cloud")
26+
app.add_typer(
27+
aggregate.app, name="aggregate", help="Manage aggregate messages and permissions on aleph.im & twentysix.cloud"
28+
)
2729
app.add_typer(files.app, name="file", help="Manage files (upload and pin on IPFS) on aleph.im & twentysix.cloud")
2830
app.add_typer(program.app, name="program", help="Manage programs (micro-VMs) on aleph.im & twentysix.cloud")
2931
app.add_typer(instance.app, name="instance", help="Manage instances (VMs) on aleph.im & twentysix.cloud")

0 commit comments

Comments
 (0)