Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/cli/cmd/registered_integration_add.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ func newRegisteredIntegrationAddCmd() *cobra.Command {
var integrationDescription, integrationName string

cmd := &cobra.Command{
Use: "add INTEGRATION_ID --name [registration-name] --options key=value,key=value",
Use: "add INTEGRATION_ID --name [registration-name] --opt key=value",
Short: "Register a new instance of an integration",
Example: ` chainloop integration registered add dependencytrack --name send-to-prod --opt instance=https://deptrack.company.com,apiKey=1234567890 --opt username=chainloop`,
Args: cobra.ExactArgs(1),
Expand Down
Loading