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

sopv-version - Get sopv version, build, and compatibility information

Author

       This manual page was written by Daniel Kahn Gillmor. Your implementation of sopv  is  likely  written  by
       someone  else  in  alignment with the SOP specification. Please run sopvversion to learn more about your
       implementation.

Description

sopvversion emits version, build, and compatibility information about the local implementation of sopv.

       With no options supplied, sopvversion produces a single line of text to standard output and exits 0.

       The  line  of  output is separated by whitespace into two fields. The first field is the name of the sopv
       implementation and the second field is the version number.

Examples

       $ sopv version
       ExampleSop 5.2.3
       $ sopv version --sopv
       1.1
       $

Name

sopv-version - Get sopv version, build, and compatibility information

Options

       At most one of the following options is allowed.

       --backend
              Emit a single line describing the primary backend of the tool and its version information.

       --extended
              Emit multiple lines of arbitrary build and configuration information. The  first  line  of  output
              will  be  the same as the line emitted when running sopvversion with no options. This information
              is always useful when submitting a bug report about any sopv implementation.

       --sop-spec
              Indicate       the       targeted       version       of       the       sop        internet-draft
              https://datatracker.ietf.org/doc/draft-dkg-openpgp-stateless-cli/.  If the output begins with a ~,
              it indicates that the targeted draft is incomplete.

       --sopv Indicate the level of compliance with sopv. If no level of sopv is fully supported, this will fail
              with UNSUPPORTED_OPTION. Otherwise, it will emit a level  to  standard  output,  like  "1.0\n"  or
              "1.1\n". See the VERSION HISTORY section of sopv(1) for more details.

Return Code

sopvversion returns 0 to to indicate success.

       If  the  implementation  does  not  understand  one of the variants, it will return the non-zero code for
       UNSUPPORTED_OPTION.

See Also

sopv(1),   sopv-verify(1),   sopv-inline-verify(1),   Stateless   OpenPGP    Command    Line    Interface
       https://datatracker.ietf.org/doc/draft-dkg-openpgp-stateless-cli/,                RFC                9580
       https://www.rfc-editor.org/rfc/rfc9580.html

sopv 1.1                                          February 2025                                  SOPV-VERSION(1)

Synopsis

sopv [--debug] version [--backend|--extended|--sop-spec|--sopv]

See Also