Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Latest commit

 

History

History
39 lines (24 loc) · 1.37 KB

runner-profile-inspect.mdx

File metadata and controls

39 lines (24 loc) · 1.37 KB
layout page_title sidebar_title description
commands
Commands: Runner profile inspect
runner profile inspect
Show detailed information about a runner profile.

This content is part of the legacy version of Waypoint that is no longer actively maintained. For additional information on the new vision of Waypoint, check out this blog post and the HCP Waypoint documentation.

Waypoint Runner profile inspect

Command: waypoint runner profile inspect

Show detailed information about a runner profile.

@include "commands/runner-profile-inspect_desc.mdx"

Usage

Usage: waypoint runner profile inspect <name>

Show detailed information about a runner profile.

Global Options

  • -plain - Plain output: no colors, no animation. The default is false.
  • -app=<string> (-a) - App to target. Certain commands require a single app target for Waypoint configurations with multiple apps. If you have a single app, then this can be ignored.
  • -project=<string> (-p) - Project to target.
  • -workspace=<string> (-w) - Workspace to operate in.

Command Options

  • -json - Output runner profile information as JSON. This includes more fields since this is the complete API structure. The default is false.

@include "commands/runner-profile-inspect_more.mdx"