Skip to content

Commit 1e3360c

Browse files
authored
fix: Add CLI origin (#32)
1 parent 0da682f commit 1e3360c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "apify_shared"
3-
version = "1.3.1"
3+
version = "1.3.2"
44
description = "Tools and constants shared across Apify projects."
55
readme = "README.md"
66
license = { text = "Apache Software License" }

src/apify_shared/consts.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,8 @@ class MetaOrigin(str, Enum):
270270
ACTOR = 'ACTOR'
271271
#: Job started via Actor standby
272272
STANDBY = 'STANDBY'
273+
#: Job started via Apify CLI
274+
CLI = 'CLI'
273275

274276

275277
INTEGER_ENV_VARS_TYPE = Literal[

0 commit comments

Comments
 (0)