Does mise support Bitbucket & GitLab asdf-plugins? #3635
Answered
by
syhol
Ernest0-Production
asked this question in
Q&A
-
If you host your plugins on something other than GitHub, will mise be able to clone those repositories and connect to them? |
Beta Was this translation helpful? Give feedback.
Answered by
syhol
Dec 19, 2024
Replies: 1 comment
-
Yes, just use the full url with the asdf backend: ❯ mise use asdf:https://gitlab.com/wt0f/asdf-jqp
mise plugin:https://gitlab.com/wt0f/asdf-jqp ✓ https://gitlab.com/wt0f/asdf-jqp#5f496ab
mise asdf:https://gitlab.com/wt0f/asdf-jqp@0.7.0 ✓ installed mise ~/Code/syhol/mise/mise.toml tools: asdf:https://gitlab.com/wt0f/asdf-jqp@0.7.0
mise WARN missing: cargo:usage-cli@1.7.2
❯ jqp --help
jqp is a terminal user interface (TUI) for exploring the jq command line utility.
You can use it to run jq queries interactively. If no query is provided, the interface will prompt you for one.
The command accepts an optional query argument which will be executed against the input JSON or newline-delimited JSON (NDJSON).
You can provide the input JSON or NDJSON either through a file or via standard input (stdin).
Usage:
jqp [query] [flags]
Flags:
--config string path to config file (default is $HOME/.jqp.yaml)
-f, --file string path to the input JSON file
-h, --help help for jqp
-t, --theme string jqp theme
-v, --version version for jqp
❯ which jqp
/Users/syhol/.local/share/mise/installs/asdf-https-gitlab-com-wt0f-asdf-jqp/0.7.0/bin/jqp Or if its a multi-tool providing plugin, add it first, then use it. ❯ mise plugins add thanos https://gitlab.com/gitlab-com/gl-infra/asdf-promtool.git
mise plugin:thanos ✓ https://gitlab.com/gitlab-com/gl-infra/asdf-promtool.git#bf51ce4
❯ mise use thanos
mise thanos@0.37.2 ✓ installed
mise /srv/mise.toml tools: thanos@0.37.2 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Ernest0-Production
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, just use the full url with the asdf backend: