Import octopus v1 schema file.
$ oct import ojson --help
Option | Env. Variable | Description |
---|---|---|
-i , --input |
OCTOPUS_INPUT |
Octopus v1 schema file to import |
-o , --output |
OCTOPUS_OUTPUT |
Target octopus schema file |
Import *.ojson
file:
$ oct import ojson \
--input database.ojson \
--output databse.json