fluid providers
List registered infrastructure providers and their capabilities.
Syntax
fluid providers
Example
fluid providers
{
"providers": [
"aws",
"datamesh_manager",
"gcp",
"local",
"redshift",
"snowflake"
]
}
Notes
- Use this when you want to confirm which providers the current install can discover.
- These are deployment targets — providers that
fluid applycan provision infrastructure against. - Spec-export formats (ODCS, ODPS, ODPS-Bitol) are not providers — they do not deploy infrastructure. List them with
fluid exportersinstead. fluid providers --jsonis not a supported flag; the command already emits JSON.- See the provider guides for target-specific documentation.