attic-labs / noms

The versioned, forkable, syncable database
Apache License 2.0
7.44k stars 266 forks source link

Simplify json_import #3825

Closed aboodman closed 5 years ago

aboodman commented 5 years ago

Now that we have simple cli manipulation tools, we no longer need the import tools to support committing on their own. You can just import, get a hash, and use that to do what you want with.

Also updated json_import to use kingpin so the cli docs are better.