Skip to content

Tags: tomeichlersmith/denv

Tags

v1.1.3

Toggle v1.1.3's commit message
bump patch for allowing underscores in workspace name

v1.1.2

Toggle v1.1.2's commit message
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

Toggle v1.1.1's commit message
bump patch for patching new image caching with odd entrypoints

v1.1.0

Toggle v1.1.0's commit message
bump minor version for new storage mechanism

v1.0.2

Toggle v1.0.2's commit message
bump patch for next release

v1.0.1

Toggle v1.0.1's commit message
bump patch for env var sieve update

v1.0.0

Toggle v1.0.0's commit message
set version to major, stable release v1

v0.8.2

Toggle v0.8.2's commit message
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

Toggle v0.8.1's commit message
Auto Man Page Update from bump patch version for new patch release

v0.8.0

Toggle v0.8.0's commit message
bump minor version for shebang support