apify-cli 0.8.2-beta.0 → 0.8.2

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/package.json CHANGED
@@ -1,102 +1,102 @@
1
1
  {
2
- "name": "apify-cli",
3
- "version": "0.8.2-beta.0",
4
- "description": "Apify command-line interface helps you create, develop, build and run Apify actors, and manage the Apify cloud platform.",
5
- "main": "index.js",
6
- "scripts": {
7
- "test": "mocha --timeout 180000 --recursive",
8
- "lint": "eslint src test",
9
- "lint:fix": "eslint src test --fix",
10
- "commands-md": "npm run manifest && oclif-dev readme",
11
- "prod-shrinkwrap": "rm -rf node_modules && npm install --production && npm shrinkwrap",
12
- "manifest": "rm -f oclif.manifest.json && oclif-dev manifest"
13
- },
14
- "files": [
15
- "src",
16
- "oclif.manifest.json",
17
- "index.js",
18
- "package.json"
19
- ],
20
- "bin": {
21
- "apify": "./src/bin/run"
22
- },
23
- "contributors": [
24
- "Jakub Drobník <jakub.drobnik@apify.com>",
25
- "Jan Curn <jan@apify.com>"
26
- ],
27
- "repository": {
28
- "type": "git",
29
- "url": "git+https://github.com/apify/apify-cli.git"
30
- },
31
- "keywords": [
32
- "apify",
33
- "client",
34
- "node",
35
- "command",
36
- "line",
37
- "bash"
38
- ],
39
- "author": {
40
- "name": "Apify",
41
- "email": "support@apify.com",
42
- "url": "https://www.apify.com"
43
- },
44
- "license": "Apache-2.0",
45
- "bugs": {
46
- "url": "https://github.com/apify/apify-cli/issues"
47
- },
48
- "homepage": "https://github.com/apify/apify-cli#readme",
49
- "engines": {
50
- "node": ">=12.0.0"
51
- },
52
- "dependencies": {
53
- "@apify/actor-templates": "^0.1.3",
54
- "@apify/consts": "^1.7.0",
55
- "@apify/input_schema": "^2.0.8",
56
- "@crawlee/memory-storage": "^3.0.3",
57
- "@oclif/command": "^1.8.16",
58
- "@oclif/config": "^1.18.3",
59
- "@oclif/errors": "^1.3.5",
60
- "@oclif/plugin-commands": "^2.1.0",
61
- "@oclif/plugin-help": "^5.1.12",
62
- "ajv": "^8.10.0",
63
- "apify-client": "^2.2.0",
64
- "archiver-promise": "^1.0.0",
65
- "chalk": "^4.1.2",
66
- "child-process-promise": "^2.2.1",
67
- "extract-zip": "^2.0.1",
68
- "globby": "^11.1.0",
69
- "got-scraping": "^3.2.9",
70
- "inquirer": "^7.3.3",
71
- "is-online": "^10.0.0",
72
- "istextorbinary": "^6.0.0",
73
- "load-json-file": "^6.2.0",
74
- "mime": "^2.6.0",
75
- "minimist": "^1.2.5",
76
- "ow": "^0.28.1",
77
- "rimraf": "^3.0.2",
78
- "semver": "^7.3.5",
79
- "underscore": "^1.13.2",
80
- "unzipper": "^0.10.11",
81
- "write-json-file": "^4.3.0"
82
- },
83
- "devDependencies": {
84
- "@apify/eslint-config": "^0.2.3",
85
- "@oclif/dev-cli": "^1.26.0",
86
- "@oclif/test": "^2.1.0",
87
- "chai": "^4.3.4",
88
- "chai-as-promised": "^7.1.1",
89
- "eslint": "^8.11.0",
90
- "mocha": "^10.0.0",
91
- "sinon": "^9.2.4"
92
- },
93
- "oclif": {
94
- "bin": "apify",
95
- "commands": "./src/commands",
96
- "hooks": {
97
- "prerun": [
98
- "./src/hooks/pre_run.js"
99
- ]
2
+ "name": "apify-cli",
3
+ "version": "0.8.2",
4
+ "description": "Apify command-line interface helps you create, develop, build and run Apify actors, and manage the Apify cloud platform.",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "mocha --timeout 180000 --recursive",
8
+ "lint": "eslint src test",
9
+ "lint:fix": "eslint src test --fix",
10
+ "commands-md": "npm run manifest && oclif-dev readme",
11
+ "prod-shrinkwrap": "rm -rf node_modules && npm install --production && npm shrinkwrap",
12
+ "manifest": "rm -f oclif.manifest.json && oclif-dev manifest"
13
+ },
14
+ "files": [
15
+ "src",
16
+ "oclif.manifest.json",
17
+ "index.js",
18
+ "package.json"
19
+ ],
20
+ "bin": {
21
+ "apify": "./src/bin/run"
22
+ },
23
+ "contributors": [
24
+ "Jakub Drobník <jakub.drobnik@apify.com>",
25
+ "Jan Curn <jan@apify.com>"
26
+ ],
27
+ "repository": {
28
+ "type": "git",
29
+ "url": "git+https://github.com/apify/apify-cli.git"
30
+ },
31
+ "keywords": [
32
+ "apify",
33
+ "client",
34
+ "node",
35
+ "command",
36
+ "line",
37
+ "bash"
38
+ ],
39
+ "author": {
40
+ "name": "Apify",
41
+ "email": "support@apify.com",
42
+ "url": "https://www.apify.com"
43
+ },
44
+ "license": "Apache-2.0",
45
+ "bugs": {
46
+ "url": "https://github.com/apify/apify-cli/issues"
47
+ },
48
+ "homepage": "https://github.com/apify/apify-cli#readme",
49
+ "engines": {
50
+ "node": ">=12.0.0"
51
+ },
52
+ "dependencies": {
53
+ "@apify/actor-templates": "^0.1.3",
54
+ "@apify/consts": "^1.7.0",
55
+ "@apify/input_schema": "^2.0.8",
56
+ "@crawlee/memory-storage": "^3.0.3",
57
+ "@oclif/command": "^1.8.16",
58
+ "@oclif/config": "^1.18.3",
59
+ "@oclif/errors": "^1.3.5",
60
+ "@oclif/plugin-commands": "^2.1.0",
61
+ "@oclif/plugin-help": "^5.1.12",
62
+ "ajv": "^8.10.0",
63
+ "apify-client": "^2.2.0",
64
+ "archiver-promise": "^1.0.0",
65
+ "chalk": "^4.1.2",
66
+ "child-process-promise": "^2.2.1",
67
+ "extract-zip": "^2.0.1",
68
+ "globby": "^11.1.0",
69
+ "got-scraping": "^3.2.9",
70
+ "inquirer": "^7.3.3",
71
+ "is-online": "^10.0.0",
72
+ "istextorbinary": "^6.0.0",
73
+ "load-json-file": "^6.2.0",
74
+ "mime": "^2.6.0",
75
+ "minimist": "^1.2.5",
76
+ "ow": "^0.28.1",
77
+ "rimraf": "^3.0.2",
78
+ "semver": "^7.3.5",
79
+ "underscore": "^1.13.2",
80
+ "unzipper": "^0.10.11",
81
+ "write-json-file": "^4.3.0"
82
+ },
83
+ "devDependencies": {
84
+ "@apify/eslint-config": "^0.2.3",
85
+ "@oclif/dev-cli": "^1.26.0",
86
+ "@oclif/test": "^2.1.0",
87
+ "chai": "^4.3.4",
88
+ "chai-as-promised": "^7.1.1",
89
+ "eslint": "^8.11.0",
90
+ "mocha": "^10.0.0",
91
+ "sinon": "^9.2.4"
92
+ },
93
+ "oclif": {
94
+ "bin": "apify",
95
+ "commands": "./src/commands",
96
+ "hooks": {
97
+ "prerun": [
98
+ "./src/hooks/pre_run.js"
99
+ ]
100
+ }
100
101
  }
101
- }
102
102
  }
@@ -136,7 +136,6 @@ class PushCommand extends ApifyCommand {
136
136
  }
137
137
 
138
138
  build = await apifyClient.build(build.id).get();
139
- console.dir(build);
140
139
 
141
140
  outputs.link('Actor build detail', `https://console.apify.com/actors/${build.actId}#/builds/${build.buildNumber}`);
142
141