Skip to content

Instantly share code, notes, and snippets.

{"uid":"CAjGcl","name":"Memory Lane MVP Reqs – WIP","ownerName":"n8980875","cleanName":"Memory-Lane-MVP-Reqs-WIP","groupsLabel":"Groups","listsLabel":"Lists","layersLabel":"Layers","cards":[{"uid":"mYZopP","id":"36","title":"User Signup","role":"GroupHeader","index":"0","cards":[{"uid":"beg7Ey","id":"37","title":"Receive Invitation","role":"ListHeader","parentCardId":"36","index":"0","cards":[{"uid":"EFdMKq","id":"6","title":"MVP","role":"LayerHeader","index":"0","cards":[{"uid":"CMKag1","id":"38","title":"As a Listener, I want to receive an invitation to sign up for ML","role":"ListItem","parentCardId":"37","otherParentCardId":"6","index":"0","checkListItems":[{"cardId":"38","id":"1","index":"0","content":"Key Login is handled via unique link.\n","isDone":"false"},{"cardId":"38","id":"2","index":"1","content":"Phone number is unique id.","isDone":"false"},{"cardId":"38","id":"3","index":"2","content":"Reserve ability for other primary login's in the future: Apple/Google/MS Auth, Email/pwd ","isDone":"false"}
openapi: "3.0.1"
info:
title: "dev-serverless"
version: "2019-02-26T21:20:21Z"
servers:
- url: "https://s2o723jp2f.execute-api.us-east-1.amazonaws.com/{basePath}"
variables:
basePath:
default: "dev"

Keybase proof

I hereby claim:

  • I am scholzie on github.
  • I am scholzie (https://keybase.io/scholzie) on keybase.
  • I have a public key ASCCMsV84h7z5mVRQeYuo92FlMxtzd8ARtca4D9VfWPUygo

To claim this, I am signing this object:

function kdump() {
if [[ $# -ne 0 ]]; then
ACTION="$1"
else
ACTION="get"
fi
echo "==== DUMPING KLUSTER INFO VIA ACTION: ${ACTION} ===="
if [[ "$ACTION" == "get" ]]; then
for cmd in $(kubectl get 2>&1 | awk '/\*/ {print $2}'); do