Versions in this module Expand all Collapse all v0 v0.2.0 Aug 10, 2026 v0.1.0 Aug 10, 2026 Changes in this version + func TokenFromCLI() string + type Client struct + func New(baseURL, token string) *Client + func (c *Client) Deploy(ctx context.Context, serviceID, image string) (string, error) + func (c *Client) DeployStatus(ctx context.Context, serviceID, deployID string) (DeployStatus, error) + func (c *Client) EnvVars(ctx context.Context, serviceID string) (map[string]string, error) + func (c *Client) Service(ctx context.Context, serviceID string) (Service, error) + func (c *Client) SetEnvVar(ctx context.Context, serviceID, key, value string) error + func (c *Client) String() string + type DeployStatus struct + ID string + Status string + func (d DeployStatus) Failed() bool + func (d DeployStatus) Live() bool + type EnvVar struct + Key string + Value string + type Error struct + Endpoint string + Message string + Status int + func (e *Error) Error() string + type Service struct + ID string + Name string + Type string