Skip to content

Commit

Permalink
Merge branch 'master' into bcwu-update-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
bcwu committed Nov 4, 2022
2 parents bdaf75c + 235019d commit 9736191
Showing 1 changed file with 16 additions and 17 deletions.
33 changes: 16 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -863,23 +863,6 @@ Cannot find compatible environment: no compatible Local environment with Python
Task failed. Task exited with status 1.
```
## Programmatic Provisioning
RStudio Connect supports the programmatic bootstrapping of an admininistrator API key
for scripted provisioning tasks. This process is supported by the `rsconnect bootstrap` command,
which uses a Json Web Token to request an initial API key from a fresh Connect instance.
!!! warning
This feature **requires Python version 3.6 or higher**.
```bash
$ rsconnect bootstrap --server https://connect.example.org:3939 --jwt-keypath /path/to/secret.key
```
A full description on how to use `rsconnect bootstrap` in a provisioning workflow is provided in the Connect administrator guide's
[programmatic provisioning](https://docs.rstudio.com/connect/admin/programmatic-provisioning) documentation.

## Common Usage Examples
### Searching for content
Expand Down Expand Up @@ -985,3 +968,19 @@ rsconnect content search --published | jq '.[].guid' > guids.txt
# bulk-add from the guids.txt by executing a single `rsconnect content build add` command
xargs printf -- '-g %s\n' < guids.txt | xargs rsconnect content build add
```
## Programmatic Provisioning
RStudio Connect supports the programmatic bootstrapping of an admininistrator API key
for scripted provisioning tasks. This process is supported by the `rsconnect bootstrap` command,
which uses a JSON Web Token to request an initial API key from a fresh Connect instance.
!!! warning
This feature **requires Python version 3.6 or higher**.
```bash
$ rsconnect bootstrap --server https://connect.example.org:3939 --jwt-keypath /path/to/secret.key
```
A full description on how to use `rsconnect bootstrap` in a provisioning workflow is provided in the Connect administrator guide's
[programmatic provisioning](https://docs.rstudio.com/connect/admin/programmatic-provisioning) documentation.

0 comments on commit 9736191

Please sign in to comment.