From 8f0b2cda6182fb1fa0bbd186df693b516d220d2c Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 10 Mar 2019 10:00:31 -0400 Subject: [PATCH] Create PEEP --- peeps/PEEP | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 peeps/PEEP diff --git a/peeps/PEEP b/peeps/PEEP new file mode 100644 index 00000000..aea8d00a --- /dev/null +++ b/peeps/PEEP @@ -0,0 +1,9 @@ +## PEEP-003: 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.