Import

Store information from the keyswitch definition file into the database.The database is built in a local file, and if the file does not exist when the command is executed, a new one is created.

import

Store keyswitch information from the keyswitch definition file (yaml, xlsx) in the database.

ksm import -f <path> -i <path>

Option (short)

Option (long)

Description

Required

Note

-f

–database

Database file path to save

yes

If the file does not exist, create a new one.

-i

–input

File name describing the keyswitch information

yes

Example

# Yaml
ksm import -f KeySwitches.db -i example.yaml
# Spreadsheet (xlsx)
ksm import -f KeySwitches.db -i example.xlsx