From f1eb3b3dd890de0b94153362a2d5b330d1741200 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 05:15:24 +0000 Subject: [PATCH 1/2] fix(deps): update rust crate openssl to v0.10.68 --- Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6f702caf42..50a76a55d7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2270,9 +2270,9 @@ checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" [[package]] name = "openssl" -version = "0.10.66" +version = "0.10.68" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9529f4786b70a3e8c61e11179af17ab6188ad8d0ded78c5529441ed39d4bd9c1" +checksum = "6174bc48f102d208783c2c84bf931bb75927a617866870de8a4ea85597f871f5" dependencies = [ "bitflags", "cfg-if", @@ -2302,9 +2302,9 @@ checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" [[package]] name = "openssl-sys" -version = "0.9.103" +version = "0.9.104" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f9e8deee91df40a943c71b917e5874b951d32a802526c85721ce3b776c929d6" +checksum = "45abf306cbf99debc8195b66b7346498d7b10c210de50418b5ccd7ceba08c741" dependencies = [ "cc", "libc", From c47504e1b287548d7c57723406f5f8e1abeda59d Mon Sep 17 00:00:00 2001 From: "mise[bot]" <123107610+mise-en-dev@users.noreply.github.com> Date: Fri, 18 Oct 2024 05:21:54 +0000 Subject: [PATCH 2/2] Commit from GitHub Actions (test) --- docs/cli/config.md | 8 ++++++-- docs/cli/config/ls.md | 6 +++++- docs/cli/index.md | 4 ++-- mise.usage.kdl | 2 ++ 4 files changed, 15 insertions(+), 5 deletions(-) diff --git a/docs/cli/config.md b/docs/cli/config.md index 79457da5c3..f757327f3f 100644 --- a/docs/cli/config.md +++ b/docs/cli/config.md @@ -1,6 +1,6 @@ # `mise config` -**Usage**: `mise config [--no-header] ` +**Usage**: `mise config [--no-header] [-J --json] ` **Aliases**: `cfg` @@ -12,9 +12,13 @@ Manage config files Do not print table header +### `-J --json` + +Output in JSON format + ## Subcommands * [`mise config generate [-o --output ]`](/cli/config/generate.md) * [`mise config get [-f --file ] [KEY]`](/cli/config/get.md) -* [`mise config ls [--no-header]`](/cli/config/ls.md) +* [`mise config ls [--no-header] [-J --json]`](/cli/config/ls.md) * [`mise config set [-f --file ] [-t --type ] `](/cli/config/set.md) diff --git a/docs/cli/config/ls.md b/docs/cli/config/ls.md index e53064f4d3..c665ff6cb5 100644 --- a/docs/cli/config/ls.md +++ b/docs/cli/config/ls.md @@ -1,6 +1,6 @@ # `mise config ls` -**Usage**: `mise config ls [--no-header]` +**Usage**: `mise config ls [--no-header] [-J --json]` List config files currently in use @@ -10,6 +10,10 @@ List config files currently in use Do not print table header +### `-J --json` + +Output in JSON format + Examples: mise config ls diff --git a/docs/cli/index.md b/docs/cli/index.md index 1b4afc020c..e173043f88 100644 --- a/docs/cli/index.md +++ b/docs/cli/index.md @@ -41,10 +41,10 @@ Answer yes to all confirmation prompts * [`mise cache clear [PLUGIN]...`](/cli/cache/clear.md) * [`mise cache prune [--dry-run] [-v --verbose...] [PLUGIN]...`](/cli/cache/prune.md) * [`mise completion [SHELL]`](/cli/completion.md) -* [`mise config [--no-header] `](/cli/config.md) +* [`mise config [--no-header] [-J --json] `](/cli/config.md) * [`mise config generate [-o --output ]`](/cli/config/generate.md) * [`mise config get [-f --file ] [KEY]`](/cli/config/get.md) -* [`mise config ls [--no-header]`](/cli/config/ls.md) +* [`mise config ls [--no-header] [-J --json]`](/cli/config/ls.md) * [`mise config set [-f --file ] [-t --type ] `](/cli/config/set.md) * [`mise current [PLUGIN]`](/cli/current.md) * [`mise deactivate`](/cli/deactivate.md) diff --git a/mise.usage.kdl b/mise.usage.kdl index b715bdfa81..6e1b2a3d3b 100644 --- a/mise.usage.kdl +++ b/mise.usage.kdl @@ -186,6 +186,7 @@ cmd "config" help="Manage config files" { alias "cfg" alias "toml" hide=true flag "--no-header" help="Do not print table header" + flag "-J --json" help="Output in JSON format" cmd "generate" help="[experimental] Generate a mise.toml file" { alias "g" after_long_help r"Examples: @@ -215,6 +216,7 @@ cmd "config" help="Manage config files" { $ mise config ls " flag "--no-header" help="Do not print table header" + flag "-J --json" help="Output in JSON format" } cmd "set" help="Display the value of a setting in a mise.toml file" { after_long_help r"Examples: