github.com/choria-io/go-choria@v0.28.1-0.20240416190746-b3bf9c7d5a45/internal/fs/cheats/facts.md (about) 1 # reports fact distribution 2 choria facts os.architecture 3 4 # view nodes matching each value 5 choria facts os.architecture -n 6 7 # view results as a table, accepts optional -n 8 choria facts os.architecture --table 9 10 # view results as JSON data 11 choria facts os.architecture --json