Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 2,857 for Commands (0.24 sec)

  1. platforms/documentation/docs/src/snippets/configurationCache/disallowedTypes/tests/configurationCacheDisallowedTypes.sample.conf

    commands: [{
      executable: gradle
      args: someTaskType someTask
      expect-failure: true
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 90 bytes
    - Viewed (0)
  2. 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)
  3. istioctl/cmd/root.go

    	seenCommands := make(map[*cobra.Command]bool)
    	var commandStack []*cobra.Command
    
    	commandStack = append(commandStack, rootCmd)
    
    	for len(commandStack) > 0 {
    		n := len(commandStack) - 1
    		curCmd := commandStack[n]
    		commandStack = commandStack[:n]
    		seenCommands[curCmd] = true
    		for _, command := range curCmd.Commands() {
    			if !seenCommands[command] {
    				commandStack = append(commandStack, command)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 15:59:33 UTC 2024
    - 10K 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. 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)
  6. 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)
  7. 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)
  8. 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)
  9. 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)
  10. releasenotes/notes/47218.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: istioctl
    issue:
    - 47159
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Oct 12 15:11:42 UTC 2023
    - 249 bytes
    - Viewed (0)
Back to top