Skip to content

Commit

Permalink
Merge pull request #65 from zalando-stups/piu-pierone-config-file
Browse files Browse the repository at this point in the history
add config files for piu and pierone
  • Loading branch information
mrandi committed Feb 5, 2016
2 parents 71af0ab + 18a6c73 commit 193054a
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 2 deletions.
19 changes: 17 additions & 2 deletions components/pierone.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ For example, you can list all your team artifacts:
.. code-block:: bash
$ pierone artifacts myteam
You can use the ``latest`` command to see the latest (by creation time) tag for a given artifact:

.. code-block:: bash
Expand All @@ -58,8 +58,23 @@ You can use the ``latest`` command to see the latest (by creation time) tag for
1.8.5
How to configure
================

* Linux:

.. code-block:: bash
$ cat ~/.config/pierone.yaml
* Mac:

.. code-block:: bash
$ cat ~/Library/Application\ Support/pierone/pierone.yaml
Installation
============

See the :ref:`STUPS Installation Guide section on Pier One <pierone-deploy>` for details about deploying Pier One into your AWS account.

15 changes: 15 additions & 0 deletions components/piu.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,18 @@ How to use
==========

See the section :ref:`ssh-access` on how to get SSH access to EC2 instances with Più.

How to configure
================

* Linux:

.. code-block:: bash
$ cat ~/.config/piu.yaml
* Mac:

.. code-block:: bash
$ cat ~/Library/Application\ Support/piu/piu.yaml

0 comments on commit 193054a

Please sign in to comment.