@yuntijs/arcadia-bff-sdk 1.0.70 → 1.0.72

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
- # bff-sdk-template
1
+ # bff-sdk-generator
2
2
 
3
- template for bff sdk
3
+ generator for bff sdk
4
4
 
5
5
  ```bash
6
6
  # you should npm login first or run `npm set` command first, like: npm set //dev-npm.tenxcloud.net/:_authToken=xxxxx
@@ -10,4 +10,4 @@ docker build -t kubebb/gql-sdk-generator:latest -f Dockerfile --secret id=npmrc,
10
10
  ```bash
11
11
  # you should npm login first or run `npm set` command first, like: npm set //registry.npmjs.org/:_authToken=xxxxx
12
12
  docker run --rm --net=host --env GRAPH_API_ENDPOINT=http://0.0.0.0:8888/bff --env SDK_PACKAGE_NAME=@yuntijs/arcadia-bff-sdk --env SDK_YUNTI_NAME=ArcadiaBffSDK --env GRAPH_CLIENT_ENDPOINT=/kubeagi-apis/bff -v /graphql/to/path/schema:/schema -v ~/.npmrc:/root/.npmrc yuntijs/gql-sdk-generator:latest
13
- ```
13
+ ```