Class: Mutant::Usage::Commercial Private

Inherits:
Mutant::Usage show all
Defined in:
lib/mutant/usage.rb

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Constant Summary collapse

VALUE =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

'commercial'
MESSAGE =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

<<~'MESSAGE'
  ## Commercial use

  `commercial` usage type requires [payment](https://github.com/mbj/mutant?tab=readme-ov-file#pricing),
  If you are under an active payment plan you can use the commercial usage type on any
  repository, including private ones.

  To use `commercial` usage type either specify `--usage commercial` on the command
  line or use the config file key `usage`:

  ```
  # mutant.yml or config/mutant.yml
  usage: commercial
  ```
MESSAGE

Constants inherited from Mutant::Usage

CLI_REGEXP, TRANSFORM

Method Summary

Methods inherited from Mutant::Usage

#merge, #message, parse, #value, #verify