pactum-cli
v1.0.4
Published
Pactum CLI
Downloads
19
Readme
pactum CLI
The pactum CLI is a command-line interface to interact with Pactum Nigrum Services. Create a Pactum Nigrum for your community.
The pactum CLI allows you to manage, deploy, and synchronize projects with ease, providing advanced automation and monitoring capabilities.
Pactum Nigrum Platform: https://pactumnigrum.web.app/
To acquire Pactum Nigrum and integrate it with your own Google Cloud environment, visit Triiiz: Pactum Nigrum for Google Cloud
You'll need a Pactum Key to use the CLI. After buying your license, you'll find your keys easily in your TriiizConsole.
Installation
Install globally via NPM:
npm install -g pactum-cli
## Installation
Install globally via NPM:
```bash
npm install -g pactum-cliAfter installation, the pactum command will be available globally:
pactum --helpCommands
pactum compile– Compiles the project for deployment.pactum deploy– Runs prepare, upload, and then deploy to Pactum Services.pactum init– Creates apactum.config.tsfile for new projects.pactum upload– Uploads the project to Pactum Services and prints all server logs.pactum version– Prints the installed CLI version.pactum sync– Synchronizespactum.config.tsandserviceAccount.jsonfrom Pactum Services for existing projects.
pactum sync --id [projectId] --key [yourKey]