|
cr_setup()
|
A helper setup function for setting up use with googleCloudRunner |
|
cr_setup_auth()
|
Create a service account for googleCloudRunner |
|
cr_setup_service() cr_setup_role_lookup()
|
Give a service account the right permissions for googleCloudRunner operations |
|
cr_setup_test()
|
Run tests over your setup |
|
cr_bucket_set() cr_bucket_get()
|
Get/Set the Cloud Storage bucket for your Cloud Build Service |
|
cr_email_get() cr_email_set()
|
Get/Set cloud build email |
|
cr_project_set() cr_project_get()
|
Get/Set the projectId for your CloudRun services |
|
cr_region_set() cr_region_get()
|
Get/Set the endpoint for your CloudRun services |
|
cr_buildstep()
|
Create a yaml build step |
|
cr_buildstep_bash()
|
Run a bash script in a Cloud Build step |
|
cr_buildstep_decrypt()
|
Create a build step for decrypting files via KMS |
|
cr_buildstep_df()
|
Convert a data.frame into cr_buildstep |
|
cr_buildstep_docker()
|
Create a build step to build and push a docker image |
|
cr_buildstep_edit()
|
Modify an existing buildstep with new parameters |
|
cr_buildstep_extract()
|
Extract a buildstep from a Build object |
|
cr_buildstep_gcloud()
|
A buildstep template for gcloud |
|
cr_buildstep_gitsetup() cr_buildstep_git() git_volume()
|
Create a build step for authenticating with Git |
|
cr_buildstep_mailgun()
|
Send an email in a Cloud Build step via MailGun.org |
|
cr_buildstep_nginx_setup()
|
Setup nginx for Cloud Run in a buildstep |
|
cr_buildstep_packagetests()
|
Do R package tests and upload to Codecov |
|
cr_buildstep_pkgdown()
|
Create buildsteps for deploying an R pkgdown website to GitHub |
|
cr_buildstep_r()
|
Run an R script in a Cloud Build R step |
|
cr_buildstep_run()
|
Create buildsteps to deploy to Cloud Run |
|
cr_buildstep_secret()
|
Create a buildstep for using Secret Manager |
|
cr_buildstep_slack()
|
Send a Slack message to a channel from a Cloud Build step |
|
cr_build_yaml()
|
Create a cloudbuild Yaml object in R |
|
cr_build_yaml_artifact()
|
Add an artifact for cloudbuild.yaml |