zeck-cli
v1.2.1
Published
<h3> A complete solution for every type of developer</h3>
Downloads
36
Maintainers
Readme
ZECK CLI
Guide
Main features
- Complete task list
- Creating profiles with different configurations
- Resources for developers (logs, ping, status, build, templates)
- Easy project monitoring and management
- Multilingual (Portugues and English)
- VPS management (upload, backup, start, etc)
- Local and remote backup of projects, automatic or not
Installation
npm install -g zeck-cli
Usage
//execute a command
zeck COMMAND [...args]
Quick Start
To see all commands, use
zeck ( --help | help )
Print the version
zeck ( --version | version )
To start zeck configurations, use the init command and answer the questions below
zeck init
Commands
Profile
Create unlimited profiles, each configured with the information you want
//listing profiles and their information
zeck profile list
zeck profile
//create a new profile by sending name via input
zeck profile add
//create a new profile directly
zeck profile add [name]
//Changing your current profile by sending name via input
zeck profile checkout
//Changing your current profile directly
zeck profile checkout [name]
//Deleting a profile
zeck profile remove [name]
//Resetting all profiles
zeck profile reset
Config
Configure your current profile information
//list your current profile information
zeck config list
zeck config
//Configure all information at once by sending via input
zeck config all
//Change zeck language
zeck config language
//Configure information to use commands that access a vps
zeck config vps
//Configure the url to use ping or performance testing commands
zeck config link
zeck config url
Todo
Have an easy-to-use to-do list
//listing all tasks
zeck todo list
zeck todo
//create a new task sending via input
zeck todo add
//create a new task directly
zeck todo add [task]
//deleting a task via id
zeck todo remove [taskID]
//changing the status of a task via id
zeck todo status [taskID]
//Resetting all tasks
zeck todo reset
Help
Show help panel
zeck help
Init
Start zeck configuration
zeck init
Reset
Reset zeck all configuration
zeck reset
Version
Show zeck version
zeck version
Export
Export as settings securely
zeck export
Import
Import zeck settings using a token
zeck import
Ping
Send a ping request to check the status of a server, every 30 seconds as many times as you like
//sending request with your profile settings
zeck ping
//sending a request with your profile settings and alternating the number of requests
zeck ping [repeatSize]
//sending a request with your url and the number of requests
zeck ping [repeatSize] [url]
Add
Adding and configuring projects to zeck
zeck add