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

Enhancement: Add option to catalog generate to explicitly set release-dir #53

Open
jspaleta opened this issue Jun 21, 2022 · 0 comments

Comments

@jspaleta
Copy link

The problem

Right now catalog generate supported generating into a randomly named temp dir and then uses github action specific stdout text to communicate the randomly named directory and save it as release-dir for other github actions to use.

But this makes it hard to support private catalog use cases that use other CI/CD based workflows other than github actions.

Straw proposal

add a new argument to generate to specify the temp dir subdirectory name instead of using a random name. Default to using random if not specified.

This would allow other CI/CD workflows to explictly specify the full release directory path as an input to the api generate command instead of having to discover what it is via stdout scraping.V

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

No branches or pull requests

1 participant