usertold 0.0.0 → 0.1.0
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 +1 -1
- package/package.json +1 -1
- package/usertold +2674 -2130
package/README.md
CHANGED
|
@@ -65,7 +65,7 @@ usertold task push acme/my-product tsk_123
|
|
|
65
65
|
|
|
66
66
|
```bash
|
|
67
67
|
usertold init --org acme --name "My Product" --json --yes
|
|
68
|
-
usertold project
|
|
68
|
+
usertold project status acme/my-product --json
|
|
69
69
|
usertold signal bulk-link acme/my-product tsk_123 --signals sig_1,sig_2,sig_3 --json
|
|
70
70
|
```
|
|
71
71
|
|