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

Latest commit

 

History

History
42 lines (26 loc) · 1.34 KB

user-inspect.mdx

File metadata and controls

42 lines (26 loc) · 1.34 KB
layout page_title sidebar_title description
commands
Commands: User inspect
user inspect
Show details about a single user

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

Command: waypoint user inspect

Show details about a single user

@include "commands/user-inspect_desc.mdx"

Usage

Usage: waypoint user inspect [options]

Show details about a single user, defaulting to the currently logged in user.

This shows details about the currently logged in user or any user that is specified via flags.

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

  • -username=<string> - The user to lookup. This defaults to the currently logged in user.

@include "commands/user-inspect_more.mdx"