Skip to content

export automation to git doesn't work #75

@fletcherpete72

Description

@fletcherpete72

Using export and --repository on automation produces a file in local file system instead of in specified git repo. Verbose output included in attached file.

(deployer-venv) [peter.fletcher@localhost ~]$ mkdir xxx
(deployer-venv) [peter.fletcher@localhost ~]$ cd xxx
(deployer-venv) [peter.fletcher@localhost xxx]$ ls -l
total 0
(deployer-venv) [peter.fletcher@localhost xxx]$ ipctl export automation "Get Audit History" --repository git@gitlab.com:iap-projects-forks/get-gateway-audit-history.git --private-key-file ~/.ssh/id_rsa
Successfully exported automation Get Audit History

(deployer-venv) [peter.fletcher@localhost xxx]$ ls -l
total 4
-rw-rw-r--. 1 peter.fletcher peter.fletcher 1187 Mar 17 13:00 'Get Audit History.automation.json'
(deployer-venv) [peter.fletcher@localhost xxx]$

(deployer-venv) [peter.fletcher@localhost xxx]$ ipctl export automation "Get Audit History" --repository git@gitlab.com:iap-projects-forks/get-gateway-audit-history.git --private-key-file ~/.ssh/id_rsa --verbose > verbose.txt

verbose.txt

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No fields configured for Bug.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions