UNPKG

10.2 kBJSONView Raw
1{"version":"0.111.0","commands":{"decrypt":{"id":"decrypt","description":"Decrypt using bearer security","pluginName":"@bearer/cli","pluginType":"core","hidden":true,"aliases":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"path":{"name":"path","type":"option"},"silent":{"name":"silent","type":"boolean","allowNo":false}},"args":[{"name":"secretKey","required":true},{"name":"decryptedMessage","required":true}]},"deploy":{"id":"deploy","description":"[DEPRECATED] Deploys integration","pluginName":"@bearer/cli","pluginType":"core","hidden":true,"aliases":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"path":{"name":"path","type":"option"},"silent":{"name":"silent","type":"boolean","allowNo":false}},"args":[]},"encrypt":{"id":"encrypt","description":"encrypt using bearer security","pluginName":"@bearer/cli","pluginType":"core","hidden":true,"aliases":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"path":{"name":"path","type":"option"},"silent":{"name":"silent","type":"boolean","allowNo":false}},"args":[{"name":"encryptionKey","required":true},{"name":"message","required":true}]},"invoke":{"id":"invoke","description":"invoke Function locally","pluginName":"@bearer/cli","pluginType":"core","aliases":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"path":{"name":"path","type":"option","char":"p"}},"args":[{"name":"Function_Name","required":true}]},"link":{"id":"link","description":"link to remote Bearer Integration","pluginName":"@bearer/cli","pluginType":"core","aliases":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"path":{"name":"path","type":"option"},"silent":{"name":"silent","type":"boolean","allowNo":false}},"args":[{"name":"Integration_Identifier"}]},"login":{"id":"login","description":"login using Bearer credentials","pluginName":"@bearer/cli","pluginType":"core","aliases":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"path":{"name":"path","type":"option"},"silent":{"name":"silent","type":"boolean","allowNo":false}},"args":[]},"new":{"id":"new","description":"generate integration boilerplate","pluginName":"@bearer/cli","pluginType":"core","aliases":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"path":{"name":"path","type":"option"},"silent":{"name":"silent","type":"boolean","allowNo":false},"skipInstall":{"name":"skipInstall","type":"boolean","hidden":true,"allowNo":false},"withViews":{"name":"withViews","type":"boolean","allowNo":false},"authType":{"name":"authType","type":"option","char":"a","description":"Authorization type","options":["OAUTH1","OAUTH2","BASIC","APIKEY","NONE","CUSTOM"]}},"args":[{"name":"IntegrationName"}]},"push":{"id":"push","description":"deploy Integration to Bearer","pluginName":"@bearer/cli","pluginType":"core","aliases":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"path":{"name":"path","type":"option"},"silent":{"name":"silent","type":"boolean","allowNo":false}},"args":[]},"start":{"id":"start","description":"start local development environment","pluginName":"@bearer/cli","pluginType":"core","aliases":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"force":{"name":"force","type":"boolean","char":"f","description":"Start using random available port","allowNo":false},"no-open":{"name":"no-open","type":"boolean","allowNo":false},"no-install":{"name":"no-install","type":"boolean","allowNo":false},"no-watcher":{"name":"no-watcher","type":"boolean","hidden":true,"allowNo":false}},"args":[]},"build:functions":{"id":"build:functions","description":"Build integration functions","pluginName":"@bearer/cli","pluginType":"core","hidden":true,"aliases":["b:f"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"path":{"name":"path","type":"option"},"silent":{"name":"silent","type":"boolean","allowNo":false},"skip-install":{"name":"skip-install","type":"boolean","allowNo":false}},"args":[]},"build:views":{"id":"build:views","description":"Build integration views","pluginName":"@bearer/cli","pluginType":"core","hidden":true,"aliases":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"path":{"name":"path","type":"option"},"silent":{"name":"silent","type":"boolean","allowNo":false},"skip-install":{"name":"skip-install","type":"boolean","allowNo":false}},"args":[]},"generate:api-documentation":{"id":"generate:api-documentation","description":"Generate an openapi REST documentation","pluginName":"@bearer/cli","pluginType":"core","hidden":true,"aliases":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"path":{"name":"path","type":"option"},"silent":{"name":"silent","type":"boolean","allowNo":false},"soft":{"name":"soft","type":"boolean","allowNo":false}},"args":[]},"generate:component":{"id":"generate:component","description":"Generate a Bearer component","pluginName":"@bearer/cli","pluginType":"core","aliases":["g:c"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"path":{"name":"path","type":"option"},"silent":{"name":"silent","type":"boolean","allowNo":false},"type":{"name":"type","type":"option","char":"t","options":["blank","collection","root"]}},"args":[{"name":"name"}]},"generate:function":{"id":"generate:function","description":"Generate a Bearer Function","pluginName":"@bearer/cli","pluginType":"core","aliases":["g:f"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"path":{"name":"path","type":"option"},"silent":{"name":"silent","type":"boolean","allowNo":false}},"args":[{"name":"name"}]},"generate":{"id":"generate","description":"generate Function or Component","pluginName":"@bearer/cli","pluginType":"core","aliases":["g"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"path":{"name":"path","type":"option"},"silent":{"name":"silent","type":"boolean","allowNo":false}},"args":[]},"generate:spec":{"id":"generate:spec","description":"Generate spec file for bearer integration","pluginName":"@bearer/cli","pluginType":"core","hidden":true,"aliases":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"path":{"name":"path","type":"option"},"silent":{"name":"silent","type":"boolean","allowNo":false},"force":{"name":"force","type":"boolean","allowNo":false}},"args":[]},"integrations:create":{"id":"integrations:create","description":"create a new Integration","pluginName":"@bearer/cli","pluginType":"core","aliases":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"path":{"name":"path","type":"option"},"silent":{"name":"silent","type":"boolean","allowNo":false},"description":{"name":"description","type":"option","char":"d"},"name":{"name":"name","type":"option","char":"n"},"skipLink":{"name":"skipLink","type":"boolean","char":"l","allowNo":false}},"args":[]},"integrations":{"id":"integrations","description":"list deployed integrations","pluginName":"@bearer/cli","pluginType":"core","aliases":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"path":{"name":"path","type":"option"},"silent":{"name":"silent","type":"boolean","allowNo":false}},"args":[]},"pack:functions":{"id":"pack:functions","description":"Pack integration functions","pluginName":"@bearer/cli","pluginType":"core","hidden":true,"aliases":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"path":{"name":"path","type":"option"},"silent":{"name":"silent","type":"boolean","allowNo":false}},"args":[{"name":"ARCHIVE_PATH","required":true}]},"pack:views":{"id":"pack:views","description":"Pack integration views","pluginName":"@bearer/cli","pluginType":"core","hidden":true,"aliases":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"path":{"name":"path","type":"option"},"silent":{"name":"silent","type":"boolean","allowNo":false},"integration-uuid":{"name":"integration-uuid","type":"option","description":"Integration unique identifier","required":true},"integration-id":{"name":"integration-id","type":"option","description":"stencil integration namespace","required":true},"cdn-host":{"name":"cdn-host","type":"option","description":"Host url where views are uploade to (ex: https:static.bearer.sh/123456/attach-pull/dist/78901/","required":true}},"args":[]},"prepare:functions":{"id":"prepare:functions","description":"describe the command here","pluginName":"@bearer/cli","pluginType":"core","hidden":true,"aliases":["p:f"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"path":{"name":"path","type":"option"},"silent":{"name":"silent","type":"boolean","allowNo":false}},"args":[]},"prepare:views":{"id":"prepare:views","description":"Prepare integration views","pluginName":"@bearer/cli","pluginType":"core","hidden":true,"aliases":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"path":{"name":"path","type":"option"},"silent":{"name":"silent","type":"boolean","allowNo":false},"empty":{"name":"empty","type":"boolean","allowNo":false}},"args":[]},"setup:auth":{"id":"setup:auth","description":"setup local credentials","pluginName":"@bearer/cli","pluginType":"core","aliases":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"path":{"name":"path","type":"option"},"silent":{"name":"silent","type":"boolean","allowNo":false}},"args":[]}}}
\No newline at end of file