This repository has been archived on 2025-01-31. You can view files and clone it, but cannot push or open issues or pull requests.
Files
.bin
.config
.local
.oh-my-zsh
lib
plugins
adb
ant
apache2-macports
arcanist
archlinux
asdf
autoenv
autojump
autopep8
aws
battery
bbedit
bgnotify
boot2docker
bower
branch
brew
bundler
bwana
cabal
cake
cakephp3
capistrano
cargo
cask
catimg
celery
chruby
chucknorris
cloudapp
codeclimate
coffee
colemak
colored-man-pages
colorize
command-not-found
common-aliases
compleat
composer
copybuffer
copydir
copyfile
cp
cpanm
debian
dircycle
dirhistory
dirpersist
django
dnf
docker
docker-compose
dotenv
droplr
emacs
ember-cli
emoji
emoji-clock
emotty
encode64
extract
fabric
fancy-ctrl-z
fasd
fastfile
fbterm
fedora
firewalld
forklift
fossil
frontend-search
gas
gb
geeknote
gem
git
git-extras
git-flow
git-flow-avh
git-hubflow
git-prompt
git-remote-branch
gitfast
github
gitignore
glassfish
globalias
gnu-utils
go
golang
gpg-agent
gradle
grails
grunt
gulp
heroku
history
history-substring-search
httpie
iwhois
jake-node
jhbuild
jira
jruby
jsontools
jump
kate
kitchen
knife
knife_ssh
kubectl
laravel
laravel4
laravel5
last-working-dir
lein
lighthouse
lol
macports
man
marked2
mercurial
meteor
README.md
_meteor
meteor.plugin.zsh
mix
mix-fast
mosh
mvn
mysql-macports
n98-magerun
nanoc
ng
nmap
node
nomad
npm
nvm
nyan
osx
pass
paver
pep8
per-directory-history
perl
perms
phing
pip
pj
pod
postgres
pow
powder
powify
profiles
pyenv
pylint
python
rails
rake
rake-fast
rand-quote
rbenv
rbfu
react-native
rebar
redis-cli
repo
rsync
ruby
rust
rvm
safe-paste
sbt
scala
scd
screen
scw
sfffe
shrink-path
singlechar
spring
sprunge
ssh-agent
stack
sublime
sudo
supervisor
suse
svn
svn-fast-info
swiftpm
symfony
symfony2
systemadmin
systemd
taskwarrior
terminalapp
terminitor
terraform
textastic
textmate
thefuck
themes
thor
tig
tmux
tmux-cssh
tmuxinator
torrent
tugboat
ubuntu
urltools
vagrant
vault
vi-mode
vim-interaction
virtualenv
virtualenvwrapper
vundle
wakeonlan
wd
web-search
wp-cli
xcode
yarn
yii
yii2
yum
z
zeus
zsh-navigation-tools
zsh_reload
templates
themes
tools
CONTRIBUTING.md
LICENSE.txt
README.md
oh-my-zsh.sh
.themes
.vim
.Xdefaults
.Xresources
.bash_profile
.profile
.vimrc
.xinitrc
.xsessionrc
.zshrc
README.md
home/.oh-my-zsh/plugins/meteor

Introduction

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:

plugins=(... meteor)

Aliases

Alias Command Description
ma meteor add Add a package to this project
map meteor add-platform Add a platform to this project
mad meteor admin Administrative commands
mau meteor authorized View or change authorized users and organizations for a site
mb meteor build Build this project for all platforms
mcl meteor claim Claim a site deployed with an old Meteor version
mca meteor configure-android Run the Android configuration tool from Meteor's ADK environment
mc meteor create Create a new project
mdb meteor debug Run the project, but suspend the server process for debugging
mde meteor deploy Deploy this project to Meteor
mis meteor install-sdk Installs SDKs for a platform
ml meteor list List the packages explicitly used by your project
mlp meteor list-platforms List the platforms added to your project
mls meteor list-sites List sites for which you are authorized
mli meteor login Log in to your Meteor developer account
mlo meteor logout Log out of your Meteor developer account
mlog meteor logs Show logs for specified site
mm meteor mongo Connect to the Mongo database for the specified site
mp meteor publish Publish a new version of a package to the package server
mpa meteor publish-for-arch Builds an already-published package for a new platform
mpr meteor publish-release Publish a new meteor release to the package server
mr meteor remove Remove a package from this project
mrp meteor remove-platform Remove a platform from this project
mre meteor reset Reset the project state. Erases the local database
m meteor run [default] Run this project in local development mode
ms meteor search Search through the package server database
msh meteor shell Launch a Node REPL for interactively evaluating server-side code
msw meteor show Show detailed information about a release or package
mt meteor test-packages Test one or more packages
mu meteor update Upgrade this project's dependencies to their latest versions
mw meteor whoami Prints the username of your Meteor developer account