@crawlee-cloud/cli 0.1.0 → 0.1.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.
Files changed (2) hide show
  1. package/README.md +6 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -10,6 +10,12 @@ Manage your Crawlee Cloud resources, deploy Actors, and view logs directly from
10
10
  npm install -g @crawlee-cloud/cli
11
11
  ```
12
12
 
13
+ Or use directly with npx:
14
+
15
+ ```bash
16
+ npx @crawlee-cloud/cli <command>
17
+ ```
18
+
13
19
  ## Usage
14
20
 
15
21
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crawlee-cloud/cli",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "CLI for Crawlee Cloud - run and deploy Actors",
5
5
  "type": "module",
6
6
  "bin": {