logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

sos_help - get detailed help information on sos commands and components

Description

soshelp is used to retrieve more detailed information on the various SoS commands and components than is
       directly available in either other manpages or --help output.

       This  information  could  for example be investigating a specific plugin to learn more about its purpose,
       use case, collections, available plugin options, edge cases, and more.

       Most aspects of SoS' operation can be investigated this way - the top level functions  such  as   report,clean,  and collect, as well as constructs that allow those functions to work; e.g. transports within soscollect that define how that function connects to remote nodes.

Name

       sos_help - get detailed help information on sos commands and components

Required Arguments

TOPIC

       The section or topic to retrieve detailed help information for. TOPIC takes the general
              form of command.component.entity, with component and entity being optional.

       Top-level command help sections will often direct users to component sections which in turn may point  to
       further entity subsections.

       Some of the more useful or interesting sections are listed below:

           TopicDescriptionreport                    The sosreport command
           report.plugins            Information on what report plugins are
           report.plugins.$plugin    Information on a specific plugin
           clean or mask             The sosclean|mask command
           collect                   The soscollect command
           collect.clusters          How collect enumerates nodes in a cluster
           policies                  How SoS behaves on different distributions

                                                 Fri Nov 05 2021                                     SOS_HELP(1)

Synopsis

soshelpTOPIC

See Also