runway-cli
Installation
SKILL.md
Runway CLI
Use the packaged .NET tool as the runtime:
dnx Runway.Cli -- --help
dnx Runway.Cli models
The NuGet package ID is Runway.Cli; the installed tool command is runway. To opt into prerelease builds from main, add --prerelease --yes (dnx Runway.Cli --prerelease --yes models). In a source checkout before publishing, use:
dotnet run --project src/cli/Runway.Cli -- <command>