Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 241 - 250 of 494 for deploymentID (0.07 seconds)

  1. 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)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. 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)
  9. 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)
  10. 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)
Back to Top