aa1c2422efdb7138392ddab3aa9149b0821ec7ba
Dependencies
- git
- Docker
- bash (/bin/bash)
- Python 3.10.2 (/usr/bin/python3)
- python3-pip
- python3-venv
Note
The MycroForge CLI assumes a linux compatible environment, so on Windows you'll have to use WSL.
Ubuntu-22.04 is the recommended WSL version to use.
TODO
- Figure out why BashException cannot be caught, can it be due to the differences in scoping?
Because the
Bashclass is static and the services callingBash.ExecuteAsyncare in the container. Maybe this in combination with the async nature of the whole thing?
Install
Run the install script in the same directory as the downloaded zip. See the example below for linux-x64.
sudo ./install.sh m4g-<platform>.zip <platform>
Add DevDisciples NuGet source
dotnet nuget add source --name devdisciples --username username --password password https://git.devdisciples.com/api/packages/devdisciples/nuget/index.json --store-password-in-clear-text
TODO
- Fix
-coption form4g db generate entity - Mention
--dbu-platformoption form4g init - Research if System.CommandLine middleware can be used to safeguard commands like
m4g addorm4g api. - Fix up exception handling
- Clean up README files
Description
Languages
C#
98.5%
Shell
0.8%
Dockerfile
0.7%