Skip to content

dilantha111/clocal-gcp

 
 

Repository files navigation

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:

About

Emulation engine for GCP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.0%
  • Dockerfile 2.8%
  • TypeScript 2.3%
  • Shell 0.9%