In igluctl 0.8.0 we amended the igluctl static s3cp command so that also pushes schema lists to s3, as well as the schemas. However, it is sometimes helpful to get the schema lists locally.
I don't know exactly what this command (or command options) should look like. But maybe igluctl static cp to copy to a local directory. This could let us see the exact output of s3cp, which, by the way, makes other transformations to the schemas such as stripping whitespace.
In igluctl 0.8.0 we amended the
igluctl static s3cp
command so that also pushes schema lists to s3, as well as the schemas. However, it is sometimes helpful to get the schema lists locally.I don't know exactly what this command (or command options) should look like. But maybe
igluctl static cp
to copy to a local directory. This could let us see the exact output ofs3cp
, which, by the way, makes other transformations to the schemas such as stripping whitespace.