mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
10 lines
298 B
Markdown
10 lines
298 B
Markdown
## PEEP-004: Subcommands
|
|
|
|
NOT YET ACCEPTED
|
|
|
|
Pipenv will automatically run commands like "pipenv deploy" if the "pipenv-deploy" binary is available on the path.
|
|
|
|
These subcommands cannot overwrite built-in commands.
|
|
|
|
These subcommands will receive environment variables with contextual information.
|