Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
zreigz committed Aug 2, 2022
1 parent d96b564 commit 5f55ff3
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions cmd/plural/plural_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,42 +27,34 @@ COMMANDS:
link links a local package into an installation repo
unlink unlinks a linked package
help, h Shows a list of commands or help for one command
API:
repos view and manage plural repositories
api inspect the forge api
Debugging:
watch watches applications until they become ready
wait waits on applications until they become ready
info generates a console dashboard for the namespace of this repo
proxy proxies into running processes in your cluster
logs Commands for tailing logs for specific apps
ops Commands for simplifying cluster operations
Miscellaneous:
utils useful plural utilities
Publishing:
apply applys the current pluralfile
test validate a values templace
push utilities for pushing tf or helm packages
template, tpl templates a helm chart to be uploaded to plural
from-grafana imports a grafana dashboard to a plural crd
User Profile:
login logs into plural and saves credentials to the current config profile
import imports plural config from another file
crypto forge encryption utilities
config, conf reads/modifies cli configuration
profile Commands for managing config profiles for plural
WKSPACE:
create scaffolds the resources needed to create a new plural repository
WORKSPACE:
repair commits any new encrypted changes in your local workspace automatically
Workspace:
validate, v validates your workspace
topsort, d renders a dependency-inferred topological sort of the installations in a workspace
Expand All @@ -74,7 +66,8 @@ COMMANDS:
changed shows repos with pending changes
GLOBAL OPTIONS:
--help, -h show help
--help, -h show help (default: false)
`

func TestPluralApplication(t *testing.T) {
Expand Down

0 comments on commit 5f55ff3

Please sign in to comment.