You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some CLI commands still use the RPC interface instead of HTTP under the hood, and we want to make this consistent so that everything goes through HTTP using the api package.
Commands still using RPC:
force-leave (/v1/agent/force-leave)
info (/v1/agent/self)
join (/v1/agent/join/)
keyring (needs HTTP endpoint)
leave (needs HTTP endpoint)
members (/v1/agent/members)
monitor (needs HTTP endpoint)
reload (needs HTTP endpoint)
New HTTP endpoints:
/v1/keyring
/v1/keyring/install
/v1/keyring/list
/v1/keyring/remove
/v1/keyring/use
/v1/agent/leave
/v1/agent/monitor
/v1/agent/reload
The text was updated successfully, but these errors were encountered:
Some CLI commands still use the RPC interface instead of HTTP under the hood, and we want to make this consistent so that everything goes through HTTP using the api package.
Commands still using RPC:
New HTTP endpoints:
The text was updated successfully, but these errors were encountered: