Demo script updates. Record-replay, a bugfix in the canary demo script, etc.
5 lines
119 B
Bash
5 lines
119 B
Bash
#!/bin/bash
|
|
|
|
fission fn delete --name hello
|
|
fission route delete --name $(fission route list|grep hello|cut -f1 -d' ')
|