diff --git a/docs/reference.md b/docs/reference.md index 09af9be11..358abf5b8 100644 --- a/docs/reference.md +++ b/docs/reference.md @@ -885,9 +885,11 @@ Use these commands to manage Actor build processes. They help you create, monito ```sh DESCRIPTION - Create, inspect, tag, and delete Actor builds on the Apify platform. + Create, inspect, abort, tag, and delete Actor builds on the Apify platform. SUBCOMMANDS + builds abort Aborts an Actor build that is currently in + progress. builds add-tag Adds a tag to a specific Actor build. builds remove-tag Removes a tag from a specific Actor build. builds rm Permanently removes an Actor build from @@ -900,6 +902,22 @@ SUBCOMMANDS terminal status (SUCCEEDED, FAILED, ABORTED, TIMED-OUT). ``` +##### `apify builds abort` + +```sh +DESCRIPTION + Aborts an Actor build that is currently in progress. + +USAGE + $ apify builds abort [--json] + +ARGUMENTS + buildId The build ID to abort. + +FLAGS + --json Format the command output as JSON. +``` + ##### `apify builds add-tag` ```sh @@ -981,7 +999,7 @@ USAGE [--limit ] [--offset ] ARGUMENTS - actorId Optional Actor ID or Name to list runs for. By default, it + actorId Optional Actor ID or Name to list builds for. By default, it will use the Actor from the current directory. FLAGS @@ -1136,17 +1154,23 @@ DESCRIPTION USAGE $ apify runs ls [actorId] [-c] [--desc] [--json] [--limit ] [--offset ] + [--status + READY|RUNNING|SUCCEEDED|FAILED|TIMING-OUT|TIMED-OUT|ABORTING|ABORTED] ARGUMENTS actorId Optional Actor ID or Name to list runs for. By default, it will use the Actor from the current directory. FLAGS - -c, --compact Display a compact table. - --desc Sort runs in descending order. - --json Format the command output as JSON. - --limit= Number of runs that will be listed. - --offset= Number of runs that will be skipped. + -c, --compact Display a compact table. + --desc Sort runs in descending order. + --json Format the command output as JSON. + --limit= Number of runs that will be listed. + --offset= Number of runs that will be skipped. + --status=