opspec-pkgs's repositories
aws.ecr.get-login-creds
gets login credentials for any AWS ECR registry your IAM principal has access to.
aws.s3.cp-file-to
copies a file to s3
aws.secretmanager.get-secret-value
gets a secret value from aws secretmanager
aws.sts.assume-role
returns a set of temporary security credentials that you can use to access AWS resources that you might not normally have access to
docker.build.localimage
build docker image that stores on host machines docker image store
docker.config.clean
Cleans docker configuration for safe use within an op
eruby.render
renders an [eRuby](https://en.wikipedia.org/wiki/ERuby) template
eruby.render-dir
renders a directory of [eRuby](https://en.wikipedia.org/wiki/ERuby) templates
fs.chown-dir
chowns a directory
fs.stat
returns stats for a path
git.repo.fetch-https
fetches a git repo via https transport
github.release.create
creates a github release
github.release.upload
Uploads an asset to an existing GitHub release
github.repo.branch.rename
renames a branch of a github repo
github.repo.pullrequest.create
Creates a pull request for a github repo
http.send
Sends an http request
k8s.config.apply-url
applies a k8s configuration URL to a cluster
kind.create.cluster
create a kind (kubernetes in docker) cluster
kops.aws.kubeconfig.get
Retrieve a kubeconfig for a kubernetes cluster managed by kops in aws.
mariadb.db.run
Runs a MariaDB database.
mariadb.db.waitready
Pings a MariaDB database.
oauth2.accesstokenresponse.get
gets an oauth 2.0 access token response via a device authorization grant flow
object.keys.apply-casing
applies casing to keys of an object
object.merge
merges objects
opctl.op.validate
Validates an [opctl](https://opctl.io) op
opencontainers.image.build
Builds an open container initiative (OCI) image
opencontainers.image.build-tar
Builds an open container initiative (OCI) image and outputs it as a tar.
postgres.db.run
runs a PostgreSQL database
postgresql.db.run
Runs a PostgeSQL database.
postgresql.db.waitready
Pings a PostgreSQL database until it responds or fails by timing out. Useful to know when a DB has finished launching.