New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@arcblock/arcli

Package Overview
Dependencies
Maintainers
4
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@arcblock/arcli

## 安装

  • 0.0.8
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
4
decreased by-84%
Maintainers
4
Weekly downloads
 
Created
Source

@arcblock/arcli

安装

npm install -g @arcblock/arcli

使用

输出 ipfs 信息

arcli ipfs README.md

# 输出
{
  absolutePath: '/Users/skypesky/workSpaces/javascript/github/@arcblock/arcli/README.md',
  cidV0: 'QmVC6tf4UzaEiUn1a5h7FMXQjwjMcTXenL1kFgydVvFFCV',
  cidV1: 'bafybeidf2exwpis5jr44ecrv5auvultxefyxw7feiijns3tbuucrzbqwsi',
  size: '133 bytes(133.00 B)',
  duration: '11ms'
}

输出 md5 信息

arcli md5 README.md

# 输出
{
  absolutePath: '/Users/skypesky/workSpaces/javascript/github/@arcblock/arcli/README.md',
  md5: '348d2a96dafd688b25e1c40f33b52c68',
  size: '758 bytes(758.00 B)',
  duration: '3ms'
}

github 备份与还原

arcli github backup -o $orgName -t $githubToken # 备份 github 的组织
arcli github backup -o $orgName -t $githubToken -r demo1,demo2 # 备份 github 的组织下的 demo1 和 demo2 仓库

arcli github restore -o $orgName -t $githubToken # 还原 github 的组织
arcli github restore -o $orgName -t $githubToken -r demo1,demo2 # 还原 github 的组织下的 demo1 和 demo2 仓库

执行 github 的备份还原后,你还可以通过 .$orgName.json 这个文件查看备份的一些信息.

Keywords

FAQs

Package last updated on 14 Apr 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc