generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
enhancementNew feature or requestNew feature or request
Description
I have some Ion that uses a shared symbol table. I want to look at its structure. This works in ionist:
[remote ~]$ cat 2e6f77b665156035 | ionist -p
{
$77: 134839698,
$78: 0,
$42: 111,
}
But in the Ion CLI:
[local ~]$ cat 2e6f77b665156035 | ion dump
Error: encountered field ID with undefined text: $96
Caused by:
encountered field ID with undefined text: $96
This is mostly annoying because ionist doesn't work on ARM macs, otherwise I would just use it all the time. Is there any way to get a version of ionist compiled for ARM macs?
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request