Rename samples.yml to stack.yml

Keeping documentation up to date
This commit is contained in:
Alex Ellis 2018-04-05 18:36:51 +01:00 committed by GitHub
parent a0d84c893f
commit ead7019a32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -126,7 +126,7 @@ provider:
Now deploy the samples:
```
$ faas-cli deploy -f samples.yml
$ faas-cli deploy -f stack.yml
```
> The `faas-cli` also supports an override of `--gateway http://...` for example:
@ -138,7 +138,7 @@ $ faas-cli deploy -f samples.yml --gateway http://127.0.0.1:31112
List the functions:
```
$ faas-cli list -f samples.yml
$ faas-cli list -f stack.yml
or