Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please add examples to each command #98

Open
rfay opened this issue Sep 22, 2023 · 0 comments
Open

Please add examples to each command #98

rfay opened this issue Sep 22, 2023 · 0 comments

Comments

@rfay
Copy link

rfay commented Sep 22, 2023

Examples on each of the lagoon-sync commands would be marvelous for those of us just starting out.

So lagoon-sync sync mariadb --help could have good examples.

Tremendously easy to do with just Examples in

lagoon-sync/cmd/sync.go

Lines 40 to 46 in b93904b

var syncCmd = &cobra.Command{
Use: "sync [mariadb|files|mongodb|postgres|etc.]",
Short: "Sync a resource type",
Long: `Use Lagoon-Sync to sync an external environments resources with the local environment`,
Args: cobra.MinimumNArgs(1),
Run: syncCommandRun,
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant