Skip to content

Commit 2e94317

Browse files
authored
Merge pull request #49 from derek10cloud/fix-readme-info-command
Fix stackql-deploy info command in README
2 parents d50e1c7 + 2dbeeb3 commit 2e94317

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

README.md

+14-6
Original file line numberDiff line numberDiff line change
@@ -214,13 +214,21 @@ Additional options include:
214214
215215
Use `stackql-deploy info` to show information about the package and environment, for example:
216216
217-
```
217+
```bash
218218
$ stackql-deploy info
219-
stackql-deploy version: 1.0.0
220-
pystackql version : 3.5.4
221-
stackql version : v0.5.612
222-
stackql binary path : /mnt/c/LocalGitRepos/stackql/stackql-deploy/stackql
223-
platform : Linux x86_64 (Linux-5.15.133.1-microsoft-standard-WSL2-x86_64-with-glibc2.35), Python 3.10.12
219+
stackql-deploy CLI
220+
Version: 1.7.7
221+
222+
StackQL Library
223+
Version: v0.5.748
224+
pystackql Version: 3.7.0
225+
Platform: Linux x86_64 (Linux-5.15.133.1-microsoft-standard-WSL2-x86_64-with-glibc2.35), Python 3.10.12
226+
Binary Path: `/mnt/c/LocalGitRepos/stackql/stackql-deploy/stackql`
227+
228+
Installed Providers
229+
aws: v24.07.00246
230+
azure: v23.03.00121
231+
google: v24.09.00251
224232
```
225233
226234
Use the `--help` option to see more information about the commands and options available:

0 commit comments

Comments
 (0)