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

Latest commit

 

History

History
36 lines (23 loc) · 1.17 KB

workspace-list.mdx

File metadata and controls

36 lines (23 loc) · 1.17 KB
layout page_title sidebar_title description
commands
Commands: Workspace list
workspace list
List workspaces for the current context.

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 Workspace list

Command: waypoint workspace list

List workspaces for the current context.

@include "commands/workspace-list_desc.mdx"

Usage

Usage: waypoint workspace list

Lists all the known workspaces available to the CLI for the current Waypoint server context.

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.

@include "commands/workspace-list_more.mdx"