Skip to content

Commit

Permalink
fix: mention URL JSON path in kurtosis run -h (#1676)
Browse files Browse the repository at this point in the history
## 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>
  • Loading branch information
leeederek and h4ck3rk3y committed Nov 2, 2023
1 parent 9bb5ca8 commit c8c0ec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/cli/commands/run/run.go
Expand Up @@ -194,7 +194,7 @@ var StarlarkRunCmd = &engine_consuming_kurtosis_command.EngineConsumingKurtosisC
},
{
Key: packageArgsFileFlagKey,
Usage: "The file (JSON/YAML) will be used as arguments passed to the Kurtosis Package",
Usage: "The file (JSON/YAML) that will be used to pass in arguments to the Kurtosis package. Can be a URL or file path.",
Type: flags.FlagType_String,
Default: packageArgsFileDefaultValue,
},
Expand Down

0 comments on commit c8c0ec8

Please sign in to comment.