- Fix broken PyPi package
- New Orchard API URL
This package is no longer a CLI for Orchard – that has moved to the Go client.
- Updated API to version 2. This removes containers and moves apps to hosts.
- Moved
orchard.apito the top levelorchardpackage. - Removed CLI
- Vendorise docker-py to fix installation problems.
- Bugfix: Populate username when getting API key from environment variable
- Use ORCHARD_API_KEY environment variable to authenticate, if present
- Support multiple port assignments
- Make app name optional
- Improve speed of commands by removing an HTTP request
- Output stdout and stderr to correct streams when attaching
- Many fixes to make
docker attachfaster and more reliable - Add
--privileged`` flag todocker run`
docker attachno longer crashes when stdin is not a TTYdocker attachno longer hangs when stdin is closed
- Volumes specified in a Dockerfile will now be created as volumes
on Orchard. Previously, you had to specify them with a
-voption todocker run.
- Indent output from
docker inspect - Fix
docker runoutputtingConnection closed by server - Add
-eand-poptions todocker replace - Add
logs()method to Docker client
- Start container after attaching to it so as not to lose output
- Add
--versionoption to client
- Initial release