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.21 KB

context-inspect.mdx

File metadata and controls

39 lines (24 loc) · 1.21 KB
layout page_title sidebar_title description
commands
Commands: Context inspect
context inspect
Output context info.

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 Context inspect

Command: waypoint context inspect

Output context info.

@include "commands/context-inspect_desc.mdx"

Usage

Usage: waypoint context inspect [<name>]

Output information about a waypoint context or general context info.

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 information in JSON format. The default is false.

@include "commands/context-inspect_more.mdx"