/clocal-gcp

Emulation engine for GCP

Primary LanguageJavaScriptApache License 2.0Apache-2.0

clocal-gcp

Emulation engine for GCP

clocal-gcp provides an easy-to-use test/mocking framework for developing Cloud applications.

Currently features are under development.

🚀 Install

$ git clone https://github.com/cloudlibz/clocal-gcp.git

$ cd clocal-gcp

$ yarn

$ yarn start <command>

âš½ Command List

  • clocal-gcp func

    start clocal-gcp function emulator
    • func start
    • func stop
    • func deploy
    • func call
    • func list
    • func delete
  • clocal-gcp storage

    start clocal-gcp storage emulator
    • storage start
    • storage stop
    • storage create
    • storage delete
    • storage cp
    • storage ls
  • clocal-gcp mem

    start clocal-gcp memcache emulator
    • mem start
    • mem stop

In development replace clocal-gcp with 'npm start' or 'yarn start'

Example command

* clocal-gcp func start

Example command in development

* npm start func start

📚 Overview

clocal-gcp spins up the following core Cloud APIs on your local machine: