func GetSecretsByNameOrIDPrefixes(ctx context.Context, client client.APIClient, terms []string) ([]swarm.Secret, error)
GetSecretsByNameOrIDPrefixes returns secrets given a list of ids or names
func NewSecretCommand(dockerCli *command.DockerCli) *cobra.Command
NewSecretCommand returns a cobra command for `secret` subcommands