Show-thumbprint tentacle option

If i run tentacle.exe --show-thumbprint i get the thumbprint for the default instance, how to i bring back the thumbprint for any of my other tentacles? (i have the same question about show-squid)
thanks
tim

Hi Tim,

Thanks for getting in touch! You can define the instance name for any tentacle.exe command:

C:\Program Files\Octopus Deploy\Tentacle>tentacle.exe help show-squid
Octopus Deploy: Tentacle version 2.6.0.741
Usage: Tentacle show-squid [<options>]
Where [<options>] is any of:
      --instance=VALUE       Name of the instance to use
Or one of the common options:
      --console              Don't attempt to run as a service, even if the
                               user is non-interactive
      --nologo               Don't print title or version information
C:\Program Files\Octopus Deploy\Tentacle>

Hope that helps!
Vanessa

thanks, that did it, sorry i missed it