X Tutup
Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 750 Bytes

File metadata and controls

36 lines (25 loc) · 750 Bytes

Deployments

Reference

Examples

List deployments for a project:

.. literalinclude:: deployments.py
   :start-after: # list
   :end-before: # end list

Get a single deployment:

.. literalinclude:: deployments.py
   :start-after: # get
   :end-before: # end get
X Tutup