Skip to content

Commit 4ca8849

Browse files
authored
Merge pull request #3939 from tapaswenipathak/ticket-3383
Doc: Documentation for --deploy extension and few extension differences
2 parents b6beed6 + 5b6bfc9 commit 4ca8849

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/basics.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,7 @@ The user can provide these additional parameters:
321321

322322
- ``--dev`` — Install both ``develop`` and ``default`` packages from ``Pipfile``.
323323
- ``--system`` — Use the system ``pip`` command rather than the one from your virtualenv.
324+
- ``--deploy`` — Make sure the packages are properly locked in Pipfile.lock, and abort if the lock file is out-of-date.
324325
- ``--ignore-pipfile`` — Ignore the ``Pipfile`` and install from the ``Pipfile.lock``.
325326
- ``--skip-lock`` — Ignore the ``Pipfile.lock`` and install from the ``Pipfile``. In addition, do not write out a ``Pipfile.lock`` reflecting changes to the ``Pipfile``.
326327

news/3915.doc.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Write description for --deploy extension and few extensions differences.

0 commit comments

Comments
 (0)