blob: 9877499279c26d5cd82dd1033689dd02703cb2ff (
plain)
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
|
=================
Running demoapp
=================
Pre-requisite
-------------
Install cliff with the following links.
::
- `install <http://docs.openstack.org/developer/cliff/install.html>`
or
- `demoapp <http://docs.openstack.org/developer/cliff/demoapp.html>`
Setup
-----
Now, install the policy2tosca module.
::
$ cd policy2tosca
$ python setup.py install
Usage
-----
To see a list of commands available, run
::
$ policy2tosca --help
To see help for an individual command, include the command name on the command line
::
$ policy2tosca help add_type
|