# Check your existing configuration
gcloud config configurations list
# Activete or Create an empty one
gcloud config configurations activate $CONFIG_NAME
gcloud config configurations create $CONFIG_NAME
# Set the project
gcloud config set project $PROJECT
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
| { | |
| "version": "1.0.0", | |
| "id": "f91a40ad-5034-5ce2-be8d-ea0a30374640", | |
| "actor": { | |
| "objectType": "Agent", | |
| "mbox": "mailto:vadim.simonov@seb.se" | |
| }, | |
| "verb": { | |
| "id": "http://adlnet.gov/expapi/verbs/progressed" | |
| }, |
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
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>Label</key> | |
| <string>com.torstenek.brew.update</string> | |
| <key>ProgramArguments</key> | |
| <array> | |
| <string>/usr/local/bin/brew</string> | |
| <string>update</string> |
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
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>Label</key> | |
| <string>com.torstenek.brew.upgrade</string> | |
| <key>ProgramArguments</key> | |
| <array> | |
| <string>/usr/local/bin/brew</string> | |
| <string>upgrade</string> |
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
| [ | |
| { | |
| "name": "Solana", | |
| "ring": "2-4 years", | |
| "quadrant": "infrastructure", | |
| "isNew": "TRUE", | |
| "description": "More cost effective than Ethereum for running dApps ..." | |
| }, | |
| { | |
| "name": "Combient Twin", |
OlderNewer