Difference between revisions of "Env files"
Jump to navigation
Jump to search
(Created page with "set -a; source .env; set + -a: The -a option sets all created or modified variables or functions for export.") |
(No difference)
|
Latest revision as of 03:48, 1 December 2022
set -a; source .env; set +
-a: The -a option sets all created or modified variables or functions for export.