Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 959 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 959 Bytes

Personal Notes on faasd

Articles

Videos

Handy One-Liners

Mostly utilizing faas cli here are some one-liners to shortcut typing:

Login

export IP="faas1" &&
export PASSWORD=$(ssh root@$IP "sudo cat /var/lib/faasd/secrets/basic-auth-password") &&
export OPENFAAS_URL=http://$IP:8080 &&
echo $PASSWORD | faas-cli login --password-stdin

You can also use a hostname as IP.