Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ Command list
* `phpunit`_
* `plugin`_
* `precheck`_
* `protocol`_
* `purge`_
* `pull`_
* `push`_
Expand Down Expand Up @@ -413,6 +414,18 @@ Pre-checks a patch on the CI server.
mdk precheck


protocol
--------

Allows user to toggle between http and https for an instance.

**Example**

::

mdk protocol https


purge
-----

Expand Down
1 change: 1 addition & 0 deletions mdk/commands/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ def getCommand(cmd):
'phpunit',
'plugin',
'precheck',
'protocol',
'pull',
'purge',
'push',
Expand Down
Loading