Skip to content

Commit 9b4bf65

Browse files
m-murasovsB4nan
andauthored
feat: add code samples for Apify CLI (#1359)
Adds Apify CLI code samples. These are currently under CURL, since custom languages aren't supported. Some of the commands are still in development, I guess. E.g. the request queues are missing from the CLI. # NOTE when this is merged, you'll need to go to Actor `X8D0L4wfpO8fCL1uL` and un-comment `curl` in the `LANGUAGES` const in `main.js` --------- Co-authored-by: Martin Adámek <[email protected]>
1 parent c0b836d commit 9b4bf65

34 files changed

+46
-11
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
apify builds ls
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
apify actors build <ACTOR ID>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
apify actors rm <ACTOR ID>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
apify actors info <ACTOR ID>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
apify runs resurrect <RUN ID>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
apify runs ls <ACTOR ID>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
apify actors start <ACTOR ID>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
apify builds rm <BUILD ID>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
apify builds info <BUILD ID>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
apify builds log <BUILD ID>

0 commit comments

Comments
 (0)