ion-cli icon indicating copy to clipboard operation
ion-cli copied to clipboard

Results 62 ion-cli issues
Sort by recently updated
recently updated
newest added

The CLI build does not work on Windows. Taking a really brief look, the problem is partially that **release** builds are not quite working on upstream Ion C on Windows,...

bug

### Issue #, if available: https://github.com/amazon-ion/ion-cli/issues/42 This PR is the updated version of PR[#104](https://github.com/amazon-ion/ion-cli/pull/104). Since a lot of refactoring has been done, creating a new PR would be easier to...

Code generation uses logic to find some of the constraints like `type`, `element` in order to determine the final abstract data type. This would be simplified with some sorting of...

code generation

### Issue #, if available: ### Description of changes: This PR works on adding new model changes following up on #135. This Pr only contains changes for `Sequence`. This PR...

Lays the groundwork for an `ion jq` command. This PR adds a dependency on the `jaq` crate, which provides a `jq` engine, and implements the necessary traits for the `Element`...

This could solve https://github.com/amazon-ion/ion-schema/issues/37. One possible API design would be something like this. (Most of these options are copied from `ion schema validate` since this is basically just a different...

enhancement

### Issue #, if available: ### Description of changes: ---- _**By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.**_

### Issue #, if available: ### Description of changes: Adds an `ion eq` command to test whether two Ion streams are equal. I'm not entirely sure of the API. Currently,...

For no apparent reason, `ion` CLI can read one of these files ([gist](https://gist.github.com/popematt/1ef812b3cdff9b422cff3efde39e8ea2)), but fails when reading the other. There's not a lot of difference between the two files. The...

bug