-
Notifications
You must be signed in to change notification settings - Fork 40
Managing Scheduled Plans
Dr. Strange Looker edited this page Jun 5, 2018
·
2 revisions
gzr plan ls --host=looker.example.com
gzr plan ls --disabled --host=looker.example.com
gzr plan cat PLAN_ID --host=looker.example.com
gzr plan rm PLAN_ID --host=looker.example.com
gzr plan disable PLAN_ID --host=looker.example.com
gzr plan enable PLAN_ID --host=looker.example.com
When importing a scheduled plan, the switches --enable and --disable can be used to force the enabled state of the plan. Otherwise the enabled state will reflect the JSON input file.
gzr plan import PLAN_FILE look LOOK_ID --host=looker.example.com
gzr plan import PLAN_FILE dashboard DASHBOARD_ID --host=looker.example.com