File: publish.rst

package info (click to toggle)
python-briefcase 0.3.22-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,300 kB
  • sloc: python: 59,405; makefile: 57
file content (44 lines) | stat: -rw-r--r-- 1,009 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
=======
publish
=======

**COMING SOON**

Uploads your application to a publication channel. By default, targets the
current platform's default output format, using that format's default
publication channel.

You may need to provide additional configuration details (e.g., authentication
credentials), depending on the publication channel selected.

Usage
=====

To publish the application artefacts for the current platform's default output
format to the default publication channel:

.. code-block:: console

    $ briefcase publish

To publish the application artefacts for a different platform:

.. code-block:: console

    $ briefcase publish <platform>

To publish the application artefacts for a specific output format:

.. code-block:: console

    $ briefcase publish <platform> <output format>

Options
=======

The following options can be provided at the command line.

``-c <channel>`` / ``--channel <channel>``
------------------------------------------

Nominate a publication channel to use.