ion-cli
This package is considered experimental. It is under active/early development, and the API is subject to change.
Clone the repository
git clone https://github.com/amzn/ion-cli.git
Step into the newly created directory
cd ion-cli
Install Rust/Cargo via rustup
Build the ion
tool
cargo install --path .
This will put a copy of the ion
executable in ~/.cargo/bin
.
Confirm that ~/.cargo/bin
is on your $PATH
. rustup
will probably take care of this for you.
Confirm that the executable is available
ion help
git clone https://github.com/amzn/ion-cli.git
cd ion-cli
Build and run the image ```
docker build -t
docker run -it --rm [optional flags...]
docker build -t ion-cli:0.1.1 .
docker run -it --rm ion-cli:0.1.1 ion -V
docker run -it --rm -v $PWD:/data ion-cli:0.1.1 ion dump /data/test.ion
```
See CONTRIBUTING for more information.
This project is licensed under the Apache-2.0 License.