Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Current variant of contexts

...

eden config set-context  default

eden test


Current variant of contexts github

eden context - show current context

eden context list - show all available contexts

eden context add NAME - add context with name NAME and default config

eden context add NAME CONFIG_FILE.yml  - add context with name NAME and config from CONFIG_FILE.yml 

eden context set NAME - set NAME as current context


Now context stored in ./eden/contexts/<name.yml> 

...