Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.08 KB

File metadata and controls

44 lines (30 loc) · 1.08 KB

edgelet runtimeclass

Runtime class operations

Synopsis

Manage runtime class definitions for local microservice deploy manifests.

Subcommands: ls, inspect, rm.

Examples

edgelet runtimeclass ls -o json
  edgelet runtimeclass inspect <name>
  edgelet runtimeclass rm <name>

Options

  -h, --help   help for runtimeclass

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