Skip to content

Commit 7fd9901

Browse files
Fix CLI command syntax for creating an environment in documentation (#506)
1 parent c3ae8bc commit 7fd9901

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs.kosli.com/content/getting_started/environments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ To create an environment via CLI, you would run a command like this:
2222

2323
```shell {.command}
2424
kosli create environment quickstart \
25-
--environment-type docker \
25+
--type docker \
2626
--description "quickstart environment for tutorial"
2727
```
2828

0 commit comments

Comments
 (0)