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

makeflow_status - command line tool retrieving the status of makeflow programs.

Description

makeflow_status  retrieves  the  status  of makeflow programs and prints out a report to stdout. By using
       flags, users can filter out certain responses, such as only finding reports of a  certain  projet,  or  a
       certain project owner.

Environment Variables

       •   CATALOG_HOST The catalog server to retrieve reports from (same as -s).

       •   CATALOG_PORT The port to contact the catalog server on (same as -p).

Examples

       Retrieving reports related to project "awesome"

               % makeflow_status -M awesome

Exit Status

       On success, returns 0 and prints out the report to stdout.

Name

makeflow_status - command line tool retrieving the status of makeflow programs.

Options

-M,--project=<project>
              The project on which to filter results.

        -u,--username=<user>
              The owner on which to filter results.

        -s,--server=<server>
              The catalog server to retrieve the reports from.

        -p,--port=<port>
              The port to contact the catalog server on.

        -t,--timeout=<time>
              Set remote operation timeout.

        -h,--help
              Show help text.

Synopsis

       makeflow_status [options]

See Also