Skip to content

Commit

Permalink
generate health command.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vad1mo committed Oct 22, 2024
1 parent 6f29dd2 commit 888b859
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions doc/cli-docs/harbor-health.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
title: harbor health
weight: 80
---
## harbor health

### Description

##### Get the health status of Harbor components

```sh
harbor health [flags]
```

### Examples

```sh
# Get the health status of Harbor components
```

### Options

```sh
-h, --help help for health
```

### Options inherited from parent commands

```sh
--config string config file (default is $HOME/.harbor/config.yaml) (default "/Users/vadim/.harbor/config.yaml")
-o, --output-format string Output format. One of: json|yaml
-v, --verbose verbose output
```

### SEE ALSO

* [harbor](harbor.md) - Official Harbor CLI

0 comments on commit 888b859

Please sign in to comment.