New Kit Environment (Kenv)

New Kit Environment

This command will create a new directory in ~/.kenv/kenvs that contains a scripts directory as a place to keep scripts separate from your main Kit environment. This is usually done when you want to share scripts with the community/your team or organize them by type (scripts for GitHub, scripts for Google, etc).

Limitations

Scripts inside of kenvs do not support metadata that allow scripts to run automatically:

  • Schedule
  • Watch
  • Background
  • System

If you need to run one of these automatically, move/duplicate it to your main Kit Environment. You can do this from the main scripts menu by pressing cmd+k to see the script options.

Discuss Post