Skip to content

seeknal list

List resources in the current Seeknal project.

Synopsis

seeknal list [OPTIONS] [RESOURCE_TYPE]

Description

Lists resources such as feature groups, sources, pipelines, and environments.

Options

Option Description
--format Output format: table, json, yaml (default: table)
--type Filter by resource type

Resource Types

  • feature-groups - List feature groups
  • sources - List data sources
  • pipelines - List pipelines
  • environments - List environments

Examples

List all resources

seeknal list

List feature groups

seeknal list feature-groups

JSON output

seeknal list --format json

See Also

  • seeknal show - Show resource details
  • seeknal init - Initialize a project