yage
eaefc99774
===================================================================== Subscwrypts + Environment Inheritance --- Release Notes ------------------------ - added support for environment inheritance - added support for arbitrarily nested scripts (subscwrypts) - added support for CI mode - improved modularity of zsh/utils module - refactored to move some data from ~/.config/scwrypts to ~/.local/share/scwrypts - refactored various scripts to use new subscwrypt api --- New Scripts -------------------------- zsh ) - db/interactive/postgres - aws/rds/interactive-login
11 lines
227 B
Bash
11 lines
227 B
Bash
#!/bin/zsh
|
|
export AWS__EFS__LOCAL_MOUNT_POINT=
|
|
export AWS__S3__MEDIA_BUCKET=
|
|
export AWS__S3__MEDIA_TARGETS=
|
|
export REDIS_AUTH=
|
|
export REDIS_HOST=
|
|
export REDIS_PORT=
|
|
export _AWS_ACCOUNT=
|
|
export _AWS_PROFILE=
|
|
export _AWS_REGION=
|