Use case: Create or delete a file for any of the following types:
Example: install a
domain
and anapplication
'module_a'
sassy project module_a a,d --create
Example: uninstall a
provider
and aconfig
'module_b'
sassy project module_a p,cfg --delete
Use case: Create a new branch
sassy branch_name --new_branch
Use case: When ready to commit your changes,
Comment: Do we want to use autotagging for versions when merge requests get accepted? We can specify if we are about to bump MAJOR
,MINOR
or PATCH
this way when coding we do not to manually manage versions but rather they will be managed at merge time by CI/CD. What do you think?
Message structure:
Example: Push a new feature with message "Add new feature"
sassy --push_feature --message "Add new feature"
Example: Push a fix with message "fix feature blablabla"
sassy --push_fix --message "fix feature blablabla"