From bbd72c8fdf5b6aeb4c4def887dbefbe83d2bff99 Mon Sep 17 00:00:00 2001 From: nicerobot Date: Sun, 12 Mar 2017 18:35:08 -0700 Subject: [PATCH] /readme --- README.md | 2 +- TODO.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 TODO.md diff --git a/README.md b/README.md index 2bd64b9..a38ba95 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..f2a8494 --- /dev/null +++ b/TODO.md @@ -0,0 +1,5 @@ +# TODO + +- [ ] flags --save=[file] where [file] ~= + - [ ] `[.].*|.*[.]sh` - save environment to a file + - [ ] `.*[.](yaml|json)`