File tree 1 file changed +20
-5
lines changed
1 file changed +20
-5
lines changed Original file line number Diff line number Diff line change @@ -450,12 +450,27 @@ functions:
450
450
vendor: ./hello-vendor # The option is also available at the function level
451
451
` ` `
452
452
453
- # # Manual invocations
453
+ # # Manual invocation
454
454
455
- The `.requirements` and `requirements.zip`(if using zip support) files are left
456
- behind to speed things up on subsequent deploys. To clean them up, run
457
- ` sls requirements clean` . You can also create them (and `unzip_requirements` if
458
- using zip support) manually with `sls requirements install`.
455
+ The `.requirements` and `requirements.zip` (if using zip support) files are left
456
+ behind to speed things up on subsequent deploys. To clean them up, run :
457
+
458
+ ` ` ` plaintext
459
+ sls requirements clean
460
+ ` ` `
461
+
462
+ You can also create them (and `unzip_requirements` if
463
+ using zip support) manually with :
464
+
465
+ ` ` ` plaintext
466
+ sls requirements install
467
+ ` ` `
468
+
469
+ The pip download/static cache is outside the serverless folder, and should be manually cleaned when i.e. changing python versions :
470
+
471
+ ` ` ` plaintext
472
+ sls requirements cleanCache
473
+ ` ` `
459
474
460
475
# # Invalidate requirements caches on package
461
476
You can’t perform that action at this time.
0 commit comments