gramercy-cli
v0.0.19
Published
## Overview
Readme
Configuration Management CLI
Overview
This CLI tool is designed to manage your Gramercy Cloud Platform Plugin configurations. It allows you to push and pull configuration files to and from the platform.
Getting Started
Prerequisites
- Node.js installed on your machine.
- Access to the required environment variables in a
.envfi le:ZENITH_API_TOKEN- The Gramercy Cloud Platform Api Token.ZENITH_API_BASE_URL- the base URL of the API where configuration files are pushed.ZENITH_VERSION- the version ID of the plugin you are pushing configurations for.ZENITH_BASE_PATH- the base path of the plugin configurations. Optional, defaults to current directory root.
Installation
Clone the repository and navigate to the directory:
npm install gramercy-cliUsage
npx zenith push config
npx zenith push dependencies
npx zenith push navigation
