epismo 0.9.0 → 0.9.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -94,6 +94,8 @@ epismo project member delete <user-id> --project-id <pid>
|
|
|
94
94
|
epismo project member delete <uid1>,<uid2> --project-id <pid> # bulk
|
|
95
95
|
```
|
|
96
96
|
|
|
97
|
+
Bulk operations (comma-separated `<user-ids>`) are sent as a single request and applied together, not one per user. Up to 100 members can be added or removed at once.
|
|
98
|
+
|
|
97
99
|
### `epismo agent`
|
|
98
100
|
|
|
99
101
|
Manage which AI teammates appear in the assignee roster.
|
|
@@ -169,7 +171,7 @@ emails).
|
|
|
169
171
|
Manage pack aliases as a top-level resource.
|
|
170
172
|
|
|
171
173
|
```bash
|
|
172
|
-
epismo alias upsert @myproject --
|
|
174
|
+
epismo alias upsert @myproject --id <pack-id>
|
|
173
175
|
epismo alias get @myproject
|
|
174
176
|
epismo alias get @handle/myproject # another user's alias
|
|
175
177
|
epismo alias list
|