[[command]]
name = "devbox"
description = "Creates isolated, reproducible development environments backed by Nix packages. The list/info/search/version subcommands query package metadata and environment state without modifying the system. Actively maintained by Jetify with regular releases."
url = "https://www.jetify.com/devbox/docs/"
bare_flags = ["--help", "--version", "-h"]
[[command.sub]]
name = "list"
standalone = ["--help", "-h"]
[[command.sub]]
name = "info"
bare = false
standalone = ["--help", "--json", "--markdown", "-h"]
[[command.sub]]
name = "search"
bare = false
standalone = ["--help", "-h"]
[[command.sub]]
name = "version"
standalone = ["--help", "-h"]