0.1.3 • Published 6 months ago
@enclaved/encli v0.1.3
encli
CLI utilities for working with enclaved application server for TEEs.
Installation
npm install -g encliOr use it directly with npx:
npx encli [command]Usage
# Display help
encli --help
# Run the test command
encli test
# Run the test command with verbose output
encli test --verboseDevelopment
Setup
# Clone the repository
git clone <repository-url>
cd encli
# Install dependencies
npm installBuild
npm run buildRun locally
# Run the CLI directly
npm start
# Or run a specific command
npm start -- testTest
npm testLicense
MIT