From f87a29f23b3be1536ec014f3e836e18798c51be2 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Mon, 21 May 2018 09:15:10 -0400 Subject: [PATCH] notnull --- _articles/miscellaneous/cli.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_articles/miscellaneous/cli.md b/_articles/miscellaneous/cli.md index 8eeab098..3781fcdb 100644 --- a/_articles/miscellaneous/cli.md +++ b/_articles/miscellaneous/cli.md @@ -157,9 +157,9 @@ You can *search* the list of returned objects by using the `--search` option. Yo bw list items --search github --folderid 9742101e-68b8-4a07-b5b1-9578b5f88e6f -Special syntax is available for filters that allows you to specify `null` and `!null` as valid values. Combining multiple filters together performs a logical OR operation. +Special syntax is available for filters that allows you to specify `null` and `notnull` as valid values. Combining multiple filters together performs a logical OR operation. - bw list items --folderid null --organizationid !null + bw list items --folderid null --organizationid notnull ### Get