-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
Comments
Could you please try adding 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' |
I want to do this and I add save to file to komac new, too
…On Wed, Dec 4, 2024 at 10:33 ❤是纱雾酱哟~ ***@***.***> wrote:
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'
—
Reply to this email directly, view it on GitHub
<#899 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BMLYYWRDBROE46TMVLSZLZD2D2SLPAVCNFSM6AAAAABRLXDKXGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKMJWGM3DEMBZGU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
5 tasks
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
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.The text was updated successfully, but these errors were encountered: