{% extends "base.html" %} {% block title %}Command-line client{% endblock %} {% block heading %} - Command-line client{% endblock %} {% block body %}

pwclient is the command-line client for patchwork. Currently, it provides access to some read-only features of patchwork, such as downloading and applying patches.

To use pwclient, you will need:

You can create your own .pwclientrc file. Each patchwork project provides a sample linked from the 'project info' page.

{% endblock %}