Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 352 Bytes

cli.md

File metadata and controls

16 lines (8 loc) · 352 Bytes

CLI

The CLI can be invoked as follows

gen3 [OPTIONS] COMMAND [ARGS]

For a list of commands and options run

gen3 --help

For example, the following can validate user.yaml files

gen3 users validate first_user.yaml second_user.yaml

The gen3users documentation describes the users functionality.