@@ -56,7 +56,7 @@ Here's an example command that deploys a Jupyter notebook to Posit Connect.
56
56
57
57
``` bash
58
58
rsconnect deploy notebook \
59
- --server https://connect.example.org:3939 \
59
+ --server https://connect.example.org \
60
60
--api-key my-api-key \
61
61
my-notebook.ipynb
62
62
```
@@ -132,7 +132,7 @@ Use the `add` command to store information about a Posit Connect server:
132
132
``` bash
133
133
rsconnect add \
134
134
--api-key my-api-key \
135
- --server https://connect.example.org:3939 \
135
+ --server https://connect.example.org \
136
136
--name myserver
137
137
```
138
138
@@ -179,14 +179,14 @@ You can verify that a URL refers to a running instance of Posit Connect by using
179
179
the ` details ` command:
180
180
181
181
``` bash
182
- rsconnect details --server https://connect.example.org:3939
182
+ rsconnect details --server https://connect.example.org
183
183
```
184
184
185
185
In this form, ` rsconnect ` will only tell you whether the URL given does, in fact, refer
186
186
to a running Posit Connect instance. If you include a valid API key:
187
187
188
188
``` 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
190
190
```
191
191
192
192
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
471
471
don't need to do anything special. You can test this out with the ` details ` command:
472
472
473
473
``` 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
475
475
```
476
476
477
477
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
483
483
``` bash
484
484
rsconnect details \
485
485
--api-key my-api-key \
486
- --server https://connect.example.org:3939 \
486
+ --server https://connect.example.org \
487
487
--cacert /path/to/certificate.pem
488
488
```
489
489
@@ -493,7 +493,7 @@ If this fails with a TLS Certificate Validation error, then you have two options
493
493
` ` ` bash
494
494
rsconnect add \
495
495
--api-key my-api-key \
496
- --server https://connect.example.org:3939 \
496
+ --server https://connect.example.org \
497
497
--insecure
498
498
` ` `
499
499
@@ -589,7 +589,7 @@ The user can render a Jupyter notebook without its corresponding input code cell
589
589
590
590
` ` `
591
591
rsconnect deploy notebook \
592
- --server https://connect.example.org:3939 \
592
+ --server https://connect.example.org \
593
593
--api-key my-api-key \
594
594
--hide-all-input \
595
595
my-notebook.ipynb
@@ -601,7 +601,7 @@ To selectively hide input cells in a Jupyter notebook, the user needs to follow
601
601
602
602
` ` `
603
603
rsconnect deploy notebook \
604
- --server https://connect.example.org:3939 \
604
+ --server https://connect.example.org \
605
605
--api-key my-api-key \
606
606
--hide-tagged-input \
607
607
my-notebook.ipynb
@@ -685,7 +685,7 @@ $ rsconnect content search
685
685
"bundle_id": "142",
686
686
"image_name": null,
687
687
"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/",
689
689
"connection_timeout": null,
690
690
"min_processes": null,
691
691
"last_deployed_time": "2021-12-02T18:09:11Z",
@@ -704,7 +704,7 @@ $ rsconnect content search
704
704
"init_timeout": null,
705
705
"id": "18",
706
706
"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",
708
708
"run_as_current_user": false,
709
709
"owner_guid": "edf26318-0027-4d9d-bbbb-54703ebb1855",
710
710
"max_processes": null
@@ -803,8 +803,8 @@ build all "tracked" content that has the status `NEEDS_BUILD`.
803
803
804
804
```bash
805
805
$ 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)...
808
808
[INFO] 2021-12-14T13:02:45-0500 Starting build: 4ffc819c-065c-420c-88eb-332db1133317
809
809
[INFO] 2021-12-14T13:02:50-0500 Running = 1, Pending = 0, Success = 0, Error = 0
810
810
[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.
820
820
821
821
```
822
822
$ 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
824
824
[
825
825
{
826
826
"rsconnect_build_status": "ERROR",
@@ -839,10 +839,10 @@ $ rsconnect content build ls --status ERROR
839
839
},
840
840
"id": "pZoqfBoi6BgpKde5"
841
841
},
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",
843
843
"name": "logs-api-python",
844
844
"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/",
846
846
"bundle_id": "141",
847
847
"rsconnect_last_build_time": "2021-12-14T18:07:16Z",
848
848
"created_time": "2021-07-19T19:17:32Z",
@@ -851,7 +851,7 @@ $ rsconnect content build ls --status ERROR
851
851
]
852
852
853
853
$ 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
855
855
Building Python API...
856
856
Cannot find compatible environment: no compatible Local environment with Python version 3.9.5
857
857
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
973
973
This feature **requires Python version 3.6 or higher**.
974
974
975
975
```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
977
977
```
978
978
979
979
A full description on how to use `rsconnect bootstrap` in a provisioning workflow is provided in the Connect administrator guide' s
0 commit comments