Skip to content

Commit

Permalink
doc: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sunggun-yu committed Feb 9, 2022
1 parent ebef73f commit afe6af7
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ Available Commands:
help Help about any command
list List all environment variable profiles
show Print the environment variables of profile
start Start new shell session with environment variable profile
use Set default environment variable profile
version Print the version of envp
Expand Down Expand Up @@ -150,6 +151,18 @@ envp my-lab -- docker ps -a
envp my-vault-1 -- vault login
```
### Start new shell session with your default `$SHELL`
You can create new shell session with injected environment variable from your profile. It might be more useful for most of use case since you can seemlessly execute multiple of commands.
```bash
# start new shell session with default profile
envp start
# start new shell session with specific profile
envp start <profile-name>
```
### List profiles
```bash
Expand Down

0 comments on commit afe6af7

Please sign in to comment.