Here the -t, --title and the -d, --description flags are necessary, the other flags will be optional.
Example:
ftown project create -t "My Project"-d "This is a cool project"-r "https://github.com/user/repo"-e "https://demo.com"-m "./README.md"-a "AI-powered feature"
Another flag
For the 2 commands below you can also use the -n, --byname flag that is followed by "" with text.
This will pass the ID argument and will search or update the project by name, but is highly unrecommended, cause multiple projects can have the same name.
Updating
Here all the flags are optional.
Structure:
ftown project update [ID]
Where ID is the projects id.
Example:
ftown project update [ID]-t "Updated Project Title"-d "Updated description of the project"-r "https://github.com/user/updated-repo"-e "https://updated-demo.com"-m "./UPDATED_README.md"-a "Updated AI-powered feature"