-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoclif.manifest.json
1 lines (1 loc) · 3.65 KB
/
oclif.manifest.json
1
{"version":"0.0.10","commands":{"app:create":{"id":"app:create","description":"Create a shiny new mobile application\n...\nCreate a new mobile app from a template using all sorts of nifty options!\n\nTool will create an app using values from parameters or from the user config file which is located here: ~/.config/@geek/mobile/config.json\nFuture versions of the tool will allow setting config values from CLI.\n","pluginName":"oclif-plugin-titanium","pluginType":"core","aliases":[],"examples":"\n\u001b[4mCreate app from template in npm package\u001b[24m\n\n\u001b[33m\u001b[1mmobile app:create\u001b[22m\u001b[39m my-app-name [@scope/]<name>\n\u001b[33m\u001b[1mmobile app:create\u001b[22m\u001b[39m my-app-name [@scope/]<name>@<tag>\n\u001b[33m\u001b[1mmobile app:create\u001b[22m\u001b[39m my-app-name [@scope/]<name>@<version>\n\u001b[33m\u001b[1mmobile app:create\u001b[22m\u001b[39m my-app-name [@scope/]<name>@<version range>\n\n\u001b[4mCreate app from template in git repo\u001b[24m\n\n\u001b[33m\u001b[1mmobile app:create\u001b[22m\u001b[39m my-app-name <git-host>:<git-user>/<repo-name>\n\u001b[33m\u001b[1mmobile app:create\u001b[22m\u001b[39m my-app-name <git-host>:<git-user>/<repo-name>#<tag>\n\u001b[33m\u001b[1mmobile app:create\u001b[22m\u001b[39m my-app-name <git-host>:<git-user>/<repo-name>#<branch>\n\u001b[33m\u001b[1mmobile app:create\u001b[22m\u001b[39m my-app-name <git repo url>\n\n\u001b[3m(where <git-host> can be: github, bitbucket, or gitlab)\u001b[23m\n\n\u001b[4mCreate app from template in tarball\u001b[24m\n\n\u001b[33m\u001b[1mmobile app:create\u001b[22m\u001b[39m my-app-name <tarball file>\n\u001b[33m\u001b[1mmobile app:create\u001b[22m\u001b[39m my-app-name <tarball url>\n\n\u001b[4mCreate app from template in local directory\u001b[24m\n\n\u001b[33m\u001b[1mmobile app:create\u001b[22m\u001b[39m my-app-name <folder>\n\n","flags":{"template":{"name":"template","type":"option","char":"t","description":"[default: @titanium/template-alloy-default] Template to use for creating your new app","required":false},"id":{"name":"id","type":"option","char":"i","description":"[default: Generate from project name] ID for your project","required":false},"name":{"name":"name","type":"option","char":"n","description":"Name of your project","required":false},"publisher":{"name":"publisher","type":"option","char":"p","description":"Name of person/company publishing app","required":false},"copyright":{"name":"copyright","type":"option","char":"c","description":"Copyright for your project","required":false},"description":{"name":"description","type":"option","char":"d","description":"Description for your project","required":false},"url":{"name":"url","type":"option","char":"u","description":"URL for your project","required":false},"path":{"name":"path","type":"option","char":"p","description":"Specifies the directory where you want to initialize the project","required":false},"license":{"name":"license","type":"option","char":"l","description":"Specifies the license for the project","required":false},"github_username":{"name":"github_username","type":"option","description":"Specifies the github username for the project","required":false},"author_name":{"name":"author_name","type":"option","description":"Specifies the full name of the Author","required":false},"author_email":{"name":"author_email","type":"option","description":"Specifies the email address of the Author","required":false},"author_url":{"name":"author_url","type":"option","description":"Specifies the URL for the Author","required":false}},"args":[{"name":"name","description":"Name of your project","required":false},{"name":"template","description":"Template to use for creating your new app","required":false}]}}}