This repository was archived by the owner on May 30, 2024. It is now read-only.
v0.6.0
Added
CLI
Gitploy provides the command-line tool to interact with the server. You can check the document for details here.
Command description
gitploy -h
NAME:
gitploy - Command line utility.
USAGE:
gitploy [global options] command [command options] [arguments...]
VERSION:
0.6.0
COMMANDS:
repo Manage repositories.
deployment, d Manage deployments.
deployment-status, ds Manage deployment statuses.
config Manage config.
help, h Shows a list of commands or help for one command
GLOBAL OPTIONS:
--host value, -H value The host of server. It must have a trailing slash (i.e., '/'). [$GITPLOY_SERVER_HOST]
--token value, -T value The authorization token. [$GITPLOY_TOKEN]
--query value A GJSON query to use in filtering the response data
--help, -h show help (default: false)
--version, -v print the version (default: false)
Redesign deployment page
We've redesigned the page to maximize the user experience. Users can track deployment status, reviews, and more at a glance.