apify-cli 0.7.1-beta.4 → 0.7.1-beta.5
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 +2 -2
- package/npm-shrinkwrap.json +6432 -0
- package/oclif.manifest.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -378,8 +378,8 @@ ARGUMENTS
|
|
|
378
378
|
|
|
379
379
|
OPTIONS
|
|
380
380
|
-t, --template=template Template for the actor. If not provided, the command will prompt for it.Visit
|
|
381
|
-
https://
|
|
382
|
-
available template names.
|
|
381
|
+
https://raw.githubusercontent.com/apify/actor-templates/master/templates/manifest.json to
|
|
382
|
+
find available template names.
|
|
383
383
|
```
|
|
384
384
|
|
|
385
385
|
_See code: [src/commands/create.js](https://github.com/apify/apify-cli/blob/v0.7.1/src/commands/create.js)_
|