Skip to content

Commit 946c5a7

Browse files
author
Gabriel Monroy
committed
add flavors:update to deis help flavors
1 parent 7c4baee commit 946c5a7

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

client/deis.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -911,6 +911,7 @@ def flavors(self, args):
911911
flavors:create create a new node flavor
912912
flavors:info print information about a node flavor
913913
flavors:list list available flavors
914+
flavors:update update an existing node flavor
914915
flavors:delete delete a node flavor
915916
916917
Use `deis help [command]` to learn more

docs/components/formation.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
:title: Formation
2+
:description: A Deis formation is a set of infrastructure used to host applications.
3+
:keywords: formation, deis
4+
5+
.. _formation:
6+
7+
Formation
8+
=========
9+
A :ref:`formation` is a set of infrastructure used to host :ref:`Applications <application>`.
10+
Each formation includes :ref:`Layers <layer>` of :ref:`Nodes <node>`
11+
that provide different services to the formation.

0 commit comments

Comments
 (0)