|
|
|
@ -12,12 +12,12 @@ plugins=(... bundler) |
|
|
|
## Aliases |
|
|
|
## Aliases |
|
|
|
|
|
|
|
|
|
|
|
| Alias | Command | Description | |
|
|
|
| Alias | Command | Description | |
|
|
|
|--------|--------------------------------------|------------------------------------------------------------------------------------------| |
|
|
|
| ------ | ----------------- | -------------------------------------------------------- | |
|
|
|
| `ba` | `bundle add` | Add gem to the Gemfile and run bundle install | |
|
|
|
| `ba` | `bundle add` | Add gem to the Gemfile and run bundle install | |
|
|
|
| `bck` | `bundle check` | Verifies if dependencies are satisfied by installed gems | |
|
|
|
| `bck` | `bundle check` | Verifies if dependencies are satisfied by installed gems | |
|
|
|
| `bcn` | `bundle clean` | Cleans up unused gems in your bundler directory | |
|
|
|
| `bcn` | `bundle clean` | Cleans up unused gems in your bundler directory | |
|
|
|
| `be` | `bundle exec` | Execute a command in the context of the bundle | |
|
|
|
| `be` | `bundle exec` | Execute a command in the context of the bundle | |
|
|
|
| `bi` | `bundle install --jobs=<core_count>` | Install the dependencies specified in your Gemfile (using all cores in bundler >= 1.4.0) | |
|
|
|
| `bi` | `bundle install` | Install the dependencies specified in your Gemfile | |
|
|
|
| `bl` | `bundle list` | List all the gems in the bundle | |
|
|
|
| `bl` | `bundle list` | List all the gems in the bundle | |
|
|
|
| `bo` | `bundle open` | Opens the source directory for a gem in your bundle | |
|
|
|
| `bo` | `bundle open` | Opens the source directory for a gem in your bundle | |
|
|
|
| `bout` | `bundle outdated` | List installed gems with newer versions available | |
|
|
|
| `bout` | `bundle outdated` | List installed gems with newer versions available | |
|
|
|
|