We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b71a6c commit 2ea4452Copy full SHA for 2ea4452
rsconnect/main.py
@@ -1059,9 +1059,6 @@ def deploy_app(
1059
api_key: str,
1060
insecure: bool,
1061
cacert: typing.IO,
1062
- account: str,
1063
- token: str,
1064
- secret: str,
1065
entrypoint,
1066
exclude,
1067
new: bool,
@@ -1075,6 +1072,9 @@ def deploy_app(
1075
1072
extra_files,
1076
1073
env_vars: typing.Dict[str, str],
1077
1074
image: str,
+ account: str = None,
+ token: str = None,
+ secret: str = None,
1078
):
1079
kwargs = locals()
1080
kwargs["entrypoint"] = entrypoint = validate_entry_point(entrypoint, directory)
0 commit comments