# `ic_tee_cli` ![License](https://img.shields.io/crates/l/ic_tee_cli.svg) [![Crates.io](https://img.shields.io/crates/d/ic_tee_cli.svg)](https://crates.io/crates/ic_tee_cli) [![Test](https://github.com/ldclabs/ic-tee/actions/workflows/test.yml/badge.svg)](https://github.com/ldclabs/ic-tee/actions/workflows/test.yml) [![Latest Version](https://img.shields.io/crates/v/ic_tee_cli.svg)](https://crates.io/crates/ic_tee_cli) `ic_tee_cli` is a command-line tool implemented in Rust for the `ic-tee`. ## Usage Install: ```sh cargo install ic_tee_cli # get help info ic_tee_cli --help ``` ## License Copyright © 2024 [LDC Labs](https://github.com/ldclabs). `ldclabs/ic-tee` is licensed under the MIT License. See [LICENSE](../../LICENSE-MIT) for the full license text.