{"version":"0.2.0","commands":{"add":{"id":"add","description":"add a new key with an optional default language translation content","pluginName":"texterify","pluginType":"core","aliases":[],"examples":["$ texterify add \"app.title\" \"MyApp\" --description \"The name of the app.\"","$ texterify add \"app.description\" \"My app description\"","$ texterify add \"app.title\" en=\"MyApp\" de=\"MeineApp\"","$ texterify add \"app.title\" --description \"The app name\" en=\"MyApp\" de=\"MeineApp\""],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"project-path":{"name":"project-path","type":"option"},"description":{"name":"description","type":"option","description":"Description of the key."},"auth-email":{"name":"auth-email","type":"option","description":"The email to use for authentication."},"auth-secret":{"name":"auth-secret","type":"option","description":"The secret to use for authentication."}},"args":[{"name":"name","required":true}]},"download":{"id":"download","description":"download the translations","pluginName":"texterify","pluginType":"core","aliases":[],"examples":["$ texterify download"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"project-path":{"name":"project-path","type":"option"},"export-config-id":{"name":"export-config-id","type":"option"},"emojify":{"name":"emojify","type":"boolean","allowNo":false},"auth-email":{"name":"auth-email","type":"option","description":"The email to use for authentication."},"auth-secret":{"name":"auth-secret","type":"option","description":"The secret to use for authentication."}},"args":[]},"open":{"id":"open","description":"open texterify website for the current project","pluginName":"texterify","pluginType":"core","aliases":[],"examples":["$ texterify open"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false}},"args":[]},"use":{"id":"use","description":"switch to a different texterify server (e.g. if different projects use different servers), different global configs should be stored in ~/.texterify.json.{global_config_name}","pluginName":"texterify","pluginType":"core","aliases":[],"examples":["$ texterify use serverA","$ texterify use serverB"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false}},"args":[{"name":"global_config_name","required":true}]}}}