Initial commit: breakpilot-compliance - Compliance SDK Platform
Services: Admin-Compliance, Backend-Compliance, AI-Compliance-SDK, Consent-SDK, Developer-Portal, PCA-Platform, DSMS Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
18
breakpilot-compliance-sdk/packages/cli/src/index.ts
Normal file
18
breakpilot-compliance-sdk/packages/cli/src/index.ts
Normal file
@@ -0,0 +1,18 @@
|
||||
/**
|
||||
* @breakpilot/compliance-sdk-cli
|
||||
*
|
||||
* CLI tool for BreakPilot Compliance SDK
|
||||
*
|
||||
* Commands:
|
||||
* - init: Initialize a new compliance project
|
||||
* - deploy: Deploy to hardware (Mac Mini/Mac Studio)
|
||||
* - scan: Run security scans
|
||||
* - export: Export compliance reports
|
||||
* - status: Check compliance status
|
||||
*/
|
||||
|
||||
export { initCommand } from './commands/init'
|
||||
export { deployCommand } from './commands/deploy'
|
||||
export { scanCommand } from './commands/scan'
|
||||
export { exportCommand } from './commands/export'
|
||||
export { statusCommand } from './commands/status'
|
||||
Reference in New Issue
Block a user