func NewClient(ctx context.Context, instance string, opts auth.Options, readOnly bool) (*client.Client, error)
type Flags struct { Instance string }
func (c *Flags) Init(f *flag.FlagSet)
func (c *Flags) Parse() error