Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Oh My Zsh
Commits
2647a8cc
Commit
2647a8cc
authored
Jun 15, 2018
by
Yann VR
Committed by
Marc Cornellà
Jun 15, 2018
Browse files
Meteor-1-2 arguments update (#4538)
Fixes #4280 Fixes #4321
parent
4105faf6
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/meteor/_meteor
View file @
2647a8cc
...
@@ -13,19 +13,36 @@ _meteor_installed_packages() {
...
@@ -13,19 +13,36 @@ _meteor_installed_packages() {
local -a _1st_arguments
local -a _1st_arguments
_1st_arguments=(
_1st_arguments=(
'run:[Default] Run this project in local development mode'
"run: [default] Run this project in local development mode."
'create:Create a new project'
"debug: Run the project, but suspend the server process for debugging."
'update:Upgrade this project to the latest version of Meteor'
"create: Create a new project."
'add:Add a package to this project'
"update: Upgrade this project's dependencies to their latest versions."
'remove:Remove a package from this project'
"add: Add a package to this project."
'list:List available packages'
"remove: Remove a package from this project."
'help:Display Meteor help'
"list: List the packages explicitly used by your project."
'bundle:Pack this project up into a tarball'
"add-platform: Add a platform to this project."
'mongo:Connect to the Mongo database for the specified site'
"remove-platform: Remove a platform from this project."
'deploy:Deploy this project to Meteor'
"list-platforms: List the platforms added to your project."
'logs:Show logs for specified site'
"build: Build this project for all platforms."
'reset:Reset the project state. Erases the local database.'
"lint: Build this project and run the linters printing all errors and warnings."
'test-packages:Test one or more packages'
"shell: Launch a Node REPL for interactively evaluating server-side code."
"mongo: Connect to the Mongo database for the specified site."
"reset: Reset the project state. Erases the local database."
"deploy: Deploy this project to Meteor."
"logs: Show logs for specified site."
"authorized: View or change authorized users and organizations for a site."
"claim: Claim a site deployed with an old Meteor version."
"login: Log in to your Meteor developer account."
"logout: Log out of your Meteor developer account."
"whoami: Prints the username of your Meteor developer account."
"test-packages: Test one or more packages."
"admin: Administrative commands."
"list-sites: List sites for which you are authorized."
"publish-release: Publish a new meteor release to the package server."
"publish: Publish a new version of a package to the package server."
"publish-for-arch: Builds an already-published package for a new platform."
"search: Search through the package server database."
"show: Show detailed information about a release or package."
)
)
local expl
local expl
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment