Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 530 Bytes

specific-cli-options.md

File metadata and controls

22 lines (16 loc) · 530 Bytes

Jira Specific CLI options

Non interactive Login Parameters

Supprted parameters are:

  • baseUrl - e.g. https://<mysubdomain>.atlassian.net/
  • user - Email address
  • token

Example

salto account add jira --login-parameters baseUrl=https://someSubDomain.atlassian.net/ user=SomeUSer token=SomeApiToken

Force Delete

Allow to delete data that Salto won't be able to restore. Currently only relevant for deleting projects with issues

Example

salto deploy -C 'jira.deploy.forceDelete=true'