Difference between revisions of "Gitlab-runner --help"

From wikieduonline
Jump to navigation Jump to search
Line 2: Line 2:
 
  [[gitlab-runner]] --help
 
  [[gitlab-runner]] --help
  
<pre>
 
NAME:
 
  gitlab-runner - a GitLab Runner
 
  
USAGE:
+
NAME:
  gitlab-runner [global options] command [command options] [arguments...]
+
    gitlab-runner - a GitLab Runner
 
+
VERSION:
+
USAGE:
  13.7.0 (943fc252)
+
    gitlab-runner [global options] command [command options] [arguments...]
 
+
AUTHOR:
+
VERSION:
  GitLab Inc. <[email protected]>
+
    13.7.0 (943fc252)
 
+
COMMANDS:
+
AUTHOR:
    exec                  execute a build locally
+
    GitLab Inc. <[email protected]>  
    list                  List all configured runners
+
    run                  run multi runner service
+
COMMANDS:
    register              register a new runner
+
      exec                  execute a build locally
    install              install service
+
      list                  List all configured runners
    uninstall            uninstall service
+
      run                  run multi runner service
    start                start service
+
      register              register a new runner
    stop                  stop service
+
      install              install service
    restart              restart service
+
      uninstall            uninstall service
    status                get status of a service
+
      start                start service
    run-single            start single runner
+
      stop                  stop service
    unregister            unregister specific runner
+
      restart              restart service
    verify                verify all registered runners
+
      status                get status of a service
    artifacts-downloader  download and extract build artifacts (internal)
+
      run-single            start single runner
    artifacts-uploader    create and upload build artifacts (internal)
+
      unregister            unregister specific runner
    cache-archiver        create and upload cache artifacts (internal)
+
      verify                verify all registered runners
    cache-extractor      download and extract cache artifacts (internal)
+
      artifacts-downloader  download and extract build artifacts (internal)
    cache-init            changed permissions for cache paths (internal)
+
      artifacts-uploader    create and upload build artifacts (internal)
    health-check          check health for a specific address
+
      cache-archiver        create and upload cache artifacts (internal)
    read-logs            reads job logs from a file, used by kubernetes executor (internal)
+
      cache-extractor      download and extract cache artifacts (internal)
    help, h              Shows a list of commands or help for one command
+
      cache-init            changed permissions for cache paths (internal)
 
+
      health-check          check health for a specific address
GLOBAL OPTIONS:
+
      read-logs            reads job logs from a file, used by kubernetes executor (internal)
  --cpuprofile value          write cpu profile to file [$CPU_PROFILE]
+
      help, h              Shows a list of commands or help for one command
  --debug                      debug mode [$DEBUG]
+
  --log-format value          Choose log format (options: runner, text, json) [$LOG_FORMAT]
+
GLOBAL OPTIONS:
  --log-level value, -l value  Log level (options: debug, info, warn, error, fatal, panic) [$LOG_LEVEL]
+
    --cpuprofile value          write cpu profile to file [$CPU_PROFILE]
  --help, -h                  show help
+
    --debug                      debug mode [$DEBUG]
  --version, -v                print the version
+
    --log-format value          Choose log format (options: runner, text, json) [$LOG_FORMAT]
</pre>
+
    --log-level value, -l value  Log level (options: debug, info, warn, error, fatal, panic) [$LOG_LEVEL]
 +
    --help, -h                  show help
 +
    --version, -v                print the version
  
  

Revision as of 07:44, 6 May 2021

gitlab-runner --help


NAME:
   gitlab-runner - a GitLab Runner 

USAGE:
   gitlab-runner [global options] command [command options] [arguments...]

VERSION:
   13.7.0 (943fc252)

AUTHOR:
   GitLab Inc. <[email protected]> 

COMMANDS:
     exec                  execute a build locally
     list                  List all configured runners
     run                   run multi runner service
     register              register a new runner
     install               install service
     uninstall             uninstall service
     start                 start service
     stop                  stop service
     restart               restart service
     status                get status of a service
     run-single            start single runner
     unregister            unregister specific runner
     verify                verify all registered runners
     artifacts-downloader  download and extract build artifacts (internal)
     artifacts-uploader    create and upload build artifacts (internal)
     cache-archiver        create and upload cache artifacts (internal)
     cache-extractor       download and extract cache artifacts (internal)
     cache-init            changed permissions for cache paths (internal)
     health-check          check health for a specific address
     read-logs             reads job logs from a file, used by kubernetes executor (internal)
     help, h               Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --cpuprofile value           write cpu profile to file [$CPU_PROFILE]
   --debug                      debug mode [$DEBUG]
   --log-format value           Choose log format (options: runner, text, json) [$LOG_FORMAT]
   --log-level value, -l value  Log level (options: debug, info, warn, error, fatal, panic) [$LOG_LEVEL]
   --help, -h                   show help
   --version, -v                print the version


See also

Advertising: