summaryrefslogtreecommitdiff
path: root/docs/platform/guide/miscellaneous.md
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2014-11-30 23:26:39 -0800
committerelijah <elijah@riseup.net>2014-11-30 23:26:39 -0800
commit0c176b30cb8ba1bd359150d7998f7bb749ff12a5 (patch)
treec222ce0f1de61355f6a157a6b4ccbe64ee0c8e42 /docs/platform/guide/miscellaneous.md
parent3e2fba9049a98482f1e59cb13eb4cd980606a504 (diff)
reorganize the platform pages
Diffstat (limited to 'docs/platform/guide/miscellaneous.md')
-rw-r--r--docs/platform/guide/miscellaneous.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/platform/guide/miscellaneous.md b/docs/platform/guide/miscellaneous.md
new file mode 100644
index 0000000..c38c007
--- /dev/null
+++ b/docs/platform/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.
+