Some options in the Arcana CLI use underscores between parts and others use hyphens, this should be standardised (to hyphens) to avoid confusion. Also some help text isn't formatted correctly (as white space isn't respected), reformat to match format of arcana.cli.deploy:build() command.
Acceptance Criteria
[x] Standardise click options to use hyphens instead of underscores in flag names
[x] Standardise help text to match Click recommended formatting
Description
Some options in the Arcana CLI use underscores between parts and others use hyphens, this should be standardised (to hyphens) to avoid confusion. Also some help text isn't formatted correctly (as white space isn't respected), reformat to match format of
arcana.cli.deploy:build()
command.Acceptance Criteria