-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Currently, checkenv show prints environment variables in the order that it receives them.
This makes it difficult to debug env files with many variables across different machines because the order in which variables are defined is frequently different on each machine. It also makes it hard to diff against old versions of files.
So either the default behavior of checkenv show should be:
- to sort the env vars alphabetically by name (with potentially a
-nosortflag in case user wants to skip sort) OR - to not sort the env vars but give users a
-sortflag that forces the sort
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working