Back to Ohmyzsh

meteor plugin

plugins/meteor/README.md

latest3.8 KB
Original Source

meteor plugin

The meteor plugin provides many useful aliases as well as completion for the meteor command.

Enable it by adding meteor to the plugins array in your zshrc file:

zsh
plugins=(... meteor)

Aliases

AliasCommandDescription
mameteor addAdd a package to this project
mapmeteor add-platformAdd a platform to this project
madmeteor adminAdministrative commands
maumeteor authorizedView or change authorized users and organizations for a site
mbmeteor buildBuild this project for all platforms
mclmeteor claimClaim a site deployed with an old Meteor version
mcameteor configure-androidRun the Android configuration tool from Meteor's ADK environment
mcmeteor createCreate a new project
mdbmeteor debugRun the project, but suspend the server process for debugging
mdemeteor deployDeploy this project to Meteor
mismeteor install-sdkInstalls SDKs for a platform
mlmeteor listList the packages explicitly used by your project
mlpmeteor list-platformsList the platforms added to your project
mlsmeteor list-sitesList sites for which you are authorized
mlimeteor loginLog in to your Meteor developer account
mlometeor logoutLog out of your Meteor developer account
mlogmeteor logsShow logs for specified site
mmmeteor mongoConnect to the Mongo database for the specified site
mpmeteor publishPublish a new version of a package to the package server
mpameteor publish-for-archBuilds an already-published package for a new platform
mprmeteor publish-releasePublish a new meteor release to the package server
mrmeteor removeRemove a package from this project
mrpmeteor remove-platformRemove a platform from this project
mremeteor resetReset the project state. Erases the local database
mmeteor run[default] Run this project in local development mode
msmeteor searchSearch through the package server database
mshmeteor shellLaunch a Node REPL for interactively evaluating server-side code
mswmeteor showShow detailed information about a release or package
mtmeteor test-packagesTest one or more packages
mumeteor updateUpgrade this project's dependencies to their latest versions
mwmeteor whoamiPrints the username of your Meteor developer account