Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Brew Cask Upgrade Command #697

Merged
merged 4 commits into from
Mar 3, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Address PR Comments
  • Loading branch information
LanikSJ committed Mar 2, 2022
commit 693255a8fe158ee5a2332f6b8b99bb6566a42a29
7 changes: 5 additions & 2 deletions commands/developer-utils/brew/brew-cask-upgrade.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/bin/bash
#

# Dependency: This script requires `brew-cask-upgrade` cli installed: https://github.com/buo/homebrew-cask-upgrade
# Install via homebrew: `brew tap buo/cask-upgrade `

# Required parameters:
# @raycast.schemaVersion 1
# @raycast.title Cask Upgrade
Expand All @@ -10,7 +13,7 @@
# @raycast.icon 🍺
#
# Documentation:
# @raycast.description Run Brew Cask Upgrade
# @raycast.description Updates brew and upgrades every outdated app
# @raycast.author LanikSJ
# @raycast.authorURL https://github.com/LanikSJ

Expand Down