File tree Expand file tree Collapse file tree 1 file changed +21
-1
lines changed
Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Original file line number Diff line number Diff line change 3636 id : localstack-version
3737 attributes :
3838 label : LocalStack Version
39- description : What version of LocalStack are you using?
39+ description : |
40+ What version of LocalStack are you using?
41+
42+ You can find the version in the LocalStack startup logs or by running:
43+ curl http://localhost:4566/_localstack/info | jq '.version'
44+
45+ This helps us reproduce and diagnose your issue more effectively.
46+ placeholder : e.g. 4.8.0
47+ validations :
48+ required : true
49+ - type : input
50+ id : localstack-cli-version
51+ attributes :
52+ label : LocalStack CLI Version
53+ description : |
54+ What version of the LocalStack CLI are you using?
55+
56+ You can find the version by running:
57+ localstack --version
58+
59+ This helps us ensure compatibility and troubleshoot CLI-specific issues.
4060 placeholder : e.g. 4.8.0
4161 validations :
4262 required : true
You can’t perform that action at this time.
0 commit comments