Skip to content

Latest commit

 

History

History
52 lines (38 loc) · 1.47 KB

File metadata and controls

52 lines (38 loc) · 1.47 KB

edgelet ms

Microservice operations

Synopsis

Microservice lifecycle and observability on this agent.

Subcommands: ls, inspect, logs, exec, start, stop, restart, kill, rm.

Examples

edgelet ms ls -o json
  edgelet ms ls --source local
  edgelet ms inspect <uuid>
  edgelet ms logs <uuid> --follow
  edgelet ms exec <uuid> -- /bin/sh

Options

  -h, --help   help for ms

Options inherited from parent commands

      --debug            Debug logging
      --no-color         Disable color and interactive UX
  -o, --output string    Output format: human, json, yaml (default "human")
      --quiet            Suppress interactive progress output
      --socket string    Edgelet API unix socket path
      --timeout string   Request timeout
      --verbose          Verbose logging

SEE ALSO