Skip to content

Commit 5f55ff3

Browse files
committed
fix unit test
1 parent d96b564 commit 5f55ff3

1 file changed

Lines changed: 2 additions & 9 deletions

File tree

cmd/plural/plural_test.go

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,42 +27,34 @@ COMMANDS:
2727
link links a local package into an installation repo
2828
unlink unlinks a linked package
2929
help, h Shows a list of commands or help for one command
30-
3130
API:
3231
repos view and manage plural repositories
3332
api inspect the forge api
34-
3533
Debugging:
3634
watch watches applications until they become ready
3735
wait waits on applications until they become ready
3836
info generates a console dashboard for the namespace of this repo
3937
proxy proxies into running processes in your cluster
4038
logs Commands for tailing logs for specific apps
4139
ops Commands for simplifying cluster operations
42-
4340
Miscellaneous:
4441
utils useful plural utilities
45-
4642
Publishing:
4743
apply applys the current pluralfile
4844
test validate a values templace
4945
push utilities for pushing tf or helm packages
5046
template, tpl templates a helm chart to be uploaded to plural
5147
from-grafana imports a grafana dashboard to a plural crd
52-
5348
User Profile:
5449
login logs into plural and saves credentials to the current config profile
5550
import imports plural config from another file
5651
crypto forge encryption utilities
5752
config, conf reads/modifies cli configuration
5853
profile Commands for managing config profiles for plural
59-
6054
WKSPACE:
6155
create scaffolds the resources needed to create a new plural repository
62-
6356
WORKSPACE:
6457
repair commits any new encrypted changes in your local workspace automatically
65-
6658
Workspace:
6759
validate, v validates your workspace
6860
topsort, d renders a dependency-inferred topological sort of the installations in a workspace
@@ -74,7 +66,8 @@ COMMANDS:
7466
changed shows repos with pending changes
7567
7668
GLOBAL OPTIONS:
77-
--help, -h show help
69+
--help, -h show help (default: false)
70+
7871
`
7972

8073
func TestPluralApplication(t *testing.T) {

0 commit comments

Comments
 (0)