Skip to content

Commit 13ad6e8

Browse files
authored
chore: docs fix (#784)
1 parent 8c1aefd commit 13ad6e8

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

docs/reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Apify CLI Reference Documentation
33
sidebar_label: Command reference
4-
toc_max_heading_level: 4
4+
toc_max_heading_level: 5
55
---
66

77
The Apify CLI provides tools for managing your Apify projects and resources from the command line. Use these commands to develop Actors locally, deploy them to Apify platform, manage storage, orchestrate runs, and handle account configuration.

website/versioned_docs/version-0.21/reference.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,26 @@ DESCRIPTION
324324
Manages runtime data operations inside of a running Actor.
325325
```
326326

327+
##### `apify actor charge EVENTNAME`
328+
329+
Charge for a specific event in the pay-per-event Actor run.
330+
331+
```
332+
USAGE
333+
$ apify actor charge EVENTNAME [--count <value>] [--idempotency-key <value>] [--test-pay-per-event]
334+
335+
ARGUMENTS
336+
EVENTNAME Name of the event to charge for
337+
338+
FLAGS
339+
--count=<value> [default: 1] Number of events to charge
340+
--idempotency-key=<value> Idempotency key for the charge request
341+
--test-pay-per-event Test pay-per-event charging without actually charging
342+
343+
DESCRIPTION
344+
Charge for a specific event in the pay-per-event Actor run.
345+
```
346+
327347
##### `apify actor get-input`
328348

329349
Gets the Actor input value from the default key-value store associated with the Actor run.
@@ -336,6 +356,21 @@ DESCRIPTION
336356
Gets the Actor input value from the default key-value store associated with the Actor run.
337357
```
338358

359+
##### `apify actor get-public-url KEY`
360+
361+
Get an HTTP URL that allows public access to a key-value store item.
362+
363+
```
364+
USAGE
365+
$ apify actor get-public-url KEY
366+
367+
ARGUMENTS
368+
KEY Key of the record in key-value store
369+
370+
DESCRIPTION
371+
Get an HTTP URL that allows public access to a key-value store item.
372+
```
373+
339374
##### `apify actor get-value KEY`
340375

341376
Gets a value from the default key-value store associated with the Actor run.

0 commit comments

Comments
 (0)