-
Notifications
You must be signed in to change notification settings - Fork 13
feat: vefaas pipeline #141
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
Conversation
veadk/cli/cli_pipeline.py
Outdated
help="Volcengine region", | ||
) | ||
@click.option( | ||
"--cr-domain", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not from user input
veadk/cli/cli_pipeline.py
Outdated
) | ||
@click.option( | ||
"--cr-region", | ||
default=None, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we have veadk defualt
veadk/cli/cli_pipeline.py
Outdated
help="Container Registry instance name", | ||
) | ||
@click.option( | ||
"--cr-repo", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
--cr-repo-name
veadk/cli/cli_pipeline.py
Outdated
@click.option( | ||
"--cr-repo", | ||
default=None, | ||
help="Container Registry repo", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
field description
No description provided.