apify-cli 0.8.2-beta.0 → 0.8.2-beta.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "apify-cli",
3
- "version": "0.8.2-beta.0",
3
+ "version": "0.8.2-beta.1",
4
4
  "description": "Apify command-line interface helps you create, develop, build and run Apify actors, and manage the Apify cloud platform.",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -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