Skip to content

Enhancements to CLI

Compare
Choose a tag to compare
@alexellis alexellis released this 01 Jun 16:33
· 902 commits to master since this release
  • Short version of -yaml is now -f.

  • -f takes URLs so: faas-cli -action build -f https://raw.githubusercontent.com/alexellis/faas-cli/master/samples.yml

  • -action=push added to push images from stack to relevant registries

  • Validation added to -action flag for build/deploy/push

  • skipBuild is an option for functions in the YAML stack files for images that don't need to be built