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

Commit

Permalink
generate website
Browse files Browse the repository at this point in the history
  • Loading branch information
briancain committed Aug 20, 2021
1 parent 251202e commit 52a25e2
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions website/content/commands/status.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,27 @@
layout: commands
page_title: 'Commands: Status'
sidebar_title: 'status'
description: 'List statuses.'
description: 'List and refresh application statuses.'
---

# Waypoint Status

Command: `waypoint status`

List statuses.
List and refresh application statuses.

@include "commands/status_desc.mdx"

## Usage

Usage: `waypoint status [options] [project]`

View the current status of projects and applications managed by Waypoint.
View the current status of projects, applications, and their resources
managed by Waypoint.

When the '-refresh' flag is included, this command will attempt to regenerate
every requested applications status report on-demand for both local and remote
data sourced projects.

#### Global Options

Expand All @@ -30,5 +35,6 @@ View the current status of projects and applications managed by Waypoint.
- `-verbose` (`-V`) - Display more details.
- `-json` - Output the status information as JSON.
- `-all-projects` - Output status about every project in a workspace.
- `-refresh` - Refresh application status for the requested app or apps in a project.

@include "commands/status_more.mdx"

0 comments on commit 52a25e2

Please sign in to comment.