-
Notifications
You must be signed in to change notification settings - Fork 6
Basic Commands
Ivan Krutov edited this page Mar 29, 2016
·
9 revisions
Shows a list of available projects. Can optionally filter projects by name.
perspective> show projects
perspective> show projects --name one,two,three
Sets value for filter or setting. Value can optionally contain multiple comma separated strings.
perspective> set some_name = value1,value2,value3
Unsets previously set value for filter or setting.
perspective> unset some_name
Shows help information for specified command or a list of available commands.
perspective> help
perspective> help show projects
Shows shell version.
perspective> version