Forrest logo
back to context overview

direnv

List of commands for direnv:

  • direnv:tldr:4c375 direnv: Revoke the authorization to load the `.envrc` present in the current directory.
    $ direnv deny ${-}
    try on your machine
    explain this command
  • direnv:tldr:7e9f1 direnv: Grant direnv permission to load the `.envrc` present in the current directory.
    $ direnv allow ${-}
    try on your machine
    explain this command
  • direnv:tldr:7efa2 direnv: Trigger a reload of the environment.
    $ direnv reload
    try on your machine
    explain this command
  • direnv:tldr:cae81 direnv: Print some debug status information.
    $ direnv status
    try on your machine
    explain this command
  • direnv:tldr:ddb24 direnv: Edit the `.envrc` file in the default text editor and reload the environment on exit.
    $ direnv edit ${-}
    try on your machine
    explain this command
back to context overview