Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
workspaces
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ssa
workspaces
Merge requests
!1073
Update seci_ingestion_status for gocapo
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update seci_ingestion_status for gocapo
update_go_for_capo
into
main
Overview
0
Commits
1
Pipelines
1
Changes
7
Merged
Charlotte Hausman
requested to merge
update_go_for_capo
into
main
2 years ago
Overview
0
Commits
1
Pipelines
1
Changes
7
Expand
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
5ac647e8
1 commit,
2 years ago
7 files
+
554
−
61
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
7
Search (e.g. *.vue) (Ctrl+P)
apps/cli/executables/go/iiwf_trigger/README.md
+
5
−
4
Options
# Ingest Image Workflow Trigger:
`iiwf_trigger`
is a command line utility to initiate a workflow for a VLASS image set.
It is not typically run by hand, but called by the
[
ingest_vlass_tile.sh
](
../../wf_framework/sh
)
script.
It is not typically run by hand, but called by the ingest_vlass_tile.sh script.
It works by making a REST call to Workspaces to start the workflow. It is recommended
to have the
`CAPO_PROFILE`
environment variable set, otherwise you will need to
manually specify the CAPO file with the calibration lookup URL.
## Usage
```
Usage: iiwf_trigger -path /path/to/VLASS/image/set [-prop CAPO_PATH]
-path Path to the VLASS image set
-prop Path to the CAPO properties file with the calibration lookup URL (default is $CAPO_PROFILE.properties)
Usage: iiwf_trigger -path /path/to/VLASS/image/set [-prop CAPO_PATH] [-profile CAPO_PROFILE]
-path [Required] Path to a cached VLASS image set
-prop [Optional] Path to the CAPO properties file, defaults to CAPO_PATH env variable
-profile The CAPO profile to use, defaults to CAPO_PROFILE env variable
```
Loading