Skip to content

Commit

Permalink
cradle-package: add page (#2569)
Browse files Browse the repository at this point in the history
  • Loading branch information
owenvoke authored and mfrw committed Nov 9, 2018
1 parent 26dc3c3 commit 213609f
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions pages/common/cradle-package.md
@@ -0,0 +1,31 @@
# cradle package

> Manage packages for a Cradle instance.
- Display a list of available packages:

`cradle package list`

- Search for a package:

`cradle package search {{package}}`

- Install a package from Packagist:

`cradle package install {{package}}`

- Install a specific version of a package:

`cradle package install {{package}} {{version}}`

- Update a package:

`cradle package update {{package}}`

- Update a package to a specific version:

`cradle package update {{package}} {{version}}`

- Remove a specific package:

`cradle package remove {{package}}`

0 comments on commit 213609f

Please sign in to comment.