Vibe.Remote.KnownNodes (vibe v0.2.2)

Copy Markdown View Source

Persisted trusted remote endpoints at ~/.vibe/known-nodes.json.

Summary

Functions

add(node_name, opts \\ [])

@spec add(
  String.t(),
  keyword()
) :: :ok

list()

@spec list() :: [map()]

path()

@spec path() :: String.t()

remove(node_name)

@spec remove(String.t()) :: :ok