1.2.1 • Published 2 years ago
zeck-cli v1.2.1
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-cliUsage
//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 resetConfig
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 urlTodo
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 resetHelp
Show help panel
zeck helpInit
Start zeck configuration
zeck initReset
Reset zeck all configuration
zeck resetVersion
Show zeck version
zeck versionExport
Export as settings securely
zeck exportImport
Import zeck settings using a token
zeck importPing
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