Skip to content

Tags: LDMX-Software/denv

Tags

v1.1.3

bump patch for allowing underscores in workspace name

v1.1.2

bump patch for

  denv init [help|-h|--help] IMAGE [WORKSPACE] [--no-gitignore]
            [--force] [--name NAME] [--clean-env|--no-copy-all]

 ARGUMENT
  help       : print this help and exit
  IMAGE      : the container image to use for running the denv
  WORKSPACE  : the directory to create the denv for
               optional, defaults to present working directory

 OPTIONS
  -h, --help      : print this help and exit
  --no-gitignore  : don't generate a gitignore for the .denv directory
  --force         : overwrite an existing denv if it exists and create
                    the WORKSPACE without prompting if it doesn't exist
  --name          : set a name for this denv
  --clean-env     : don't enable copying of host environment variables
                    --no-copy-all is another alias which more closely
                    mimics the underlying implementation and wording of
                    'denv config env' erroring patch

v1.1.1

bump patch for patching new image caching with odd entrypoints

v1.1.0

bump minor version for new storage mechanism

v1.0.2

bump patch for next release

v1.0.1

bump patch for env var sieve update

v1.0.0

set version to major, stable release v1

v0.8.2

Auto Man Page Update from cleanup bad env var name regex

- ^HOSTNAME is already covered by ^HOST
- ^XDG_.*_DIRS is already covered by ^X

v0.8.1

Auto Man Page Update from bump patch version for new patch release

v0.8.0

bump minor version for shebang support