epismo 0.4.1 → 0.4.2
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 +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -130,7 +130,7 @@ epismo pack update --id <id> --visibility public --category productivity
|
|
|
130
130
|
epismo pack update --id <id> --blocks '[{"op":"add","title":"New Block","content":"..."}]'
|
|
131
131
|
epismo pack get --id <id>
|
|
132
132
|
epismo pack get --id <id> --full
|
|
133
|
-
epismo pack get --alias myproject
|
|
133
|
+
epismo pack get --alias @myproject
|
|
134
134
|
epismo pack get --alias @handle/myproject
|
|
135
135
|
epismo pack get --id <id> --block-id b001
|
|
136
136
|
epismo pack get --id <id> --step-id s001
|
|
@@ -148,12 +148,12 @@ use `targets.projectIds`, `targets.userIds`, and `targets.emails`.
|
|
|
148
148
|
Manage pack aliases as a top-level resource.
|
|
149
149
|
|
|
150
150
|
```bash
|
|
151
|
-
epismo alias upsert --type context --id <id> --alias myproject
|
|
152
|
-
epismo alias get --alias myproject
|
|
151
|
+
epismo alias upsert --type context --id <id> --alias @myproject
|
|
152
|
+
epismo alias get --alias @myproject
|
|
153
153
|
epismo alias get --alias @handle/myproject # another user's alias
|
|
154
154
|
epismo alias list
|
|
155
155
|
epismo alias list --type workflow
|
|
156
|
-
epismo alias delete --alias myproject
|
|
156
|
+
epismo alias delete --alias @myproject
|
|
157
157
|
```
|
|
158
158
|
|
|
159
159
|
### `epismo credit`
|