# core-command-go **Repository Path**: EdgexFoundry/core-command-go ## Basic Information - **Project Name**: core-command-go - **Description**: Go implementation of EdgeX Core Command. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 6 - **Forks**: 0 - **Created**: 2020-09-28 - **Last Updated**: 2025-10-14 ## Categories & Tags **Categories**: iot **Tags**: None ## README # EdgeX Foundry Command Service [![license](https://img.shields.io/badge/license-Apache%20v2.0-blue.svg)](LICENSE) Go implementation of EdgeX Core Command. [core-command](https://github.com/edgexfoundry/core-command) has been duplicated in go. ## Install and Deploy Repo contains `core-command-go` microservice To fetch the code and start the microservice execute: ``` go get github.com/edgexfoundry/core-command-go cd $GOPATH/src/github.com/edgexfoundry/core-command-go glide install go install core-command-go ``` ## Community - Chat: https://chat.edgexfoundry.org/home - Mainling lists: https://lists.edgexfoundry.org/mailman/listinfo ## License [Apache-2.0](LICENSE)