summaryrefslogtreecommitdiff
path: root/docs/platform/guide/miscellaneous.md
blob: c38c007c47ed174954f241920fb64bbf35624179 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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.