Get Command
Description
How Get property of config.yaml
Arguments and Options of Command
| Property | Description | Default | Required | Type | Example |
|---|---|---|---|---|---|
| property | Property to Get | none | Yes | string, argument | name_project |
| comments | Get property with Comments | True | No | bool, option | False |
Examples
# Basic use
next get name_project# Full use
next get name_project --comments=False