0.1.3 • Published 6 months ago

@enclaved/encli v0.1.3

Weekly downloads
-
License
MIT
Repository
-
Last release
6 months ago

encli

CLI utilities for working with enclaved application server for TEEs.

Installation

npm install -g encli

Or 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 --verbose

Development

Setup

# Clone the repository
git clone <repository-url>
cd encli

# Install dependencies
npm install

Build

npm run build

Run locally

# Run the CLI directly
npm start

# Or run a specific command
npm start -- test

Test

npm test

License

MIT

0.1.3

6 months ago

0.1.2

6 months ago

0.1.1

6 months ago

0.1.0

6 months ago