Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 567 Bytes

ojson.md

File metadata and controls

26 lines (18 loc) · 567 Bytes

ojson (octopus-db-tools v1)

한국어

Import

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

Example

Import *.ojson file:

$ oct import ojson \
    --input database.ojson \
    --output databse.json