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

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

Latest revision as of 10:05, 15 June 2022

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[edit]

Advertising: