summaryrefslogtreecommitdiff
path: root/distro/common/markdown/man1/knife-status.mkd
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-03-03 00:46:22 -0800
committerTim Smith <tsmith@chef.io>2018-03-03 00:46:22 -0800
commit769b3cc3dc92cf02453ae7e4a3bfe48de951a190 (patch)
tree8e895fb392c6cf0d7b450d7cadd24f9646d423f9 /distro/common/markdown/man1/knife-status.mkd
parentf008d1af717a3ef147f00a796b99ca4679745bd6 (diff)
downloadchef-remove_distro_manpages.tar.gz
Remove distro manpagesremove_distro_manpages
These are horribly out of date and users should be directed to docs.chef.io instead. Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'distro/common/markdown/man1/knife-status.mkd')
-rw-r--r--distro/common/markdown/man1/knife-status.mkd36
1 files changed, 0 insertions, 36 deletions
diff --git a/distro/common/markdown/man1/knife-status.mkd b/distro/common/markdown/man1/knife-status.mkd
deleted file mode 100644
index 0a969e40dd..0000000000
--- a/distro/common/markdown/man1/knife-status.mkd
+++ /dev/null
@@ -1,36 +0,0 @@
-knife-status(1) -- Display status information for the nodes in your infrastructure
-========================================
-
-## SYNOPSIS
-
-__knife__ __status__ _(options)_
-
- * `-r`, `--run-list RUN_LIST`:
- Show the run list
-
-## DESCRIPTION
-
-The _status_ sub-command searches the Chef Server for all nodes and
-displays information about the last time the node checked into the
-server and executed a `node.save`. The fields displayed are the relative
-checkin time, the node name, it's operating system platform and version,
-the fully-qualified domain name and the default IP address. If the `-r`
-option is given, the node's run list will also be displayed. Note that
-depending on the configuration of the nodes, the FQDN and IP displayed
-may not be publicly reachable.
-
-
-## SEE ALSO
- __knife-search__(1)
-
-## AUTHOR
- Chef was written by Adam Jacob <adam@opscode.com> with many contributions from the community.
-
-## DOCUMENTATION
- This manual page was written by Joshua Timberman <joshua@opscode.com>.
- Permission is granted to copy, distribute and / or modify this document under the terms of the Apache 2.0 License.
-
-## CHEF
- Knife is distributed with Chef. <http://docs.chef.io>
-
-