dx-cli
Installation
SKILL.md
DX CLI
Use the dx CLI to manage your organization's Software Catalog, Scorecards, and Engineering data from the command line. All commands communicate with the DX web API and require authentication.
Getting Help
Run dx --help to see all top-level commands. Run dx <subcommand> --help to see usage for any command:
dx --help
dx auth --help
dx catalog --help
dx catalog entities --help
dx catalog entityTypes --help
dx scorecards --help
dx studio --help
All commands accept --json to return machine-readable JSON instead of human-readable output.