Upload an Integration flow
Upload an Integration flow
integrationcli integrations upload [flags]
-f, --file string File containing an Integration flow json in the following format:
{
"content": The textproto of the IntegrationVersion,
"fileFormat": Must be set to YAML or JSON
}
For a sample see ./test/upload.json
-h, --help help for upload
-n, --name string Integration flow name
-a, --account string Path Service Account private key in JSON
--api api Sets the control plane API. Must be one of prod, staging or autopush; default is prod
--default-token Use Google default application credentials access token
--disable-check Disable check for newer versions
--metadata-token Metadata OAuth2 access token
--no-output Disable printing all statements to stdout
--print-output Control printing of info log statements (default true)
-p, --proj string Integration GCP Project name
-r, --reg string Integration region name
-t, --token string Google OAuth Token
--verbose Enable verbose output from integrationcli
- integrationcli integrations - Manage integrations in a GCP project