generated from kamangir/blue-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pipeline fix - partial ❗️ - kamangir/bolt#746
- Loading branch information
Showing
4 changed files
with
35 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
#! /usr/bin/env bash | ||
|
||
function test_blue_geo_help() { | ||
local options=$1 | ||
|
||
local module | ||
for module in \ | ||
"blue_geo" \ | ||
"blue_geo catalog" \ | ||
"blue_geo catalog browse" \ | ||
"blue_geo catalog browse firms " \ | ||
"blue_geo catalog list" \ | ||
"blue_geo catalog query" \ | ||
"blue_geo catalog query firms" \ | ||
"blue_geo catalog query firms_area" \ | ||
"blue_geo catalog query read" \ | ||
"blue_geo datacube" \ | ||
"blue_geo datacube get" \ | ||
"blue_geo datacube ingest" \ | ||
"blue_geo QGIS" \ | ||
"blue_geo QGIS_expressions" \ | ||
"blue_geo QGIS_server" \ | ||
"ukraine_timemap"; do | ||
abcli_eval ,$options \ | ||
$module help | ||
[[ $? -ne 0 ]] && return 1 | ||
done | ||
|
||
return 0 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters