Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 938 Bytes

octopus-worker-view.mdx

File metadata and controls

43 lines (30 loc) · 938 Bytes
layout pubDate modDate title description navOrder
src/layouts/Default.astro
2023-01-01
2024-02-01
octopus worker view
View a worker
139

import SamplesInstance from 'src/shared-content/samples/samples-instance.include.md';

View a worker in Octopus Deploy

Usage:
  octopus worker view {<name> | <id>} [flags]

Flags:
  -w, --web   Open in web browser


Global Flags:
  -h, --help                   Show help for a command
      --no-prompt              Disable prompting in interactive mode
  -f, --output-format string   Specify the output format for a command ("json", "table", or "basic") (default "table")
  -s, --space string           Specify the space for operations

Examples

$ octopus worker view Machines-100
$ octopus worker view 'worker'


Learn more