Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

device creation does not support custom data #50

Merged
merged 1 commit into from
May 29, 2020
Merged

device creation does not support custom data #50

merged 1 commit into from
May 29, 2020

Conversation

gianarb
Copy link

@gianarb gianarb commented May 28, 2020

I got a report from two colleagues about a customer 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

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
```
@mmlb mmlb merged commit d068168 into equinix:master May 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants