snowplow / igluctl

A command-line tool for working with Iglu schema registries
8 stars 6 forks source link

Ability to generate schema lists locally #89

Open istreeter opened 3 years ago

istreeter commented 3 years ago

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.

jbeemster commented 3 years ago

I would vote for just cp - it makes the most sense and can also power hosting of schemas using servers other than S3 Buckets much easier.