s3env

command
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 15, 2024 License: BSD-3-Clause Imports: 16 Imported by: 0

README

NAME
        s3env - manage ENV vars in an S3 object

PREREQUISITES

        The following ENV vars are required to use s3env:

	- S3ENV_KEY (defaults to env.json)
	- S3ENV_BUCKET
	- S3ENV_AWS_ACCESS_KEY_ID
	- S3ENV_AWS_REGION
	- S3ENV_AWS_SECRET_ACCESS_KEY

EXAMPLES

        s3env config                  # show all config vars
        s3env config:set FOO=1 BAR=2  # set two vars
        s3env config:get FOO          # display FOO
        s3env config:unset FOO        # remove FOO
        s3env run hello-world         # hello-world will get BAR=2 defined in its ENV

CONTEXT

        One of the limitations of heroku config vars presently is the total
        size you can configure on any given app (32kb). If you're managing
        lots of TLS certificates, that limit quickly runs out.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL