69 个版本 (25 个破坏性更新)
0.25.0 | 2024年2月6日 |
---|---|
0.24.3 | 2023年12月8日 |
0.24.0 | 2023年11月29日 |
0.18.5 | 2023年7月20日 |
0.0.0 | 2022年11月30日 |
#13 in #forc
每月319 次下载
在 插件测试 中使用
310KB
7.5K SLoC
forc-index
A forc
插件,用于基本 Fuel 索引器交互。
命令
forc index new
在提供的路径创建新的索引器项目。
forc index new --namespace my_org_name
forc index start
启动本地 Fuel 索引器服务。
forc index start
forc index deploy
将给定的索引器项目部署到特定端点
forc index deploy --url https://beta-5-indexer.fuel.network
forc index remove
终止运行中的索引器
forc index remove --url https://beta-5-indexer.fuel.network
forc index check
检查已安装的索引器组件。
forc index check
forc index build
在当前目录构建索引器。
forc index build --verbose
forc index auth
对索引器服务进行身份验证。
forc index auth --verbose
forc index postgres create
创建新数据库。
forc index postgres create postgres --persistent
forc index postgres start
启动先前创建的数据库。
forc index postgres start postgres
forc index postgres stop
停止运行中的数据库。
forc index postgres stop postgres
forc index postgres drop
删除停止的数据库。
forc index postgres drop postgres
依赖项
~104MB
~2M SLoC