Emulation engine for GCP
clocal-gcp provides an easy-to-use test/mocking framework for developing Cloud applications.
Currently features are under development.
$ git clone https://github.com/cloudlibz/clocal-gcp.git
$ cd clocal-gcp
$ yarn
$ yarn start <command>
-
start clocal-gcp function emulator
- func start
- func stop
- func deploy
- func call
- func list
- func delete
-
start clocal-gcp storage emulator
- storage start
- storage stop
- storage create
- storage delete
- storage cp
- storage ls
-
start clocal-gcp memcache emulator
- mem start
- mem stop
In development replace clocal-gcp with 'npm start' or 'yarn start'
* clocal-gcp func start
* npm start func start
clocal-gcp spins up the following core Cloud APIs on your local machine:
- Cloud Functions at http://localhost:7574
- Cloud Data Store at http://localhost:7569
- Cloud CDN at http://localhost:7581
- Cloud ENDPOINTS at http://localhost:7567
- Cloud Storage at http://localhost:7572