Skip to content

Commit

Permalink
Auto Man Page Update from bump patch for new denv init flag
Browse files Browse the repository at this point in the history
  • Loading branch information
denv-docs-bot authored and tomeichlersmith committed Dec 14, 2023
1 parent 1f07d2d commit 7fff900
Showing 1 changed file with 20 additions and 15 deletions.
35 changes: 20 additions & 15 deletions man/man1/denv.1
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@
.hy
.SH NAME
.PP
denv v0.4.0
denv v0.4.1
.SH SYNOPSIS
.PP
\f[B]denv\f[R] version
.PP
\f[B]denv\f[R] init [help|-h|\[en]help] IMAGE [WORKSPACE]
[\[en]no-gitignore] [\[en]no-copy-all] [\[en]force] [\[en]name NAME]
[\[en]no-gitignore] [\[en]clean-env|\[en]no-copy-all] [\[en]force]
[\[en]name NAME]
.PP
\f[B]denv\f[R] config [help|-h|\[en]help]
.PP
Expand Down Expand Up @@ -45,20 +46,23 @@ Generally, the \f[C]help\f[R] option (with aliases \f[C]-h\f[R] and
\f[C]--help\f[R]) print out a short help message for \f[B]denv\f[R] or
one of its sub commands.
.PP
\f[B]--help\f[R], \f[B]-h\f[R], or \f[B]help\f[R] print a short help
message for \f[B]denv\f[R] or one of its sub commands
\f[B]\f[CB]--help\f[B]\f[R], \f[B]\f[CB]-h\f[B]\f[R], or \f[B]help\f[R]
print a short help message for \f[B]denv\f[R] or one of its sub commands
.PP
\f[B]--no-gitignore\f[R] do not generate a gitignore file when setting
up a new denv configuration
\f[B]\f[CB]--no-gitignore\f[B]\f[R] do not generate a gitignore file
when setting up a new denv configuration
.PP
\f[B]--no-copy-all\f[R] do not enable copying of all host environment
variables within the new denv
\f[B]\f[CB]--clean-env\f[B]\f[R] or \f[B]\f[CB]--no-copy-all\f[B]\f[R]
do not enable copying of all host environment variables within the new
denv.
Later activation (or deactivation) of copying all host environment
variables can be done with \f[B]denv config env all\f[R]
.PP
\f[B]--force\f[R] forces re-initialization of a denv even if the current
workspace has one
\f[B]\f[CB]--force\f[B]\f[R] forces re-initialization of a denv even if
the current workspace has one
.PP
\f[B]--name\f[R] sets the name for the denv workspace that is being
initialized
\f[B]\f[CB]--name\f[B]\f[R] sets the name for the denv workspace that is
being initialized
.SS ARGUMENTS
.PP
\f[B]IMAGE\f[R] the name of a container image to use when starting a
Expand Down Expand Up @@ -135,9 +139,10 @@ be modified at your own risk.
The syntax for sharing environment variables with the denv is a bit
terse, so it is helpful to display some examples.
.PP
By default (without \f[B]--no-copy-all\f[R] when running \f[B]denv
init\f[R]), \f[B]denv\f[R] will copy all possible environment variables
from the host into the denv.
By default (without \f[B]\f[CB]--no-copy-all\f[B]\f[R] or
\f[B]\f[CB]--clean-env\f[B]\f[R] when running \f[B]denv init\f[R]),
\f[B]denv\f[R] will copy all possible environment variables from the
host into the denv.
This means one can
.IP
.nf
Expand Down

0 comments on commit 7fff900

Please sign in to comment.