Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
device creation does not support custom data
I got a report from two colleagues about a custom not being able to create a device with custom data. It was a bug in our cli, this PR fixed it. ``` packet-cli device create -f ams1 -H test -P c1.small.x86 -o centos_7 --customdata '{"customdatatest":"heythere"}' -p $PACKET_PROJECT_ID ```
- Loading branch information