Skip to content

mauriciolauffer/ui5-deployer-app-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ui5-deployer-app-test

It's an ui5 app used to test ui5-deployer.

This app is used for testing:

ui5.yaml

The ui5.yaml file has a new section called deployer. Deployer section has the following parameters and should be changed according to your needs:

specVersion: '2.1'
metadata:
  name: ui5-deployer-app-test
type: application
customConfiguration:
  deployer:
    type: sap-netweaver
    sourcePath: /dist
    connection:
      url: https://dev.my-sap-server.com
      proxy:
      strictSSL: false
      SSLCertificatePath: /certs/ssl-certificate.pem
    abapRepository:
      client: 100
      language: EN
      transportRequest: ABAPDK999999
      package: ZMYPACKAGE
      bspApplication: ZDEPLOYAPP001
      bspApplicationText: TEST DEPLOY APP x1
    credentials:
      username: MyUsername
      password: MyPassword

You have the option to use all parameters as is from the ui5.yaml file or overwrite few of them when executing ui5-cli.

You can overwrite: abapRepository.transportRequest || credentials.username || credentials.password

$ ui5-deployer deploy
$ ui5-deployer deploy --transport-request=ABAPDK99999
$ ui5-deployer deploy --username=MyUsername --password=MyPassword

package.json

Here you can find the devDependency to ui5-deployer and few scripts to run it:

"scripts": {
    "start": "ui5 serve",
    "build": "ui5 build",
    "deploy": "ui5-deployer deploy",
    "deploy-tr": "ui5-deployer deploy --transport-request=ABAPDK99999",
    "deploy-login": "ui5-deployer deploy --username=MyUsername --password=MyPassword"
}

About

ui5-deployer-app-test

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published