{"version":"0.273.0","commands":{"bundle":{"id":"bundle","description":"transpiles and bundles plugin","pluginName":"flipper-pkg","pluginType":"core","aliases":[],"examples":["$ flipper-pkg bundle path/to/plugin"],"flags":{"watch":{"name":"watch","type":"boolean","description":"Watch for plugin source code and bundle it after every change.","allowNo":false},"production":{"name":"production","type":"boolean","description":"Force env.NODE_ENV=production, enable minification and disable producing source maps.","allowNo":false},"intern":{"name":"intern","type":"boolean","description":"Force inten build which replaces fb-stubs with fb.","allowNo":false}},"args":[{"name":"directory","description":"Path to plugin package directory for bundling. Defaults to the current working directory.","required":false,"default":"."}]},"checksum":{"id":"checksum","description":"computes the total checksum of all the package files","pluginName":"flipper-pkg","pluginType":"core","aliases":[],"examples":["$ flipper-pkg checksum path/to/plugin"],"flags":{},"args":[{"name":"directory","description":"Path to plugin package directory. Defaults to the current working directory.","required":false,"default":"."}]},"init":{"id":"init","description":"initializes a Flipper desktop plugin template in the provided directory","pluginName":"flipper-pkg","pluginType":"core","aliases":[],"examples":["$ flipper-pkg init path/to/plugin"],"flags":{},"args":[{"name":"directory","description":"Path to the directory where the plugin package template should be initialized. Defaults to the current working directory.","required":false,"default":"."}]},"lint":{"id":"lint","description":"validates a plugin package directory","pluginName":"flipper-pkg","pluginType":"core","aliases":[],"examples":["$ flipper-pkg lint path/to/plugin"],"flags":{},"args":[{"name":"directory","description":"Path to plugin package directory for linting. Defaults to the current working directory.","required":false,"default":"."}]},"migrate":{"id":"migrate","description":"migrates a Flipper desktop plugin to the latest version of specification","pluginName":"flipper-pkg","pluginType":"core","aliases":[],"examples":["$ flipper-pkg migrate path/to/plugin"],"flags":{"no-dependencies":{"name":"no-dependencies","type":"boolean","description":"Do not add or change package dependencies during migration.","allowNo":false},"no-scripts":{"name":"no-scripts","type":"boolean","description":"Do not add or change package scripts during migration.","allowNo":false}},"args":[{"name":"directory","description":"Path to the plugin directory. Defaults to the current working directory.","required":false,"default":"."}]},"pack":{"id":"pack","description":"packs a plugin folder into a distributable archive","pluginName":"flipper-pkg","pluginType":"core","aliases":[],"examples":["$ flipper-pkg pack path/to/plugin"],"flags":{"output":{"name":"output","type":"option","char":"o","description":"Where to output the package, file or directory. Defaults to the current working directory.","default":"."},"production":{"name":"production","type":"boolean","description":"Force env.NODE_ENV=production, enable minification and disable producing source maps.","allowNo":false},"intern":{"name":"intern","type":"boolean","description":"Force inten build which replaces fb-stubs with fb.","allowNo":false}},"args":[{"name":"directory","description":"Path to plugin package directory to pack. Defaults to the current working directory.","required":false,"default":"."}]}}}