Skip to content

Commit 28a8512

Browse files
committed
Merge branch 'master' into cloud-rebrand
2 parents 806c5d9 + 870a3c6 commit 28a8512

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

rsconnect/bundle.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,8 @@ def write_manifest(
190190
nb_name: str,
191191
environment: Environment,
192192
output_dir: str,
193-
hide_all_input: bool,
194-
hide_tagged_input: bool,
193+
hide_all_input: bool = False,
194+
hide_tagged_input: bool = False,
195195
image: str = None,
196196
) -> typing.Tuple[list, list]:
197197
"""Create a manifest for source publishing the specified notebook.

rsconnect/main.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,8 +245,9 @@ def cli(future):
245245
certificate file to use for TLS. The last two items are only relevant if the
246246
URL specifies the "https" protocol.
247247
248-
For Posit Cloud and shinyapps.io, the information needed to connect includes
249-
the account, auth token, auth secret, and server ('posit.cloud' or 'shinyapps.io').
248+
For Posit Cloud, the information needed to connect includes the auth token, auth
249+
secret, and server ('posit.cloud'). For shinyapps.io, the auth token, auth secret,
250+
server ('shinyapps.io'), and account are needed.
250251
"""
251252
global future_enabled
252253
future_enabled = future

0 commit comments

Comments
 (0)