@@ -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
7668GLOBAL OPTIONS:
77- --help, -h show help
69+ --help, -h show help (default: false)
70+
7871`
7972
8073func TestPluralApplication (t * testing.T ) {
0 commit comments