Mike McQuaid
176297d361
Handle 2.2.0 deprecations/disableds
...
- Make all `odeprecated` from 2.1.0 `odisabled` instead
- Remove dead code that won't be run now
- Remove (unused) `or_later` handling for bottles
2019-11-06 15:25:40 +00:00
Mike McQuaid
8ff2e9ae4e
Improve speed of HOMEBREW_AUTO_UPDATE_SECS
...
This variable allows a user to configure how often `brew update` runs.
With the previous implementation, however, it was still pretty slow as
it would run some of `brew update` even within the timeout. This feels
related to complaints about Homebrew "feeling slow" since we enabled
this. Address this by:
- making `HOMEBREW_AUTO_UPDATE_SECS` behave more like
`HOMEBREW_NO_AUTO_UPDATE` and entirely skip the invocation of
`brew update` if the relevant tap (homebrew-core or homebrew-cask
depending on command invoked) has been checked in the last
`HOMEBREW_AUTO_UPDATE_SECS`
- Only require/check the update of a single tap rather than every tap
- Increase the default value of `HOMEBREW_AUTO_UPDATE_SECS` from 1m
to 5m to cut people a bit more slack. We're not updating things
often enough for 1m not to feel a bit overkill and 5m feels
appropriate for a Homebrew "session" to only require a single update.
2019-10-03 12:54:34 +01:00
Rui Chen
98ee92b7a3
Add chenrui333
2019-09-02 14:14:11 -04:00
Jonathan Chang
1a95f1fd2d
Update manpages
2019-08-19 16:12:34 +10:00
Doug Hogan
ac0ff9ae46
Update md and run brew man
.
2019-07-27 07:03:42 -07:00
Doug Hogan
55fcd01bed
cask/cmd/upgrade: add --dry-run option.
2019-07-26 23:20:56 -07:00
Cheng XU
ebec9d35d9
manpages: add brew cask --cache
command
2019-05-23 15:28:00 +08:00
dalance
9d4e1a53f5
Add doc of HOMEBREW_ARCH
2019-05-07 11:50:14 +09:00
Vítor Galvão
82d480eddd
cask manpages: update homepage to brew.sh
2019-04-13 19:47:53 +01:00
Mike McQuaid
fdb18b8916
brew install --ignore-dependencies: unsupported, developer flag.
...
People are using this instead of adjusting their PATH.
2019-04-02 08:18:30 +01:00
Garrett Guillotte
c59c03e2f8
Remove search from brew-cask man page
...
`brew cask` no longer supports the `search` command and was removed from
the `homebrew/brew-cask` documentation. However, it's still in the
`brew` man page for `brew-cask`.
Remove search from the man page.
2019-03-28 18:15:06 -07:00
EricFromCanada
aead4a720d
outdated & tap-info: set default value for --json
...
Matching what's already been done for `brew info`.
2019-03-04 11:59:49 -05:00
Mike McQuaid
7c1d3bef2b
Commit typo manpage updates.
2019-02-01 13:57:50 +00:00
Vítor Galvão
44e998a59b
Removed cleanup from cask manpage
2019-01-24 00:37:56 +00:00
Mike McQuaid
8cfcc7fcf0
cleanup: run and replace brew prune
.
...
It's always seemed a bit pointless to me that we have both of these
commands. Given we're doing more and more to recommend (and eventually,
safely, automatically run (see #4760 ) `brew cleanup` let's roll their
functionality into a single command.
2019-01-02 13:21:34 +00:00
EricFromCanada
799086f548
docs: update man page text
2018-12-04 10:47:38 -05:00
Mike McQuaid
109e974c38
Cleanup rubocop-cask references.
2018-11-08 15:54:47 +00:00
Mike McQuaid
c4ebebb7d8
Homebrew Cask is not alpha.
2018-11-07 15:36:53 +00:00
Mike McQuaid
ab54a00203
README: update maintainers.
2018-11-04 10:46:09 +00:00
Gautham Goli
e0e876cf37
man: Make command heading H3
2018-10-03 19:49:44 +05:30
Mike McQuaid
9d28502625
Homebrew Cask isn't an independent project.
2018-09-04 09:58:43 +01:00
Mike McQuaid
e06f8a8beb
Rename Homebrew-Cask to Homebrew Cask.
2018-09-04 09:56:57 +01:00
L. E. Segovia
f7cafb50ad
Enable quarantining of Homebrew-Cask's downloads
2018-08-31 13:16:11 +00:00
Markus Reiter
55cde526a8
Deprecate brew cask cleanup
.
2018-08-13 20:09:34 +02:00
Mike McQuaid
ee5a073b05
Add the SFC PLC to the README and manpage.
...
Let's document these so people know who the leadership team behind the
project is.
2018-08-02 13:26:02 +01:00
Afnan Enayet
01a3422232
Update manpages using the brew man
command
...
Use brew man to generate manpages, and then copy them to the repo.
2018-07-01 17:41:49 -04:00
Markus Reiter
ccbbe6756f
Remove brew cask search
from documentation.
2018-06-19 13:40:25 +02:00
commitay
727413da3c
manpage: remove _appcast_checkpoint
2018-06-11 13:14:00 +10:00
Andrew Janke
8b55cb5ecb
Refactor commands to remove "require cmd/help"
2018-06-07 04:59:59 -04:00
Markus Reiter
de246cc528
Update Homebrew-Cask references.
2018-05-25 18:20:02 +02:00
Markus Reiter
c4222141ac
Revert "Update Homebrew-Cask references."
...
This reverts commit 4475651b548afdcf15c4cf7a7cb57baca1885186.
2018-05-25 17:57:32 +02:00
Markus Reiter
4475651b54
Update Homebrew-Cask references.
2018-05-25 17:56:16 +02:00
Markus Reiter
1e6d542092
Update rubocop-cask
URL.
2018-05-16 19:07:47 +02:00
commitay
fd84c4c40c
zap: update manpage
2018-04-29 08:49:02 +10:00
Mike McQuaid
845b29467f
Note environment variables need to have values.
...
Address the confusion in #4015 .
2018-04-07 10:10:24 +01:00
Mike McQuaid
fea9bc1e42
Allow :test dependencies.
...
These specify that they are needed by the test block. This can be
combined with `:build` to ensure that this formula isn't uninstalled
by `brew test-bot` when running `test do` blocks on our CI.
2018-03-05 10:36:39 +00:00
xiehuc
3e6adb7e33
update all_proxy and man pages #3751
2018-02-01 18:11:29 +08:00
Mike McQuaid
65695885b6
Update other Homebrew maintainers.
2018-01-18 15:45:51 +00:00
commitay
de4b126e5c
cask manpage: upgrade
2017-12-31 09:39:47 +10:00
Sean Prashad
a83b2f21ba
Add brew cask upgrade initial documentation
2017-12-29 19:29:05 -05:00
Mike McQuaid
1d344cf2f5
Document HOMEBREW_FORCE_BREWED_CURL
...
Should have been in #3482 .
2017-12-06 12:56:15 +00:00
Mike McQuaid
a19d0708a4
Allow optionally using Homebrew's curl
...
If `HOMEBREW_FORCE_BREWED_CURL` is set then allow it to be used instead
of the system `curl`.
2017-11-26 18:17:26 +00:00
Mike McQuaid
6114f48d5d
Unhide readall and update-reset from manpage.
...
These are both tools that end-users can find useful on occasion so it
doesn't make sense to hide them.
2017-10-26 16:14:14 +01:00
Adam Smith
9383063216
add --language to brew-cask manpage
2017-09-28 20:02:24 -07:00
Alexey Alekhin
50db7db724
Updated cask search manpage
2017-09-02 14:27:02 +02:00
Mike McQuaid
0e3f1ab273
Note cases when pinned formulae get upgraded.
...
Fixes #3021 .
2017-08-11 17:23:11 +01:00
Mathieu Vonlanthen
73c7bc70d1
Run brew man
2017-07-13 11:15:22 +02:00
Mike McQuaid
54e01d76db
Merge pull request #2599 from peternewman/patch-1
...
Fix internal links on the manpage
2017-06-04 11:52:13 +01:00
Mike McQuaid
9e17e44b3e
Change manpage internal links in correct location.
2017-06-04 11:12:56 +01:00
Markus Reiter
0bb2773b17
Deprecate --caskroom
flag.
2017-05-24 23:54:36 +02:00