diff options
author | Micah Anderson <micah@leap.se> | 2014-12-23 16:33:49 -0500 |
---|---|---|
committer | Micah Anderson <micah@leap.se> | 2014-12-23 16:33:49 -0500 |
commit | fc9a8af17d927085486052a53233401c42b0caab (patch) | |
tree | fd07b5b2ec8b32e82aa665dad117ee6e51791884 /doc/guide/miscellaneous.md | |
parent | 8f9c8f32fce9e2f308d0cd2b92317fd753d79771 (diff) |
update doc directory with current state from leap_doc0.6.0
Change-Id: I5b427b0e875b0e640051227cd1cdd51a52c72ac5
Diffstat (limited to 'doc/guide/miscellaneous.md')
-rw-r--r-- | doc/guide/miscellaneous.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/guide/miscellaneous.md b/doc/guide/miscellaneous.md new file mode 100644 index 00000000..c38c007c --- /dev/null +++ b/doc/guide/miscellaneous.md @@ -0,0 +1,14 @@ +@title = "Miscellaneous" +@summary = "Miscellaneous commands you may need to know." + +Facts +============================== + +There are a few cases when we must gather internal data from a node before we can successfully deploy to other nodes. This is what `facts.json` is for. It stores a snapshot of certain facts about each node, as needed. Entries in `facts.json` are updated automatically when you initialize, rename, or remove a node. To manually force a full update of `facts.json`, run: + + leap facts update FILTER + +Run `leap help facts update` for more information. + +The file `facts.json` should be committed to source control. You might not have a `facts.json` if one is not required for your provider. + |