Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for TagCmd (0.06 sec)

  1. src/cmd/go/internal/vcs/vcs.go

    	CreateCmd   []string // commands to download a fresh copy of a repository
    	DownloadCmd []string // commands to download updates into an existing repository
    
    	TagCmd         []tagCmd // commands to list tags
    	TagLookupCmd   []tagCmd // commands to lookup tags before running tagSyncCmd
    	TagSyncCmd     []string // commands to sync to specific tag
    	TagSyncDefault []string // commands to sync to default tag
    
    	Scheme  []string
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:30:18 UTC 2024
    - 46.2K bytes
    - Viewed (0)
  2. istioctl/cmd/root.go

    	hideInheritedFlags(bugReportCmd, cli.FlagNamespace, cli.FlagIstioNamespace)
    	rootCmd.AddCommand(bugReportCmd)
    
    	tagCmd := tag.TagCommand(ctx)
    	hideInheritedFlags(tag.TagCommand(ctx), cli.FlagNamespace, cli.FlagIstioNamespace, FlagCharts)
    	rootCmd.AddCommand(tagCmd)
    
    	// leave the multicluster commands in x for backwards compat
    	rootCmd.AddCommand(multicluster.NewCreateRemoteSecretCommand(ctx))
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 15:59:33 UTC 2024
    - 10K bytes
    - Viewed (0)
Back to top