This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Description
Problem Statement
❯ cortex-nightly engines
A subcommand is required
Run with --help for more information.
Feature Idea
Given that, running cortex invokes -h.
Subcommands should be the same.
e.g.
cortex-nightly engines == cortex-nightly engines -h
cortex-nightly engines get == cortex-nightly engines get -h
cortex-nightly models == cortex-nightly models -h
Is there something we're not seeing here?
Am curious if our current CLI deps make this sort of thing really hard to do 🙏