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

Add missing flags to kurtosis run --help #1651

Closed
barnabasbusa opened this issue Oct 30, 2023 · 2 comments
Closed

Add missing flags to kurtosis run --help #1651

barnabasbusa opened this issue Oct 30, 2023 · 2 comments
Assignees
Labels

Comments

@barnabasbusa
Copy link
Collaborator

barnabasbusa commented Oct 30, 2023

Where did you see the issue in our documentation?

kurtosis run --help

Issue description

When you run kurtosis run --help, you should see all the possible parameters that you can pass.

A few missing features that I have failed to see are:
*--args-file flag now takes a URL.

  • --always-pull flag is missing.
  • I'm sure there are some other flags that are now implemented but are missing from the --help window.
@leeederek
Copy link
Contributor

Hey @barnabasbusa - what version of the CLI are you on? I see both of the flags when I run kurtosis run --help:

Flags:
      --args-file string            The file (JSON/YAML) will be used as arguments passed to the Kurtosis Package
      --image-download missing      If unset, it defaults to missing for fetching the latest image only if not available in local cache. Use `always` to always fetch the latest image. (default "missing")

I believe you are on an older version of the CLI so thats why you might not see it!

github-merge-queue bot pushed a commit that referenced this issue Nov 2, 2023
## Description:
I noticed that `kurtosis run -h` does not mention the ability to support
a URL for the --args-file. This PR adds a few words to highlight this
support

## Is this change user facing?
YES
<!-- If yes, please add the "user facing" label to the PR -->
<!-- If yes, don't forget to include docs changes where relevant -->

## References (if applicable):
#1651

---------

Co-authored-by: Gyanendra Mishra <anomaly.the@gmail.com>
@leeederek
Copy link
Contributor

Closing this out as completed! Just make sure you're on the latest and greatest Kurtosis :)

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

No branches or pull requests

2 participants