www/apps/cloud/app/cli/commands/version/page.mdx
import { Table } from "docs-ui"
export const metadata = {
title: version Command - Medusa Cloud CLI Reference,
}
Print the installed version of the Cloud CLI along with the Node.js and platform metadata.
mcloud version
Use this command to confirm which version is installed before reporting bugs or comparing behavior across machines.
Alternatively, you can also use the --version flag, if you don't need to pass any other flags:
mcloud --version
`--json`
</Table.Cell>
<Table.Cell>
Print the result as JSON instead of formatted text.
</Table.Cell>
<Table.Cell>
`false`
</Table.Cell>
</Table.Row>
</Table.Body>
</Table>