wf get
wf get
Retrieves resources
Synopsis
Allows you to retrieve resources. If no name is provided a list of all resources of the specified type will be returned.
Examples of resource types are users, workspaces, clusters. You can list all available resource types using:
$ wf api-resources
For a better experience resource types can be auto-completed for you, find out more by running:
$ wf completion
wf get [flags]
Examples
# List users
$ wf get users
# Get information about a specific user
$ wf get user testuser
# Get information about a specific user, formatted in yaml
$ wf get user testuser -o yaml
# List all clusters in a specified workspace
$ wf get clusters -w lovely-workspace
Options
-A, --all-workspaces Retrieve resources across all workspaces (subject to permissions)
--global Get global resources (for dual-scoped resource types) even if a default workspace is set
-h, --help help for get
--raw string Raw URI to request from the server
Options inherited from parent commands
--debug Debug / trace logging (default: false)
--force Force operation to happen (default: false)
--no-wait Do not wait for resources to provision
-o, --output string Output format of the resource (json,yaml,table) (default "table")
--profile string Use a profile other than your current - to change current: wf use profile NAME
--show-headers Display headers on table out (default true)
--verbose Verbose logging (default: false)
-w, --workspace string Workspace to use - to change default: wf use workspace NAME
SEE ALSO
- wf - CLI interface for Wayfinder
- wf get accesspolicy - Retrieves one or all access policies
- wf get accessrole - Retrieves one or all access roles
- wf get accessrolebinding - Retrieves one or all access role bindings
- wf get admin - Retrieves Wayfinder administrators
- wf get appcomponent - Retrieves one or all app components
- wf get appenv - Retrieves one or all app envs
- wf get application - Retrieves one or all applications
- wf get assignablenetwork - Retrieves one or all assignable networks
- wf get audit - Retrieves the audit log for workspaces or across wf
- wf get capabilities - Retrieves one or all cluster capabilities
- wf get channel - Retrieves one or all channels
- wf get cloudaccesscheck - Retrieves one or all cloud access checks
- wf get cloudaccessconfig - Retrieves cloud access configuration from wayfinder
- wf get cloudidentity - Retrieves cloud identities
- wf get cloudpermission - Retrieves one or all cloud permissions
- wf get cloudresourceplan - Retrieves one or all cloud resource plans
- wf get cloudresourcereference - Retrieves one or all cloud resource references
- wf get cluster - Retrieves one or all clusters
- wf get clusternetwork - Retrieves one or all cluster networks
- wf get clusternetworkplan - Retrieves one or all cluster network plans
- wf get clusterplan - Retrieves one or all cluster plans
- wf get clusterplanvalidation - Retrieves one or all cluster plan validations
- wf get clusterpolicy - Retrieves one or all cluster policies
- wf get computetemplate - Retrieves one or all compute templates
- wf get configmap - Retrieves one or all config maps
- wf get containerregistry - Retrieves one or all container registries
- wf get defaultworkspacegroup - Retrieves one or all default workspace groups
- wf get dnszone - Retrieves one or all d n s zones
- wf get globalaccesspolicy - Retrieves one or all global access policies
- wf get globalaccessrole - Retrieves one or all global access roles
- wf get globalclusterpolicy - Retrieves one or all global cluster policies
- wf get globalcontainerregistry - Retrieves one or all global container registries
- wf get globaldnszone - Retrieves one or all global d n s zones
- wf get identity - Retrieves user identities
- wf get member - Retrieves workspace members
- wf get namespace - Retrieves information about managed namespaces
- wf get nodepool - Retrieves one or all node pools
- wf get nodepoolupdate - Retrieves one or all node pool updates
- wf get package - Retrieves one or all packages
- wf get packagerelease - Retrieves one or all package releases
- wf get packageupdate - Retrieves one or all package updates
- wf get peering - Retrieves one or all peerings
- wf get peeringrule - Retrieves one or all peering rules
- wf get platformaccesstoken - Retrieves one or all platform access tokens
- wf get platformsecret - Retrieves one or all platform secrets
- wf get provisioningpolicy - Retrieves one or all provisioning policies
- wf get quotalimit - Retrieves one or all quota limits
- wf get repository - Retrieves one or all repositories
- wf get repositoryrelease - Retrieves one or all repository releases
- wf get secret - Retrieves one or all secrets
- wf get stage - Retrieves one or all stages
- wf get user - Retrieves one or all users
- wf get wayfindergroup - Retrieves one or all wayfinder groups
- wf get wayfindergroupmember - Lists members of the specified group
- wf get wayfinderrole - Retrieves one or all wayfinder roles
- wf get wayfinderrolebinding - Retrieves one or all wayfinder role bindings
- wf get workloadidentity - Retrieves one or all workload identities
- wf get workspace - Retrieves one or all workspaces
- wf get workspaceaccesstoken - Retrieves one or all workspace access tokens
- wf get workspacegroup - Retrieves one or all workspace groups
- wf get workspacegroupmember - Lists members of the specified group
- wf get workspacerolebinding - Retrieves one or all workspace role bindings