Skip to content

leopardslab/clocal-gcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clocal-gcp

Build Status

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
  • clocal-gcp pubsub

    start clocal-gcp pubsub emulator
    • pubsub start
    • pubsub stop
  • clocal-gcp datastore

    start clocal-gcp datastore emulator
    • datastore start
    • datastore stop
  • clocal-gcp bigtable

    start clocal-gcp bigtable emulator
    • bigtable start
    • bigtable stop
  • clocal-gcp firestore

    start clocal-gcp firestore emulator
    • firestore start
    • firestore 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: