refactor(api): move CLI-specific API contract into this repo, add openapi as submodule (#95)

This commit is contained in:
Daniel Moran
2021-05-17 14:53:55 -04:00
committed by GitHub
parent 8e73906437
commit b1851eb819
12 changed files with 332 additions and 11 deletions

View File

@ -26,6 +26,9 @@ jobs:
working_directory: /home/circleci/go/src/github.com/influxdata/influx-cli
steps:
- checkout
- run:
name: Init openapi submodule
command: git submodule update --init --recursive
- run:
name: Upgrade Go
command: |