You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 16, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: src/arguments.rs
+2-2
Original file line number
Diff line number
Diff line change
@@ -43,14 +43,14 @@ pub struct CliArgs {
43
43
pubhelm_repo_stackable_dev:String,
44
44
45
45
/// If you don't have access to the Stackable GitHub repos or you want to maintain your own releases you can specify additional YAML files containing release information.
46
-
/// Have a look here <TODO link when exists> for the structure.
46
+
/// Have a look [here](https://raw.githubusercontent.com/stackabletech/stackablectl/main/releases.yaml) for the structure.
47
47
/// Can either be an URL or a path to a file e.g. `https://my.server/my-releases.yaml` or '/etc/my-releases.yaml' or `C:\Users\Sebastian\my-releases.yaml`.
48
48
/// Can be specified multiple times.
49
49
#[clap(long, multiple_occurrences(true))]
50
50
pubadditional_release_files:Vec<String>,
51
51
52
52
/// If you don't have access to the Stackable GitHub repos or you want to maintain your own stacks you can specify additional YAML files containing stack information.
53
-
/// Have a look here <TODO link when exists> for the structure.
53
+
/// Have a look [here](https://raw.githubusercontent.com/stackabletech/stackablectl/main/stacks.yaml) for the structure.
54
54
/// Can either be an URL or a path to a file e.g. `https://my.server/my-stacks.yaml` or '/etc/my-stacks.yaml' or `C:\Users\Sebastian\my-stacks.yaml`.
0 commit comments