Skip to content

Commit 7793fc2

Browse files
committed
fix: Add CLI origin
1 parent 0da682f commit 7793fc2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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)