Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
add flavors:update to deis help flavors
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Monroy committed Nov 27, 2013
1 parent 7c4baee commit 946c5a7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions client/deis.py
Original file line number Diff line number Diff line change
Expand Up @@ -911,6 +911,7 @@ def flavors(self, args):
flavors:create create a new node flavor
flavors:info print information about a node flavor
flavors:list list available flavors
flavors:update update an existing node flavor
flavors:delete delete a node flavor
Use `deis help [command]` to learn more
Expand Down
11 changes: 11 additions & 0 deletions docs/components/formation.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
:title: Formation
:description: A Deis formation is a set of infrastructure used to host applications.
:keywords: formation, deis

.. _formation:

Formation
=========
A :ref:`formation` is a set of infrastructure used to host :ref:`Applications <application>`.
Each formation includes :ref:`Layers <layer>` of :ref:`Nodes <node>`
that provide different services to the formation.

0 comments on commit 946c5a7

Please sign in to comment.