Get the public IP address of a server.
ops ip <target>
Arguments:
target
Node ID or app.project format
app.project
Resolves the server's DNS domain to its IPv4 address.
Example:
ops ip api.my-saas # 203.0.113.1
Ping a server to check reachability.
ops ping <target>
ops ping 42
Last updated 5 hours ago