Skip to content

Commit b6cfdd7

Browse files
committed
Keep a deprecated version of --use-in-feature for SF CLI integration
1 parent eda89a4 commit b6cfdd7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/datacustomcode/cli.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ def zip(path: str, network: str):
198198
default=None,
199199
help="SF CLI org alias or username. Fetches credentials via `sf org display`.",
200200
)
201+
@click.option("--use-in-feature", default=None, hidden=True, deprecated=True)
201202
def deploy(
202203
path: str,
203204
name: str,
@@ -207,6 +208,7 @@ def deploy(
207208
profile: str,
208209
network: str,
209210
sf_cli_org: Optional[str],
211+
use_in_feature: Optional[str],
210212
):
211213
from datacustomcode.constants import USE_IN_FEATURE_MAPPING_FOR_CONNECT_API
212214
from datacustomcode.deploy import (

0 commit comments

Comments
 (0)