Mandate Examples 101

Mandate Example 01

This is the first mandate. View Mandate 01

Mandate Example 02

This is the second mandate. View Mandate 02

mandate 01:
		# Create a new mandate using the following command
		python -m create_mandate.py --type 01 --text "This is the first mandate"

		# Update an existing mandate using the following command
		python -m update_mandate.py --type 01 --text "New text for the first mandate"
		
mandate 02:
		# Create a new mandate using the following command
		bash -c create_mandate.sh --type 02 --text "This is the second mandate"

		# Update an existing mandate using the following command
		bash -c update_mandate.sh --type 02 --text "New text for the second mandate"
		
Mandate 03 | Mandate 04