Difference between revisions of "Environment variables"
Jump to navigation
Jump to search
(17 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | + | [[wikipedia:Environment variables]] | |
Line 7: | Line 7: | ||
* <code>[[$HISTFILE]]</code> | * <code>[[$HISTFILE]]</code> | ||
* <code>[[$PWD]]</code> | * <code>[[$PWD]]</code> | ||
− | + | * <code>[[$LINENO]]</code> | |
− | + | * <code>[[$LD_LIBRARY_PATH]]</code> | |
+ | * <code>[[$PROMPT COMMAND]]</code> | ||
== Related == | == Related == | ||
− | * [[GITHUB Environment variables]] | + | * [[docker exec]] CONTAINER_NAME [[env]] |
+ | * docker exec CONTAINER_NAME [[printenv]] | ||
+ | * [[GITHUB Environment variables]]: <code>[[GITHUB_ENV]]</code> | ||
* <code>[[declare -x]]</code> | * <code>[[declare -x]]</code> | ||
* <code>[[export]]</code> | * <code>[[export]]</code> | ||
− | * [[AWS cli environmental variables]] | + | * [[AWS cli environmental variables]]: <code>[[AWS_PROFILE]]</code> |
+ | * [[Kubernetes ConfigMaps]] allows [[Pods]] consume ConfigMaps as [[environment variables]] | ||
+ | * [[PostgreSQL Environment Variables]]: <code>[[PGSSLMODE]]</code> | ||
+ | * [[Datadog environment variables]] | ||
+ | * [[Airflow environment variables]] | ||
+ | * [[Terraform environment variables]] | ||
+ | * <code>[[SOPS_GCP_KMS_IDS]]</code> environment variable | ||
== See also == | == See also == |
Latest revision as of 14:35, 25 January 2024
wikipedia:Environment variables
Related[edit]
- docker exec CONTAINER_NAME env
- docker exec CONTAINER_NAME printenv
- GITHUB Environment variables:
GITHUB_ENV
declare -x
export
- AWS cli environmental variables:
AWS_PROFILE
- Kubernetes ConfigMaps allows Pods consume ConfigMaps as environment variables
- PostgreSQL Environment Variables:
PGSSLMODE
- Datadog environment variables
- Airflow environment variables
- Terraform environment variables
SOPS_GCP_KMS_IDS
environment variable
See also[edit]
Bash [ -c ]
,alias
,&&
, Bash history, Autocompletion,set
,unset
,export
,.bash_aliases, .bashrc and .bash profile
,PS1
,echo
,brace expansion
, Function,shopt
,trap
,set -e
,source
,PATH
,complete
,disown
,.hushlogin
,.bashrc
,builtin
,eval
,set
,$PATH
,$HOME
,TZ
,.profile
,-e, -i
,Builtin (Bash)
,mapfile
,~
, return (Bash), for, until,declare, dirname, basename, functions.sh
, Bash arithmetic expansion,shift, bash --rcfile, readonly, $1, $@
- Variable, Environment variables,
declare
, Type checking - Variables: Environment variables,
env
,env-cmd
,.env/
,SHELL
,PS1, HOME, $?
,PATH
,HISTFILE, PWD, LD_LIBRARY_PATH
,printenv, getenv, getenv, direnv
, AWS cli environmental variables, envsubst,env:, env_file
(docker-compose)
Advertising: