Skip to content

Commit 51eb48b

Browse files
committed
Merge branch 'master' into bcwu-deploy-manifest-tests
2 parents e8b5a05 + 35c5eae commit 51eb48b

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

README.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Here's an example command that deploys a Jupyter notebook to Posit Connect.
5656

5757
```bash
5858
rsconnect deploy notebook \
59-
--server https://connect.example.org:3939 \
59+
--server https://connect.example.org \
6060
--api-key my-api-key \
6161
my-notebook.ipynb
6262
```
@@ -132,7 +132,7 @@ Use the `add` command to store information about a Posit Connect server:
132132
```bash
133133
rsconnect add \
134134
--api-key my-api-key \
135-
--server https://connect.example.org:3939 \
135+
--server https://connect.example.org \
136136
--name myserver
137137
```
138138

@@ -179,14 +179,14 @@ You can verify that a URL refers to a running instance of Posit Connect by using
179179
the `details` command:
180180

181181
```bash
182-
rsconnect details --server https://connect.example.org:3939
182+
rsconnect details --server https://connect.example.org
183183
```
184184

185185
In this form, `rsconnect` will only tell you whether the URL given does, in fact, refer
186186
to a running Posit Connect instance. If you include a valid API key:
187187

188188
```bash
189-
rsconnect details --server https://connect.example.org:3939 --api-key my-api-key
189+
rsconnect details --server https://connect.example.org --api-key my-api-key
190190
```
191191

192192
the tool will provide the version of Posit Connect (if the server is configured to
@@ -471,7 +471,7 @@ is trusted by your Jupyter Notebook server, API client or user's browser, then y
471471
don't need to do anything special. You can test this out with the `details` command:
472472

473473
```bash
474-
rsconnect details --api-key my-api-key --server https://connect.example.org:3939
474+
rsconnect details --api-key my-api-key --server https://connect.example.org
475475
```
476476

477477
If this fails with a TLS Certificate Validation error, then you have two options.
@@ -483,7 +483,7 @@ If this fails with a TLS Certificate Validation error, then you have two options
483483
```bash
484484
rsconnect details \
485485
--api-key my-api-key \
486-
--server https://connect.example.org:3939 \
486+
--server https://connect.example.org \
487487
--cacert /path/to/certificate.pem
488488
```
489489

@@ -493,7 +493,7 @@ If this fails with a TLS Certificate Validation error, then you have two options
493493
```bash
494494
rsconnect add \
495495
--api-key my-api-key \
496-
--server https://connect.example.org:3939 \
496+
--server https://connect.example.org \
497497
--insecure
498498
```
499499

@@ -589,7 +589,7 @@ The user can render a Jupyter notebook without its corresponding input code cell
589589

590590
```
591591
rsconnect deploy notebook \
592-
--server https://connect.example.org:3939 \
592+
--server https://connect.example.org \
593593
--api-key my-api-key \
594594
--hide-all-input \
595595
my-notebook.ipynb
@@ -601,7 +601,7 @@ To selectively hide input cells in a Jupyter notebook, the user needs to follow
601601

602602
```
603603
rsconnect deploy notebook \
604-
--server https://connect.example.org:3939 \
604+
--server https://connect.example.org \
605605
--api-key my-api-key \
606606
--hide-tagged-input \
607607
my-notebook.ipynb
@@ -685,7 +685,7 @@ $ rsconnect content search
685685
"bundle_id": "142",
686686
"image_name": null,
687687
"r_version": null,
688-
"content_url": "https://connect.example.org:3939/content/4ffc819c-065c-420c-88eb-332db1133317/",
688+
"content_url": "https://connect.example.org/content/4ffc819c-065c-420c-88eb-332db1133317/",
689689
"connection_timeout": null,
690690
"min_processes": null,
691691
"last_deployed_time": "2021-12-02T18:09:11Z",
@@ -704,7 +704,7 @@ $ rsconnect content search
704704
"init_timeout": null,
705705
"id": "18",
706706
"quarto_version": null,
707-
"dashboard_url": "https://connect.example.org:3939/connect/#/apps/4ffc819c-065c-420c-88eb-332db1133317",
707+
"dashboard_url": "https://connect.example.org/connect/#/apps/4ffc819c-065c-420c-88eb-332db1133317",
708708
"run_as_current_user": false,
709709
"owner_guid": "edf26318-0027-4d9d-bbbb-54703ebb1855",
710710
"max_processes": null
@@ -803,8 +803,8 @@ build all "tracked" content that has the status `NEEDS_BUILD`.
803803
804804
```bash
805805
$ rsconnect content build run
806-
[INFO] 2021-12-14T13:02:45-0500 Initializing ContentBuildStore for https://connect.example.org:3939
807-
[INFO] 2021-12-14T13:02:45-0500 Starting content build (https://connect.example.org:3939)...
806+
[INFO] 2021-12-14T13:02:45-0500 Initializing ContentBuildStore for https://connect.example.org
807+
[INFO] 2021-12-14T13:02:45-0500 Starting content build (https://connect.example.org)...
808808
[INFO] 2021-12-14T13:02:45-0500 Starting build: 4ffc819c-065c-420c-88eb-332db1133317
809809
[INFO] 2021-12-14T13:02:50-0500 Running = 1, Pending = 0, Success = 0, Error = 0
810810
[INFO] 2021-12-14T13:02:50-0500 Build succeeded: 4ffc819c-065c-420c-88eb-332db1133317
@@ -820,7 +820,7 @@ and inspect the build logs with the `rsconnect content build logs` subcommand.
820820
821821
```
822822
$ rsconnect content build ls --status ERROR
823-
[INFO] 2021-12-14T13:07:32-0500 Initializing ContentBuildStore for https://connect.example.org:3939
823+
[INFO] 2021-12-14T13:07:32-0500 Initializing ContentBuildStore for https://connect.example.org
824824
[
825825
{
826826
"rsconnect_build_status": "ERROR",
@@ -839,10 +839,10 @@ $ rsconnect content build ls --status ERROR
839839
},
840840
"id": "pZoqfBoi6BgpKde5"
841841
},
842-
"dashboard_url": "https://connect.example.org:3939/connect/#/apps/4ffc819c-065c-420c-88eb-332db1133317",
842+
"dashboard_url": "https://connect.example.org/connect/#/apps/4ffc819c-065c-420c-88eb-332db1133317",
843843
"name": "logs-api-python",
844844
"title": "logs-api-python",
845-
"content_url": "https://connect.example.org:3939/content/4ffc819c-065c-420c-88eb-332db1133317/",
845+
"content_url": "https://connect.example.org/content/4ffc819c-065c-420c-88eb-332db1133317/",
846846
"bundle_id": "141",
847847
"rsconnect_last_build_time": "2021-12-14T18:07:16Z",
848848
"created_time": "2021-07-19T19:17:32Z",
@@ -851,7 +851,7 @@ $ rsconnect content build ls --status ERROR
851851
]
852852
853853
$ rsconnect content build logs --guid 4ffc819c-065c-420c-88eb-332db1133317
854-
[INFO] 2021-12-14T13:09:27-0500 Initializing ContentBuildStore for https://connect.example.org:3939
854+
[INFO] 2021-12-14T13:09:27-0500 Initializing ContentBuildStore for https://connect.example.org
855855
Building Python API...
856856
Cannot find compatible environment: no compatible Local environment with Python version 3.9.5
857857
Task failed. Task exited with status 1.
@@ -973,7 +973,7 @@ which uses a JSON Web Token to request an initial API key from a fresh Connect i
973973
This feature **requires Python version 3.6 or higher**.
974974
975975
```bash
976-
$ rsconnect bootstrap --server https://connect.example.org:3939 --jwt-keypath /path/to/secret.key
976+
$ rsconnect bootstrap --server https://connect.example.org --jwt-keypath /path/to/secret.key
977977
```
978978
979979
A full description on how to use `rsconnect bootstrap` in a provisioning workflow is provided in the Connect administrator guide's

0 commit comments

Comments
 (0)