Upload function assets to Cloud Storage
Zips up function assets and uploads them to Google Cloud Storage for use in Cloud Functions.
fn-push gcp [flags]
-b, --buckets stringArray A list of buckets to upload to (same order as the regions please
-e, --exclude stringArray An array of globs defining what not to bundle
-f, --functionKey string The path/filename of the zip file in the bucket (you don't need to add the .zip extension, but remember to include a version string of some sort)
-h, --help help for gcp
-i, --include stringArray An array of globs defining what to bundle (default [**])
-p, --inputPath string The path to the lambda code and node_modules (default ".")
--rootDir string An optional path within the zip to save the files to
-v, --versionSuffix string An optional string to append to layer and function keys to use as a version indicator
- fn-push - A simple tool to upload serverless function assets