Add option "experimental_features"

This commit is contained in:
lowlighter
2021-03-04 21:40:59 +01:00
parent 5c57e4c76b
commit 02ddae113b
2 changed files with 14 additions and 3 deletions

View File

@@ -178,6 +178,15 @@ inputs:
type: boolean
default: no
# Experimental features
experimental_features:
description: Experimental features
type: array
format: space-separated
default: ""
values:
- --optimize
# Use mocked data to bypass external APIs
use_mocked_data:
description: Use mocked data instead of live APIs