Currently, as of v0.15.1, the assets get command of rbxcloud only outputs a rust struct debug. It should accept an additional --json flag which would format the output as json, making it parseable with other tools such as lune.
Here's an example of how it currently outputs:
AssetOperation {
path: Some(
"operations/8c41920f-78a6-4395-949c-8753f5d3af1f",
),
metadata: None,
done: Some(
false,
),
error: None,
response: None,
}