Planet's online account page has a really nice page for each order created: <img width="1443" alt="Screen Shot 2022-06-28 at 4 10 16 PM" src="https://user-images.githubusercontent.com/407017/176319138-cf8fa356-493c-4eae-9066-151921701bbb.png"> It'd be great to easily just jump to a newly created or listed order, by just entering it's id. So thinking about a command like: `planet orders view <order-id>`. Which would just construct the url: https://www.planet.com/account/#/orders/<order-id> and open it in the browser.