Skip to content

Commit

Permalink
Update cmd/deploymentparameters_create.go
Browse files Browse the repository at this point in the history
Co-authored-by: jkerssens <[email protected]>
  • Loading branch information
garnold54 and jkerssens authored Apr 24, 2024
1 parent 0fca324 commit 201490e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/deploymentparameters_create.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func newDeploymentParameterCreateCmd() *cobra.Command {
Long: `Create a deployment parameter.`,
Example: `
# Create a Web deployment parameter including the slack service and specifying a slack connection
fmeflow deploymentparameters create --type web --name slack_connection --included-service Slack --value slack_conntion_value
fmeflow deploymentparameters create --type web --name slack_connection --included-service Slack --value slack_connection_value
# Create a Database deployment parameter for PostgreSQL specifying a pgsql connection
fmeflow deploymentparameters create --type database --name pgsql_param --database-type PostgreSQL --value pgsql_connection_value
Expand Down

0 comments on commit 201490e

Please sign in to comment.