Skip to content

Commit

Permalink
/readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nicerobot committed Mar 13, 2017
1 parent db53a6f commit bbd72c8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ instance metadata provide as template variables.

## What it does

1. obtains the metadata from `169.254.169.254/latest/meta-data/`.
1. obtains the metadata from `instance-data/latest/meta-data/`.
1. renders template `{{.variables}}` in command-line parameters and environment variables.
1. `exec` the provided command.

Expand Down
5 changes: 5 additions & 0 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# TODO

- [ ] flags --save=[file] where [file] ~=
- [ ] `[.].*|.*[.]sh` - save environment to a file
- [ ] `.*[.](yaml|json)`

0 comments on commit bbd72c8

Please sign in to comment.