-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #414 from doanac/device-uuid
This series of changes ultimately moves fioctl to support device commands where they can be addressed by UUID instead of name. e.g.: ``` fioctl devices show --by-uuid xxx-xxx-xxxx fioctl devices config log -n1 -u xxx-xxx-xxxx ``` To get there I cleaned up the client APIs to make this more organized and support a "device api". This separates a Device object - which requires a device lookup from a DeviceApi which can make API calls w/o looking up a device.
- Loading branch information
Showing
18 changed files
with
492 additions
and
420 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.