Create a Fuze Workspace#
To begin working with Fuze, create a workspace using the provided workspace.ini.
From the cicd-demos/helloworld/fuze-build folder:
cd cicd-demos/helloworld/fuze-build
fuze --create-workspace --workspace-file workspace.ini
This will clone all necessary repositories and set up your local workspace environment.
Example workspace.ini (from helloworld/fuze-build/workspace.ini):
[general]
fullname = automation
email = automation@4tlastech.com
[git]
protocol = ssh
keyfile = /home/automation/.ssh/automation_key
[output]
format=json
[build]
workspace="./fuze-ftl"