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

fix: mark --display-name required in crtprod.go #431

Merged
merged 1 commit into from
Mar 12, 2024

Conversation

DinoChiesa
Copy link
Contributor

also add two example invocations for the command.

$  ./apigeecli products create  --help       
Create an API product

Usage:
  apigeecli products create [flags]

Examples:
Create an API product, using externally defined operations, with auto approval and access=public:
  apigeecli products create --name "$product_name" \
		--display-name "$product_name" \
		--opgrp "$ops_file" \
		--envs "$env" \
		--approval auto \
		--attrs access=public \
		--token $TOKEN

Create an API product, using externally defined operations, with auto approval and access=public, and a quota of 100/minute:
  apigeecli products create --name "$product_name" \
		--display-name "$product_name" \
		--opgrp "$ops_file" \
		--envs "$env" \
		--approval auto \
		--attrs access=public \
		--quota 100 --interval 1 --unit minute \
		--token $TOKEN


Flags:
...

also add two example invocations for the command.
@ssvaidyanathan ssvaidyanathan merged commit 05dc69b into apigee:main Mar 12, 2024
4 checks passed
@DinoChiesa DinoChiesa deleted the dino-mark-display-name-reqd branch April 11, 2024 02:18
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

Successfully merging this pull request may close these issues.

2 participants