Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Save manifest to file #899

Open
ManiProjs opened this issue Nov 7, 2024 · 3 comments · May be fixed by #1027
Open

Save manifest to file #899

ManiProjs opened this issue Nov 7, 2024 · 3 comments · May be fixed by #1027
Assignees

Comments

@ManiProjs
Copy link

What would you like to see changed/added?

I like to save the manifest to file, because if opening a PR failed, I don’t need to write info again with a lot of misery. I can just run something like komac submit and finished! I can try again without writing info again.

@Dragon1573
Copy link

Could you please try adding --output ./ switches?

I'd prefer manually commit, push and create pull request. So I usually do something like follows to write manifests to local files and do the rest myself.

komac update -o ./ -v 0.5.5 astral-sh.uv `
    -u 'https://github.com/astral-sh/uv/releases/download/0.5.5/uv-x86_64-pc-windows-msvc.zip' `
    -u 'https://github.com/astral-sh/uv/releases/download/0.5.5/uv-i686-pc-windows-msvc.zip'

@ManiProjs
Copy link
Author

ManiProjs commented Dec 4, 2024 via email

@ManiProjs ManiProjs linked a pull request Jan 17, 2025 that will close this issue
5 tasks
@ManiProjs
Copy link
Author

ManiProjs commented Jan 20, 2025

Hey everyone! I opened #1027 for implementing save to file. I will be happy if you help me implementing this by suggesting code

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants