-
Notifications
You must be signed in to change notification settings - Fork 365
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: [M3-7099] - Metadata CLI command (#9665)
## Description 📝 Fix metadata command when creating with the Linode CLI ## How to test 🧪 ``` yarn test packages/manager/src/utilities/generate-cli.test.ts ``` - Go to `/linodes/create` and fill out the create form with a cloud-init compatible image and a metadata compatible region (e.g. Washington, DC) - Enter some text in the User Data field of the Add User Data accordion - Click the `Create Using Command Line` button and click on the `Linode CLI` tab - Ensure that the metadata command is `--metadata.user_data="<user_data>"` instead of `--metadata '{"user_data": "<user_data>"}'`
- Loading branch information
1 parent
656a0f9
commit 2423f3f
Showing
3 changed files
with
26 additions
and
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@linode/manager": Fixed | ||
--- | ||
|
||
Metadata CLI command ([#9665](https://github.com/linode/manager/pull/9665)) |
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
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