apify-cli 0.20.7 → 0.20.8

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.
@@ -716,106 +716,6 @@
716
716
  "set-value.js"
717
717
  ]
718
718
  },
719
- "actors": {
720
- "aliases": [],
721
- "args": {},
722
- "description": "Commands are designed to be used with Actors.",
723
- "flags": {},
724
- "hasDynamicHelp": false,
725
- "hiddenAliases": [],
726
- "id": "actors",
727
- "pluginAlias": "apify-cli",
728
- "pluginName": "apify-cli",
729
- "pluginType": "core",
730
- "strict": true,
731
- "isESM": true,
732
- "relativePath": [
733
- "dist",
734
- "commands",
735
- "actors",
736
- "index.js"
737
- ]
738
- },
739
- "datasets": {
740
- "aliases": [],
741
- "args": {},
742
- "description": "Commands are designed to be used with Datasets.",
743
- "flags": {},
744
- "hasDynamicHelp": false,
745
- "hiddenAliases": [],
746
- "id": "datasets",
747
- "pluginAlias": "apify-cli",
748
- "pluginName": "apify-cli",
749
- "pluginType": "core",
750
- "strict": true,
751
- "isESM": true,
752
- "relativePath": [
753
- "dist",
754
- "commands",
755
- "datasets",
756
- "index.js"
757
- ]
758
- },
759
- "key-value-stores": {
760
- "aliases": [],
761
- "args": {},
762
- "description": "Commands are designed to be used with Key Value Stores.",
763
- "flags": {},
764
- "hasDynamicHelp": false,
765
- "hiddenAliases": [],
766
- "id": "key-value-stores",
767
- "pluginAlias": "apify-cli",
768
- "pluginName": "apify-cli",
769
- "pluginType": "core",
770
- "strict": true,
771
- "isESM": true,
772
- "relativePath": [
773
- "dist",
774
- "commands",
775
- "key-value-stores",
776
- "index.js"
777
- ]
778
- },
779
- "request-queues": {
780
- "aliases": [],
781
- "args": {},
782
- "description": "Commands are designed to be used with Request Queues.",
783
- "flags": {},
784
- "hasDynamicHelp": false,
785
- "hiddenAliases": [],
786
- "id": "request-queues",
787
- "pluginAlias": "apify-cli",
788
- "pluginName": "apify-cli",
789
- "pluginType": "core",
790
- "strict": true,
791
- "isESM": true,
792
- "relativePath": [
793
- "dist",
794
- "commands",
795
- "request-queues",
796
- "index.js"
797
- ]
798
- },
799
- "runs": {
800
- "aliases": [],
801
- "args": {},
802
- "description": "Commands are designed to be used with Actor Runs.",
803
- "flags": {},
804
- "hasDynamicHelp": false,
805
- "hiddenAliases": [],
806
- "id": "runs",
807
- "pluginAlias": "apify-cli",
808
- "pluginName": "apify-cli",
809
- "pluginType": "core",
810
- "strict": true,
811
- "isESM": true,
812
- "relativePath": [
813
- "dist",
814
- "commands",
815
- "runs",
816
- "index.js"
817
- ]
818
- },
819
719
  "secrets:add": {
820
720
  "aliases": [],
821
721
  "args": {
@@ -977,5 +877,5 @@
977
877
  ]
978
878
  }
979
879
  },
980
- "version": "0.20.7"
880
+ "version": "0.20.8"
981
881
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "apify-cli",
3
- "version": "0.20.7",
3
+ "version": "0.20.8",
4
4
  "description": "Apify command-line interface (CLI) helps you manage the Apify cloud platform and develop, build, and deploy Apify Actors.",
5
5
  "exports": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -1,6 +0,0 @@
1
- import { ApifyCommand } from '../../lib/apify_command.js';
2
- export declare class ActorIndexCommand extends ApifyCommand<typeof ActorIndexCommand> {
3
- static description: string;
4
- run(): Promise<void>;
5
- }
6
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/commands/actors/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAE1D,qBAAa,iBAAkB,SAAQ,YAAY,CAAC,OAAO,iBAAiB,CAAC;IAC5E,OAAgB,WAAW,SAAmD;IAExE,GAAG;CAGT"}
@@ -1,13 +0,0 @@
1
- import { ApifyCommand } from '../../lib/apify_command.js';
2
- export class ActorIndexCommand extends ApifyCommand {
3
- async run() {
4
- await this.printHelp();
5
- }
6
- }
7
- Object.defineProperty(ActorIndexCommand, "description", {
8
- enumerable: true,
9
- configurable: true,
10
- writable: true,
11
- value: 'Commands are designed to be used with Actors.'
12
- });
13
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/commands/actors/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAE1D,MAAM,OAAO,iBAAkB,SAAQ,YAAsC;IAG5E,KAAK,CAAC,GAAG;QACR,MAAM,IAAI,CAAC,SAAS,EAAE,CAAC;IACxB,CAAC;;AAJe;;;;WAAc,+CAA+C;GAAC"}
@@ -1,6 +0,0 @@
1
- import { ApifyCommand } from '../../lib/apify_command.js';
2
- export declare class DatasetsIndexCommand extends ApifyCommand<typeof DatasetsIndexCommand> {
3
- static description: string;
4
- run(): Promise<void>;
5
- }
6
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/commands/datasets/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAE1D,qBAAa,oBAAqB,SAAQ,YAAY,CAAC,OAAO,oBAAoB,CAAC;IAClF,OAAgB,WAAW,SAAqD;IAE1E,GAAG;CAGT"}
@@ -1,13 +0,0 @@
1
- import { ApifyCommand } from '../../lib/apify_command.js';
2
- export class DatasetsIndexCommand extends ApifyCommand {
3
- async run() {
4
- await this.printHelp();
5
- }
6
- }
7
- Object.defineProperty(DatasetsIndexCommand, "description", {
8
- enumerable: true,
9
- configurable: true,
10
- writable: true,
11
- value: 'Commands are designed to be used with Datasets.'
12
- });
13
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/commands/datasets/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAE1D,MAAM,OAAO,oBAAqB,SAAQ,YAAyC;IAGlF,KAAK,CAAC,GAAG;QACR,MAAM,IAAI,CAAC,SAAS,EAAE,CAAC;IACxB,CAAC;;AAJe;;;;WAAc,iDAAiD;GAAC"}
@@ -1,6 +0,0 @@
1
- import { ApifyCommand } from '../../lib/apify_command.js';
2
- export declare class KeyValueStoresIndexCommand extends ApifyCommand<typeof KeyValueStoresIndexCommand> {
3
- static description: string;
4
- run(): Promise<void>;
5
- }
6
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/commands/key-value-stores/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAE1D,qBAAa,0BAA2B,SAAQ,YAAY,CAAC,OAAO,0BAA0B,CAAC;IAC9F,OAAgB,WAAW,SAA6D;IAElF,GAAG;CAGT"}
@@ -1,13 +0,0 @@
1
- import { ApifyCommand } from '../../lib/apify_command.js';
2
- export class KeyValueStoresIndexCommand extends ApifyCommand {
3
- async run() {
4
- await this.printHelp();
5
- }
6
- }
7
- Object.defineProperty(KeyValueStoresIndexCommand, "description", {
8
- enumerable: true,
9
- configurable: true,
10
- writable: true,
11
- value: 'Commands are designed to be used with Key Value Stores.'
12
- });
13
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/commands/key-value-stores/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAE1D,MAAM,OAAO,0BAA2B,SAAQ,YAA+C;IAG9F,KAAK,CAAC,GAAG;QACR,MAAM,IAAI,CAAC,SAAS,EAAE,CAAC;IACxB,CAAC;;AAJe;;;;WAAc,yDAAyD;GAAC"}
@@ -1,6 +0,0 @@
1
- import { ApifyCommand } from '../../lib/apify_command.js';
2
- export declare class RequestQueuesIndexCommand extends ApifyCommand<typeof RequestQueuesIndexCommand> {
3
- static description: string;
4
- run(): Promise<void>;
5
- }
6
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/commands/request-queues/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAE1D,qBAAa,yBAA0B,SAAQ,YAAY,CAAC,OAAO,yBAAyB,CAAC;IAC5F,OAAgB,WAAW,SAA2D;IAEhF,GAAG;CAGT"}
@@ -1,13 +0,0 @@
1
- import { ApifyCommand } from '../../lib/apify_command.js';
2
- export class RequestQueuesIndexCommand extends ApifyCommand {
3
- async run() {
4
- await this.printHelp();
5
- }
6
- }
7
- Object.defineProperty(RequestQueuesIndexCommand, "description", {
8
- enumerable: true,
9
- configurable: true,
10
- writable: true,
11
- value: 'Commands are designed to be used with Request Queues.'
12
- });
13
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/commands/request-queues/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAE1D,MAAM,OAAO,yBAA0B,SAAQ,YAA8C;IAG5F,KAAK,CAAC,GAAG;QACR,MAAM,IAAI,CAAC,SAAS,EAAE,CAAC;IACxB,CAAC;;AAJe;;;;WAAc,uDAAuD;GAAC"}
@@ -1,6 +0,0 @@
1
- import { ApifyCommand } from '../../lib/apify_command.js';
2
- export declare class RunsIndexCommand extends ApifyCommand<typeof RunsIndexCommand> {
3
- static description: string;
4
- run(): Promise<void>;
5
- }
6
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/commands/runs/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAE1D,qBAAa,gBAAiB,SAAQ,YAAY,CAAC,OAAO,gBAAgB,CAAC;IAC1E,OAAgB,WAAW,SAAuD;IAE5E,GAAG;CAGT"}
@@ -1,13 +0,0 @@
1
- import { ApifyCommand } from '../../lib/apify_command.js';
2
- export class RunsIndexCommand extends ApifyCommand {
3
- async run() {
4
- await this.printHelp();
5
- }
6
- }
7
- Object.defineProperty(RunsIndexCommand, "description", {
8
- enumerable: true,
9
- configurable: true,
10
- writable: true,
11
- value: 'Commands are designed to be used with Actor Runs.'
12
- });
13
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/commands/runs/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAE1D,MAAM,OAAO,gBAAiB,SAAQ,YAAqC;IAG1E,KAAK,CAAC,GAAG;QACR,MAAM,IAAI,CAAC,SAAS,EAAE,CAAC;IACxB,CAAC;;AAJe;;;;WAAc,mDAAmD;GAAC"}