We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eda89a4 commit b6cfdd7Copy full SHA for b6cfdd7
1 file changed
src/datacustomcode/cli.py
@@ -198,6 +198,7 @@ def zip(path: str, network: str):
198
default=None,
199
help="SF CLI org alias or username. Fetches credentials via `sf org display`.",
200
)
201
+@click.option("--use-in-feature", default=None, hidden=True, deprecated=True)
202
def deploy(
203
path: str,
204
name: str,
@@ -207,6 +208,7 @@ def deploy(
207
208
profile: str,
209
network: str,
210
sf_cli_org: Optional[str],
211
+ use_in_feature: Optional[str],
212
):
213
from datacustomcode.constants import USE_IN_FEATURE_MAPPING_FOR_CONNECT_API
214
from datacustomcode.deploy import (
0 commit comments