@canva/cli 0.0.1-beta.37 → 0.0.1-beta.38
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 +9 -1
- package/cli.js +394 -377
- package/lib/cjs/index.cjs +3 -3
- package/lib/esm/index.mjs +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -186,6 +186,14 @@ canva tip
|
|
|
186
186
|
- **Aliases**:
|
|
187
187
|
- `tips`: Also prints a random development tip.
|
|
188
188
|
|
|
189
|
+
#### bug
|
|
190
|
+
|
|
191
|
+
Raise an issue with the Canva CLI on GitHub.
|
|
192
|
+
|
|
193
|
+
```shell
|
|
194
|
+
canva bug
|
|
195
|
+
```
|
|
196
|
+
|
|
189
197
|
#### login
|
|
190
198
|
|
|
191
199
|
Log in to the Canva CLI.
|
|
@@ -308,7 +316,7 @@ npm update -g @canva/cli@latest
|
|
|
308
316
|
|
|
309
317
|
## Contributions
|
|
310
318
|
|
|
311
|
-
Currently the Canva CLI doesn't accept third-party contributions. Please submit any feature requests through the [Canva Developers Community](https://community.canva.dev/).
|
|
319
|
+
Currently the Canva CLI doesn't accept third-party contributions. Please submit any feature requests through the [Canva Developers Community](https://community.canva.dev/) or raise an issue on [Github](https://github.com/canva-sdks/canva-cli/issues/new).
|
|
312
320
|
|
|
313
321
|
## License
|
|
314
322
|
|