-
Notifications
You must be signed in to change notification settings - Fork 1.5k
[Spring] add --deployment-name for app create #5740
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
Changes from 2 commits
2239d64
ad574e5
61e689d
4e55b24
be058df
2f4083a
b5cf33c
44a03e3
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -268,6 +268,8 @@ def load_arguments(self, _): | |
| help='A json file path for the persistent storages to be mounted to the app') | ||
| c.argument('loaded_public_certificate_file', options_list=['--loaded-public-certificate-file', '-f'], type=str, | ||
| help='A json file path indicates the certificates which would be loaded to app') | ||
| c.argument('deployment_name', type=str, default='default', | ||
| help='Name of the active deployment.', validator=validate_name) | ||
|
||
|
|
||
| with self.argument_context('spring app update') as c: | ||
| c.argument('assign_endpoint', arg_type=get_three_state_flag(), | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.