Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 3,159 for Commands (1.46 sec)

  1. releasenotes/notes/46051.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: istioctl
    releaseNotes:
    - |
      **Removed** the following experimental `istioctl` commands: `create-remote-secret` and `remote-clusters`.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jul 19 13:55:38 UTC 2023
    - 244 bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/snippets/tasks/incrementalBuild-incrementalBuildAdvanced/tests/incrementalBuildGitClone.sample.conf

    commands: [{
        executable: gradle
        args: clean cloneGradleProfiler
    }, {
        executable: gradle
        args: cloneGradleProfiler
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 133 bytes
    - Viewed (0)
  3. src/cmd/go/internal/fmtcmd/fmt.go

    The -n flag prints commands that would be executed.
    The -x flag prints commands as they are executed.
    
    The -mod flag's value sets which module download mode
    to use: readonly or vendor. See 'go help modules' for more.
    
    To run gofmt with specific options, run gofmt itself.
    
    See also: go fix, go vet.
    	`,
    }
    
    func runFmt(ctx context.Context, cmd *base.Command, args []string) {
    	printed := false
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Nov 03 12:16:35 UTC 2022
    - 3K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/samples/groovy/library-publishing/tests/publishTask.sample.conf

    commands: [{
        executable: gradle
        args: publish
        expected-output-file: publishTask.out
        allow-disordered-output: true
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 133 bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/samples/incubating/java/jvm-multi-project-with-test-aggregation-standalone/tests/testTask.sample.conf

    commands: [{
        executable: gradle
        args: testAggregateTestReport
        expected-output-file: testTask.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
    - 180 bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/samples/build-organization/composite-builds/plugin-dev/tests/sanityCheck.sample.conf

    commands: [{
        executable: gradle
        args: tasks -q
        flags: "--include-build=greeting-plugin"
    },{
        execution-subdirectory: greeting-plugin
        executable: gradle
        args: tasks -q
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 193 bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/snippets/testing/test-suite-multi-configure-each-extracted/tests/checkTask.sample.conf

    commands: [{
        executable: gradle
        args: checkDependencies
        expected-output-file: checkTask.out
        allow-additional-output: true
        allow-disordered-output: true
    },
    {
        executable: gradle
        args: test
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 218 bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/snippets/testing/test-suite-multi-configure-each-matching/tests/checkTask.sample.conf

    commands: [{
        executable: gradle
        args: checkDependencies
        expected-output-file: checkTask.out
        allow-additional-output: true
        allow-disordered-output: true
    },
    {
        executable: gradle
        args: test
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 218 bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/snippets/tasks/incrementalBuild-customTaskClass/tests/customTaskClassWithInputOutputAnnotationsWithoutCC.sample.conf

    commands: [{
        executable: gradle
        args: processTemplates
    }, {
        executable: gradle
        args: processTemplates
        expected-output-file: customTaskClassWithInputOutputAnnotationsUpToDateWithoutCC.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
    - 278 bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/snippets/multiproject/basic-multiproject/tests/test.sample.conf

    commands: [{
        executable: gradle
        args: projects
        flags: --quiet
        expected-output-file: projects.out
    }, {
        executable: gradle
        args: run
        flags: --quiet
        expected-output-file: run.out
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 211 bytes
    - Viewed (0)
Back to top