Skip to content
Snippets Groups Projects
  • Jessica Yuen's avatar
    Introduce command: 'ks param list [component] [--env=<env>]' · eabd30c5
    Jessica Yuen authored
    Pretty prints component or environment parameters.
    
    This command will display all parameters for the component specified. If
    a component is not specified, parameters for all components will be
    listed.
    
    Furthermore, parameters can be listed on a per-environment basis.
    
    Examples:
    
    List all component parameters
      ks param list
    
    List all parameters for the component "guestbook"
      ks param list guestbook
    
    List all parameters for the environment "dev"
      ks param list --env=dev
    
    List all parameters for the component "guestbook" in the environment
    "dev"
      ks param list guestbook --env=dev`,
    eabd30c5
Code owners
Assign users and groups as approvers for specific file changes. Learn more.