Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 2,852 for Commands (0.62 sec)

  1. platforms/documentation/docs/src/samples/build-organization/composite-builds/basic/tests/sanityCheck.sample.conf

    commands: [{
        execution-subdirectory: my-app
        executable: gradle
        args: tasks -q
    },{
        execution-subdirectory: my-utils
        executable: gradle
        args: tasks -q
    },{
        executable: gradle
        args: tasks -q
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 222 bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/snippets/tasks/incrementalTask/tests/incrementalTaskRemovedOutput.sample.conf

    commands: [{
        executable: gradle
        args: originalInputs incrementalReverse
        flags: --quiet
    }, {
        executable: gradle
        args: removeOutput incrementalReverse
        flags: --quiet
        expected-output-file: incrementalTaskRemovedOutput.out
        allow-disordered-output: true
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 284 bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/samples/credentials-handling/publishing-credentials/tests/publishCommandLineCredentials.sample.conf

    commands: [{
        executable: gradle
        args: "publish -PmySecureRepositoryUsername=secret-user -PmySecureRepositoryPassword=secret-password"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 145 bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/snippets/configurationCache/projectAtExecutionFixed/tests/configurationCacheProjectAtExecutionFixed.sample.conf

    commands: [{
      executable: gradle
      args: someTaskType someTask
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 67 bytes
    - Viewed (0)
  5. istioctl/pkg/multicluster/options.go

    // KubeOptions contains kubernetes options common to all commands.
    type KubeOptions struct {
    	Kubeconfig string
    	Context    string
    	Namespace  string
    }
    
    // Inherit the common kubernetes flags defined in the root package. This is a bit of a hack,
    // but it allows us to directly get the final values for each of these flags without needing
    // to pass pointers-to-flags through all of the (sub)commands.
    func (o *KubeOptions) prepare(ctx cli.Context) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Aug 01 23:59:49 UTC 2023
    - 1.6K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/samples/build-organization/structuring-software-projects/tests/aggregate-reports.sample.conf

    commands: [{
        executable: gradle
        args: check
        execution-subdirectory: aggregation
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 95 bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/snippets/java-feature-variant/requiring-features-external/tests/sanityCheck.sample.conf

    commands: [{
        execution-subdirectory: project
        executable: gradle
        args: tasks -q
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 94 bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/snippets/base/customExternalTask/tests/sanityCheck.sample.conf

    # TODO add test for the 'task' subproject
    commands: [{
        execution-subdirectory: task
        executable: gradle
        args: tasks
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 130 bytes
    - Viewed (0)
  9. releasenotes/notes/49511.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: istioctl
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Feb 29 20:46:41 UTC 2024
    - 190 bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/snippets/java/basic/tests/basicJavaWithIntegrationTests.sample.conf

    commands: [{
        executable: gradle
        args: check
        expected-output-file: basicJavaWithIntegrationTests.out
        allow-additional-output: true
        allow-disordered-output: true
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 183 bytes
    - Viewed (0)
Back to top