8000 GitHub - vikeshkhanna/lix: Lix Tool for LinkedIn (cmd line)
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

vikeshkhanna/lix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lix command line interface.

Lex is a command-line interface for Lix @ LinkedIn. It searches the Lix tests for the given search term and returns all the experiments for the matched tests. The search is a simple substring match - so all the tests for which the key contains a substring of the given search term will be returned (Consistent with go/lix). Additionally, Lex provides powerful filtering of the experiments. Experiments may be filtered with a --filter switch. The Usage section specifies the most commonly used conditions. See the predicate grammer below if more advanced filtering is desired.

Usage: ./lix.py -f PROD skill-endorsement --filter "state=ACTIVE and approve_user=jwon" ./lix.py -f PROD skill-endorsement --filter "state=ACTIVE and (approve_user=jwon or approve_user=ndave)" ./lix.py -f PROD skill-endorsement --filter "state=ACTIVE and (approve_user=jwon or owners has ndave)"

Predicate Grammar Condition -> Condition Operator Condition Condition -> (Condition) Condition -> Key Comparator Value Operator -> and | or Comparator -> > | < | <= | >= | = | has Key -> * Value -> *

About

Lix Tool for LinkedIn (cmd line)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0