@zk-tech/nexight-devops
v0.5.0
Published
CLI for Nexight DevOps workflows
Readme
@zk-tech/nexight-devops
nexight-devops is a TypeScript CLI for Nexight DevOps workflows.
Install
npm install -g @zk-tech/nexight-devopsCommands
nexight-devops --help
nexight-devops --version
nexight-devops doctor
nexight-devops onboard
nexight-devops onboard --set-mode aws
nexight-devops design-skill publish
nexight-devops ppe-lane deploy
nexight-devops ppe-lane destroy
nexight-devops ppe-lane status
nexight-devops ppe-lane status --allControlled Release
nexight-devops release prepare
nexight-devops release hotfix
nexight-devops release approverelease preparestarts a controlled release for a target repo and creates the approval issue.release hotfixstarts a controlled hotfix flow and supports an explicit override when release-branch patches have not yet been absorbed bymain.release approveposts the approval command to the pending release issue and advances the release.
Design Skill Publish
nexight-devops design-skill publish
nexight-devops design-skill publish --branch feature/design-skill-fix --target prompt --target skill --yesdesign-skill publishdispatches thedesign-skillprompt and/or skill test publish workflows from a non-mainbranch and prints the formatted tag used for debugging.--branch、--target、--yescan be combined to skip prompts entirely.--targetis repeatable and also accepts comma-separated values.
Development
- Node.js 20+
pnpm installpnpm lintpnpm typecheckpnpm dev -- --helppnpm testpnpm build
