Readme.md in stacksondeck-1.1.1 vs Readme.md in stacksondeck-1.1.2
- old
+ new
@@ -49,11 +49,11 @@
**N.B.** At Blue Jeans we use the [`bjn_sod` cookbook](https://github.com/sczizzo/bjn-sod-cookbook)
to deploy Stacks on Deck.
## API
-### `GET /`
+### `GET /[?username=USERNAME]`
Renders Chef nodes as a Rundeck Resource Model in [RESOURCE-YAML](http://rundeck.org/docs/man5/resource-yaml.html):
---
example-node:
@@ -68,19 +68,26 @@
editUrl: http://chef-server.example.com/nodes/example-node/edit
tags:
- example-node
- example
+If the `username` parameter is given, it will override the value provided on the
+command line.
+
### `GET /v`
Return the application version:
1.0.0
(Yeah I lied when I said only one endpoint. Sue me.)
## Changelog
+
+#### v1.1.2
+
+- Allow override of `username` via query parameter
#### v1.1.1
- Return up to a million nodes
\ No newline at end of file