Skip to content

Commit

Permalink
adding docs for the list-launches command
Browse files Browse the repository at this point in the history
  • Loading branch information
eamonnfaherty committed Apr 29, 2019
1 parent 8397942 commit c698b80
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ Welcome to aws-service-catalog-puppets's documentation!
puppet/getting_up_and_running
puppet/designing_your_manifest
puppet/notifications
puppet/utils
puppet/upgrading
20 changes: 20 additions & 0 deletions docs/source/puppet/utils.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
Utils
=====

The following utils will help you manage your AWS Accounts when using ServiceCatalog-Puppet:


## list-launches
The list-launches command can currently only be invoked on an expanded manifest.yaml file. To
expand your manifest you must run the following:

```bash
servicecatalog-puppet expand manifest.yaml
```

This will create a file named ```manifest-expanded.yaml in the same directory```.

You can then run ```list-launches```:
```bash
servicecatalog-puppet list-launches manifest-expanded.yaml
```

0 comments on commit c698b80

Please sign in to comment.