This repository was archived by the owner on Oct 24, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +20
-5
lines changed Expand file tree Collapse file tree 1 file changed +20
-5
lines changed Original file line number Diff line number Diff line change @@ -450,12 +450,27 @@ functions:
450450 vendor: ./hello-vendor # The option is also available at the function level
451451` ` `
452452
453- # # Manual invocations
453+ # # Manual invocation
454454
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+ ` ` `
459474
460475# # Invalidate requirements caches on package
461476
You can’t perform that action at this time.
0 commit comments