kurtosis-tech / kurtosis

A platform for packaging and launching ephemeral backend stacks with a focus on approachability for the average developer.
https://docs.kurtosistech.com/
Apache License 2.0
384 stars 55 forks source link

Upload file through github repository other than main branch #2537

Open nidhi-singh02 opened 3 months ago

nidhi-singh02 commented 3 months ago

Background & motivation

I wish to upload files from a Github repository, I don't wish to see the main branch(which is default branch) in my case.

Read the doc, couldn't find anything. Any idea how this can be done ?

Desired behaviour

Should be able to upload files via any branch of a Github repository using plan.upload_files

How important is this to you?

Critical; Kurtosis is unusable for me without it.

What area of the product does this pertain to?

CLI: the Command Line Interface

tedim52 commented 2 months ago

If you want to run a non-main branch, tag or commit use the following syntax kurtosis run github.com/package-author/package-repo@tag-branch-commit

There's a tool tip on this doc here: https://docs.kurtosis.com/advanced-concepts/packages/#runnable-packages

LMK if this answers your question!

nidhi-singh02 commented 2 months ago

Thanks! I am referring here to uploading files via plan.upload_files which is not allowing me to do so.