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