mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
cli: hide --insecure of config fetch-measurements
This commit is contained in:
parent
3fde118b33
commit
947d0cb20a
@ -37,6 +37,7 @@ func newConfigFetchMeasurementsCmd() *cobra.Command {
|
||||
cmd.Flags().StringP("url", "u", "", "alternative URL to fetch measurements from")
|
||||
cmd.Flags().StringP("signature-url", "s", "", "alternative URL to fetch measurements' signature from")
|
||||
cmd.Flags().Bool("insecure", false, "skip the measurement signature verification")
|
||||
must(cmd.Flags().MarkHidden("insecure"))
|
||||
|
||||
return cmd
|
||||
}
|
||||
|
@ -108,7 +108,6 @@ constellation config fetch-measurements [flags]
|
||||
|
||||
```
|
||||
-h, --help help for fetch-measurements
|
||||
--insecure skip the measurement signature verification
|
||||
-s, --signature-url string alternative URL to fetch measurements' signature from
|
||||
-u, --url string alternative URL to fetch measurements from
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user