- Sort Score
- Num 10 results
- Language All
Results 241 - 250 of 494 for deploymentID (0.07 seconds)
-
docs/pt/docs/deployment/fastapicloud.md
``` </div> ## Implantar { #deploy } Agora, implante sua aplicaรงรฃo, com **um รบnico comando**: <div class="termy"> ```console $ fastapi deploy Deploying to FastAPI Cloud... โ Deployment successful! ๐ Ready the chicken! Your app is ready at https://myapp.fastapicloud.dev ``` </div> ร isso! Agora vocรช pode acessar sua aplicaรงรฃo nesse URL. โจCreated: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:20:43 GMT 2026 - 2.2K bytes - Click Count (0) -
docs/ko/docs/deployment/concepts.md
# ๋ฐฐํฌ ๊ฐ๋ { #deployments-concepts } **FastAPI** ์ ํ๋ฆฌ์ผ์ด์ (์ฌ์ค ์ด๋ค ์ข ๋ฅ์ ์น API๋ )์ ๋ฐฐํฌํ ๋๋, ์ฌ๋ฌ๋ถ์ด ์ ๊ฒฝ ์จ์ผ ํ ์ฌ๋ฌ ๊ฐ๋ ์ด ์์ต๋๋ค. ๊ทธ๋ฆฌ๊ณ ์ด ๊ฐ๋ ๋ค์ ํ์ฉํ๋ฉด **์ ํ๋ฆฌ์ผ์ด์ ์ ๋ฐฐํฌํ๊ธฐ ์ํ ๊ฐ์ฅ ์ ์ ํ ๋ฐฉ๋ฒ**์ ์ฐพ์ ์ ์์ต๋๋ค. ์ค์ํ ๊ฐ๋ ๋ช ๊ฐ์ง๋ ๋ค์๊ณผ ๊ฐ์ต๋๋ค: * ๋ณด์ - HTTPS * ์์ ์ ์คํ * ์ฌ์์ * ๋ณต์ (์คํ ์ค์ธ ํ๋ก์ธ์ค ์) * ๋ฉ๋ชจ๋ฆฌ * ์์ ์ ์ฌ์ ๋จ๊ณ ์ด๊ฒ๋ค์ด **๋ฐฐํฌ**์ ์ด๋ค ์ํฅ์ ์ฃผ๋์ง ์ดํด๋ณด๊ฒ ์ต๋๋ค. ๊ฒฐ๊ตญ ์ต์ข ๋ชฉํ๋ **API ํด๋ผ์ด์ธํธ์ ์๋น์ค๋ฅผ ์ ๊ณต**ํ ๋ **๋ณด์**์ ๋ณด์ฅํ๊ณ , **์ค๋จ์ ํผํ๋ฉฐ**, **์ปดํจํ ๋ฆฌ์์ค**(์: ์๊ฒฉ ์๋ฒ/๊ฐ์ ๋จธ์ )๋ฅผ ๊ฐ๋ฅํ ํ ํจ์จ์ ์ผ๋ก ์ฌ์ฉํ๋ ๊ฒ์ ๋๋ค. ๐Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:06:26 GMT 2026 - 21.2K bytes - Click Count (0) -
build-logic-commons/basics/src/main/kotlin/gradlebuild/basics/PublicApi.kt
"org/gradle/build/**", "org/gradle/buildconfiguration/**", "org/gradle/buildinit/**", "org/gradle/caching/**", "org/gradle/concurrent/**", "org/gradle/deployment/**", "org/gradle/external/javadoc/**", "org/gradle/ide/**", "org/gradle/ivy/**", "org/gradle/jvm/**", "org/gradle/language/**", "org/gradle/maven/**",Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Jun 12 23:20:08 GMT 2024 - 2.4K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/internal/transformation/PomArtifactTransformer.java
import org.apache.maven.api.services.ModelBuilderException; import org.apache.maven.api.services.ModelSource; import org.apache.maven.project.MavenProject; import org.eclipse.aether.RepositorySystemSession; import org.eclipse.aether.deployment.DeployRequest; import org.eclipse.aether.installation.InstallRequest; /** * Maven POM transformer. * TODO: rename this interface to "Transformer" as it can do much more than just transform POM. * @since TBD */
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Thu Nov 06 18:32:25 GMT 2025 - 1.9K bytes - Click Count (0) -
compat/maven-compat/src/main/java/org/apache/maven/artifact/repository/metadata/RepositoryMetadataManager.java
* @param localRepository the local repository to install to first * @param deploymentRepository the remote repository to deploy to * @throws RepositoryMetadataDeploymentException in case of metadata deployment issue */ void deploy(ArtifactMetadata metadata, ArtifactRepository localRepository, ArtifactRepository deploymentRepository) throws RepositoryMetadataDeploymentException; /**Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 2.6K bytes - Click Count (0) -
CHANGELOG/CHANGELOG-1.7.md
- [Kubefed](#kubefed) - [**Kubernetes API**](#kubernetes-api) - [User Provided Extensions](#user-provided-extensions) - [**Application Deployment**](#application-deployment) - [StatefulSet](#statefulset) - [DaemonSet](#daemonset-1) - [Deployments](#deployments) - [PodDisruptionBudget](#poddisruptionbudget) - [**Security**](#security) - [Admission Control](#admission-control)Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Thu May 05 13:44:43 GMT 2022 - 308.7K bytes - Click Count (1) -
docs/en/docs/deployment/manually.md
The `--reload` option consumes much more resources, is more unstable, etc. It helps a lot during **development**, but you **shouldn't** use it in **production**. /// ## Deployment Concepts { #deployment-concepts } These examples run the server program (e.g Uvicorn), starting **a single process**, listening on all the IPs (`0.0.0.0`) on a predefined port (e.g. `80`).Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 05 18:13:19 GMT 2026 - 6.7K bytes - Click Count (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/feature/Features.java
*/ public static boolean consumerPomFlatten(@Nullable Map<String, ?> userProperties) { return doGet(userProperties, Constants.MAVEN_CONSUMER_POM_FLATTEN, false); } /** * Check if build POM deployment is enabled. */ public static boolean deployBuildPom(@Nullable Map<String, ?> userProperties) { return doGet(userProperties, Constants.MAVEN_DEPLOY_BUILD_POM, true); }Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Oct 31 11:36:12 GMT 2025 - 2.6K bytes - Click Count (0) -
docs/zh/docs/deployment/fastapicloud.md
You are logged in to FastAPI Cloud ๐ ``` </div> ## ้จ็ฝฒ { #deploy } ็ฐๅจ็จ**ไธๆกๅฝไปค**้จ็ฝฒไฝ ็ๅบ็จ๏ผ <div class="termy"> ```console $ fastapi deploy Deploying to FastAPI Cloud... โ Deployment successful! ๐ Ready the chicken! Your app is ready at https://myapp.fastapicloud.dev ``` </div> ๅฐฑ่ฟๆ ท๏ผ็ฐๅจไฝ ๅฏไปฅ้่ฟ่ฏฅ URL ่ฎฟ้ฎไฝ ็ๅบ็จใโจ ## ๅ ณไบ FastAPI Cloud { #about-fastapi-cloud }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:06:37 GMT 2026 - 1.8K bytes - Click Count (0) -
docs/de/llm-prompt.md
* the command line interface: Das Kommandozeileninterface * the default value: der Defaultwert * the default value: NOT der Standardwert * the default declaration: die Default-Deklaration * the deployment: das Deployment * the dict: das Dict * the dictionary: das Dictionary * the enumeration: die Enumeration * the enum: das Enum * the engine: die Engine * the error response: die Error-Response * the event: das Event
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Mon Dec 29 18:54:20 GMT 2025 - 9.8K bytes - Click Count (0)