$ uname -r
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 1. Create service account | |
| #. * Service Account Token Creator | |
| #. * Artifact Registry Writer | |
| # 2. Generate service account key | |
| #. * In GitHub project -> Settings -> Secrets -> Actions -> New Repository Secret | |
| #. Name: GCP_CREDENTIALS | |
| #. Value: key.json contents | |
| # 3. Create repo in artifact repository | |
| #. * Name: $env.REPOSITORY below | |
| #. * Region: $env.GAR_LOCATION below |
Sublime Text 2 ships with a CLI called subl (why not "sublime", go figure). This utility is hidden in the following folder (assuming you installed Sublime in /Applications like normal folk. If this following line opens Sublime Text for you, then bingo, you're ready.
open /Applications/Sublime\ Text\ 2.app/Contents/SharedSupport/bin/subl
You can find more (official) details about subl here: http://www.sublimetext.com/docs/2/osx_command_line.html