Error: Command failed: atmos describe component foobar -s plat-ue2-sandbox --format=json --process-templates=true
Error: unknown flag: --process-templates
Usage:
atmos describe component [flags]
Flags:
--file string Write the result to the file: atmos describe component <component> -s <stack> --file component.yaml
-f, --format string The output format: atmos describe component <component> -s <stack> --format=yaml|json ('yaml' is default) (default "yaml")
-h, --help help for component
-s, --stack string atmos describe component <component> -s <stack>
Global Flags:
--logs-file string The file to write Atmos logs to. Logs can be written to any file or any standard file descriptor, including '/dev/stdout', '/dev/stderr' and '/dev/null' (default "/dev/stdout")
--logs-level string Logs level. Supported log levels are Trace, Debug, Info, Warning, Off. If the log level is set to Off, Atmos will not log any messages (default "Info")
--redirect-stderr string File descriptor to redirect 'stderr' to. Errors can be redirected to any file or any standard file descriptor (including '/dev/null'): atmos <command> --redirect-stderr /dev/stdout
unknown flag: --process-templates