avorelo 0.3.6 → 0.3.8
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 -3
- package/dist/avorelo.mjs +7401 -5628
- package/package.json +4 -2
package/README.md
CHANGED
|
@@ -16,13 +16,13 @@ locally.
|
|
|
16
16
|
npx -y avorelo@latest activate --scope project-wide
|
|
17
17
|
```
|
|
18
18
|
|
|
19
|
-
**Account-linked activation (
|
|
19
|
+
**Account-linked activation (optional):**
|
|
20
20
|
|
|
21
21
|
```
|
|
22
|
-
npx -y avorelo@latest activate --scope project-wide --
|
|
22
|
+
npx -y avorelo@latest activate --scope project-wide --link-code YOUR_CODE
|
|
23
23
|
```
|
|
24
24
|
|
|
25
|
-
Generate a short-lived
|
|
25
|
+
Generate a short-lived account link code from your [dashboard](https://avorelo.com/dashboard). Codes expire in 15 minutes.
|
|
26
26
|
|
|
27
27
|
**Other commands:**
|
|
28
28
|
|