# influx-cli
CLI for managing resources in InfluxDB v2
## Motivation
This repository decouples the `influx` CLI from the OSS `influxdb` codebase. Our goals are to:
1. Make it easier to keep the CLI up-to-date with InfluxDB Cloud API changes
2. Enable faster turn-around on fixes/features that only affect the CLI
3. Allow the CLI to be built & released for a wider range of platforms than the server can support
## Building
Run `make` or `make influx` to build the CLI. The output binary will be written to `bin/$(GOOS)/influx`.
### Regenerating OpenAPI client
We use [`OpenAPITools/openapi-generator`](https://github.com/OpenAPITools/openapi-generator) to generate
the underlying HTTP client used by the CLI. Run `make openapi` to re-generate the code. You'll need Docker
running locally for the script to work.
## Running
After building, use `influx -h` to see the list of available commands.
### Enabling Completions
The CLI supports generating completions for `bash`, `zsh`, and `powershell`. To enable completions for a
single shell session, run one of these commands:
```
# For bash:
source <(influx completion bash)
# For zsh:
source <(influx completion zsh)
# For pwsh:
Invoke-Expression ((influx completion powershell) -join "`n`")
```
To enable completions across sessions, add the appropriate line to your shell's login profile (i.e. `~/.bash_profile`).
## Testing
Run `make test` to run unit tests.
没有合适的资源?快使用搜索试试~ 我知道了~
influxCLI(influxdb2-client-2.2.0-darwin-amd64.tar.gz)
1.该资源内容由用户上传,如若侵权请联系客服进行举报
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
版权申诉
0 下载量 132 浏览量
2022-01-13
20:22:08
上传
评论
收藏 5.27MB GZ 举报
温馨提示
influxCLI(influxdb2-client-2.2.0-darwin-amd64.tar.gz)适用于macOS系统。使用influxCLI 与InfluxDB 实例进行交互和管理。写入和查询数据、生成 InfluxDB 模板、导出数据等。
资源推荐
资源详情
资源评论
收起资源包目录
influxdb2-client-2.2.0-darwin-amd64.tar.gz (3个子文件)
influxdb2-client-2.2.0-darwin-amd64
LICENSE 1KB
README.md 1KB
influx 16.92MB
共 3 条
- 1
资源评论
YunFeiDong
- 粉丝: 171
- 资源: 4034
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功