You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*Note:* The input file can either be `json`, or `yaml` / `yml`.
17
18
18
-
*Note:* The output file types are either `json` or `yaml` / `yml`. This is determined from the file extension for the output file path passed in or using `-t json|yaml` when writing to stdout.
19
-
20
-
## Resolving s3 references
21
-
22
-
This CLI tool will also attempt to resolve S3 references (`$ref: "s3://.."`) using the `aws-sdk`. Take a look [here](s3-resolver.js) to see the custom resolver code.
19
+
*Note:* The output file types are either `json` or `yaml` / `yml`. This is determined from the file extension for the
20
+
output file path passed in or using `-t json|yaml` when writing to stdout.
0 commit comments