- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 1,185 for generate (0.04 sec)
-
istioctl/pkg/tag/generate.go
} // Here we filter out the "app" label, to generate a general label set for the incoming generated // MutatingWebhookConfiguration and ValidatingWebhookConfiguration. The app of the webhooks are not general // since they are functioned differently with different name. // The filtered common labels are then added to the incoming generated // webhooks, which aids in managing these webhooks via the istioctl/operator.
Registered: 2025-05-28 22:53 - Last Modified: 2025-04-15 04:10 - 13.7K bytes - Viewed (0) -
docs/en/docs/advanced/generate-clients.md
<img src="/img/tutorial/generate-clients/image01.png"> You can see those schemas because they were declared with the models in the app. That information is available in the app's **OpenAPI schema**, and then shown in the API docs (by Swagger UI). And that same information from the models that is included in OpenAPI is what can be used to **generate the client code**. ### Generate a TypeScript Client
Registered: 2025-05-25 07:19 - Last Modified: 2025-04-06 16:33 - 10.2K bytes - Viewed (0) -
docs/es/docs/advanced/generate-clients.md
```console $ npm run generate-client frontend-app@1.0.0 generate-client /home/user/code/frontend-app > openapi-ts --input http://localhost:8000/openapi.json --output ./src/client --client axios ``` </div> Ese comando generará código en `./src/client` y usará `axios` (el paquete HTTP de frontend) internamente. ### Prueba el Código del Cliente
Registered: 2025-05-25 07:19 - Last Modified: 2024-12-30 18:26 - 10.9K bytes - Viewed (0) -
docs/em/docs/advanced/generate-clients.md
frontend-app@1.0.0 generate-client /home/user/code/frontend-app > openapi-ts --input http://localhost:8000/openapi.json --output ./src/client --client axios ``` </div> 👈 📋 🔜 🏗 📟 `./src/client` & 🔜 ⚙️ `axios` (🕸 🇺🇸🔍 🗃) 🔘. ### 🔄 👅 👩💻 📟 🔜 👆 💪 🗄 & ⚙️ 👩💻 📟, ⚫️ 💪 👀 💖 👉, 👀 👈 👆 🤚 ✍ 👩🔬: <img src="/img/tutorial/generate-clients/image02.png"> 👆 🔜 🤚 ✍ 🚀 📨:
Registered: 2025-05-25 07:19 - Last Modified: 2024-11-18 02:25 - 7.7K bytes - Viewed (0) -
docs/zh/docs/advanced/generate-clients.md
frontend-app@1.0.0 generate-client /home/user/code/frontend-app > openapi-ts --input http://localhost:8000/openapi.json --output ./src/client --client axios ``` </div> 此命令将在 `./src/client` 中生成代码,并将在其内部使用 `axios`(前端HTTP库)。 ### 尝试客户端代码 现在您可以导入并使用客户端代码,它可能看起来像这样,请注意,您可以为这些方法使用自动补全: <img src="/img/tutorial/generate-clients/image02.png"> 您还将自动补全要发送的数据: <img src="/img/tutorial/generate-clients/image03.png">
Registered: 2025-05-25 07:19 - Last Modified: 2024-11-18 02:25 - 8.5K bytes - Viewed (0) -
src/main/assemblies/files/generate-thumbnail
Shinsuke Sugaya <******@****.***> 1686575608 +0900
Registered: 2025-05-26 08:04 - Last Modified: 2023-06-12 13:13 - 2.5K bytes - Viewed (0) -
operator/cmd/mesh/manifest-generate.go
return &cobra.Command{ Use: "generate", Short: "Generates an Istio install manifest", Long: "The generate subcommand generates an Istio install manifest and outputs to the console by default.", // nolint: lll Example: ` # Generate a default Istio installation istioctl manifest generate # Enable Tracing istioctl manifest generate --set meshConfig.enableTracing=true
Registered: 2025-05-28 22:53 - Last Modified: 2024-10-22 15:08 - 7.4K bytes - Viewed (0) -
docs/pt/docs/advanced/generate-clients.md
"description": "", "main": "index.js", "scripts": { "generate-client": "openapi-ts --input http://localhost:8000/openapi.json --output ./src/client --client axios" }, "author": "", "license": "", "devDependencies": { "@hey-api/openapi-ts": "^0.27.38", "typescript": "^4.6.2" } } ``` Depois de ter esse script NPM `generate-client` lá, você pode executá-lo com: <div class="termy">
Registered: 2025-05-25 07:19 - Last Modified: 2024-12-12 22:47 - 11K bytes - Viewed (0) -
docs/de/docs/advanced/generate-clients.md
"description": "", "main": "index.js", "scripts": { "generate-client": "openapi-ts --input http://localhost:8000/openapi.json --output ./src/client --client axios" }, "author": "", "license": "", "devDependencies": { "@hey-api/openapi-ts": "^0.27.38", "typescript": "^4.6.2" } } ``` Nachdem Sie das NPM-Skript `generate-client` dort stehen haben, können Sie es ausführen mit: <div class="termy">
Registered: 2025-05-25 07:19 - Last Modified: 2024-11-18 02:25 - 11.4K bytes - Viewed (0) -
build-logic/build-init-samples/src/main/kotlin/gradlebuild/generate-samples.gradle.kts
readmeTemplates.convention(layout.projectDirectory.dir("src/samples/readme-templates")) target.convention(layout.buildDirectory.dir("generated-samples/$buildInitType" + if (modularizationOption.isMulti()) "-with-libraries" else "")) type = buildInitType modularization = modularizationOption } samples.publishedSamples.create(sampleName) {
Registered: 2025-05-28 11:36 - Last Modified: 2023-09-30 16:17 - 3.3K bytes - Viewed (0)