0.1.3 • Published 7 months ago

@enclaved/encli v0.1.3

Weekly downloads
-
License
MIT
Repository
-
Last release
7 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

7 months ago

0.1.2

7 months ago

0.1.1

7 months ago

0.1.0

7 months ago