0.0
No commit activity in last 3 years
No release in over 3 years
git repo's cli that can create, delete files and other operations
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 1.7
~> 10.0

Runtime

>= 0
 Project Readme

Gitcloudcli

Use Gitcloudcli to operate files in git

Installation

$ gem install gitcloudcli

Usage

First. Create access token for command line

Github

click here

Gitee(oschina)

gitcloudcli will support in future

Gitlab

gitcloudcli will support in future

Second. Add token, repo and spacename to gitcloud

gitcloud space add Github *****.git ****c958

Third. Use gitcloud to use this tool

Commands:
  gitcloud --version, -v     # print the version
  gitcloud delete PATH       # 删除远端文件
  gitcloud help [COMMAND]    # Describe available commands or one specific command
  gitcloud info PATH         # 展示远端文件信息
  gitcloud list              # 展示远端根目录所有文件信息
  gitcloud space [COMMAND]   # 增加,删除,列出当前可操作的Git空间
  gitcloud upload LOCALPATH  # 上传本地文件