Skip to content

Commit

Permalink
chore(docs): Sync wiki to wiki/ [skip-cd]
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Apr 9, 2024
1 parent b5fbc71 commit bfe7f50
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions wiki/πŸ“—-[User-Guide]-CLI-‐-Get-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ These arguments override the respective values found in the config.toml file.

## Create your first objects

After launching and logging in the CLI, we land in a prompt where we can start typing commands. The CLI is organized like a filesystem but here, instead of files, we have OGrEE objects disposed in a hierarchy with OGrEE namespaces as root. More information about namespaces and the OGrEE hierarchy can be found in the [Basic Concepts](https://github.com/ditrit/OGrEE-Core/wiki/%F0%9F%93%97-%5BUser-Guide%5D-Basic-Concepts) page. To navigate the tree of objects, Unix inspired commands can be used, such as `ls` to see the objects of the current level and `cd` to change level. Too see all possible commands, see the CLI Language page.
After launching and logging in the CLI, we land in a prompt where we can start typing commands. The CLI is organized like a filesystem but here, instead of files, we have OGrEE objects disposed in a hierarchy with OGrEE namespaces as root. More information about namespaces and the OGrEE hierarchy can be found in the [Basic Concepts](https://github.com/ditrit/OGrEE-Core/wiki/%F0%9F%93%97-%5BUser-Guide%5D-Basic-Concepts) page. To navigate the tree of objects, Unix inspired commands can be used, such as `ls` to see the objects of the current level and `cd` to change level. Too see all possible commands, see the [CLI Language](https://github.com/ditrit/OGrEE-Core/wiki/%F0%9F%93%97-%5BUser-Guide%5D-CLI-%E2%80%90-Language) page.

Let's create some OGrEE components! First, we will create a site named `siteA`:
```
Expand Down Expand Up @@ -165,4 +165,6 @@ This will first process the `siteB.ocli`, creating a new site, building and room
β”œβ”€β”€ A70
β”œβ”€β”€ A80
└── A90
```
```

For more commands, check the [CLI Language](https://github.com/ditrit/OGrEE-Core/wiki/%F0%9F%93%97-%5BUser-Guide%5D-CLI-%E2%80%90-Language) page!

0 comments on commit bfe7f50

Please sign in to comment.