.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.8. .TH PYTHON-DOTENV "1" "November 2018" "python-dotenv 0.9.1-1" "User Commands" .SH NAME python-dotenv \- .env file manipulator .SH SYNOPSIS .B python-dotenv [\fI\,OPTIONS\/\fR] \fI\,COMMAND \/\fR[\fI\,ARGS\/\fR]... .SH DESCRIPTION .IP This script is used to set, get or unset values from a .env file. .SH OPTIONS .TP \fB\-f\fR, \fB\-\-file\fR PATH Location of the .env file, defaults to .env file in current working directory. .TP \fB\-q\fR, \fB\-\-quote\fR [always|never|auto] Whether to quote or not the variable values. Default mode is always. This does not affect parsing. .TP \fB\-\-version\fR Show the version and exit. .TP \fB\-\-help\fR Show this message and exit. .SS "Commands:" .TP get Retrieve the value for the given key. .TP list Display all the stored key/value. .TP run Run command with environment variables present. .TP set Store the given key/value. .TP unset Removes the given key.