Skip to content

Exports environment variables dynamically when entering a directory containing the .infisical.json file

Notifications You must be signed in to change notification settings

imakecodes/zsh-infisical

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

zsh-infisical

This plugin will inject environment variables into your shell session from your Infisical (self-hosted or cloud) account every time when you enter a directory that contains a .infisical.json file.

You will need to have an Infisical account and a project created and install the Infisical CLI in order to use this plugin

Installation

Clone this repository into your ~/.oh-my-zsh/custom/plugins directory:

git clone [email protected]:imakecodes/zsh-infisical.git ~/.oh-my-zsh/custom/plugins/infisical

Then add infisical to your plugins array in your ~/.zshrc file:

plugins=(... infisical)

Configuration

The default values for Infisical environment and API endpoint are:

DEFAULT_ENV=dev
DEFAULT_URL=https://app.infisical.com/api

To override globaly these values, edit your ~/.zshrc file and add the following lines:

ZSH_INFISICAL_DEFAULT_ENV=your_env
ZSH_INFISICAL_DEFAULT_URL=your_url

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/imakecodes/zsh-infisical/issues or open a Pull Request.

About

Exports environment variables dynamically when entering a directory containing the .infisical.json file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages