I am stucking on kubernetes autocompletion on my macbook for a while. Whatever I try with the document (https://kubernetes.io/docs/tasks/tools/install-kubectl/#enabling-shell-autocompletion) it does not work
# install fish
$ brew install fish
I am stucking on kubernetes autocompletion on my macbook for a while. Whatever I try with the document (https://kubernetes.io/docs/tasks/tools/install-kubectl/#enabling-shell-autocompletion) it does not work
# install fish
$ brew install fish
| var services = '/services/...'; // Update this with your Slack service... | |
| var channel = "#aws-deployments" // And this with the Slack channel | |
| var https = require('https'); | |
| var util = require('util'); | |
| var formatFields = function(string) { | |
| var | |
| message = JSON.parse(string), | |
| fields = [], |
| #!/bin/bash | |
| # Downloads and install a .dmg from a URL | |
| # | |
| # Usage | |
| # $ dmginstall [url] | |
| # | |
| # For example, for installing alfred.app | |
| # $ dmginstall http://cachefly.alfredapp.com/alfred_1.3.1_261.dmg | |
| # |