Tools, FAQ, Tutorials:
"composer archive" to Generate BNA File
How to package my business network source code files into a BNA file for deployment?
✍: FYIcenter.com
You can use the "composer archive create" command
to package my business network source code files into
a BNA file for deployment:
$ cd tutorial-network $ composer archive create -t dir -n . $ ls -l tutorial-network* -rw-rw-r-- 1 fyicenter 6163 Apr 1 15:42 tutorial-network@0.0.1.bna
You use the "composer archive list" command to get summary information of the generated BNA file:
$ composer archive list -a tutorial-network@0.0.1.bna Listing Business Network Archive from tutorial-network@0.0.1.bna Identifier:tutorial-network@0.0.1 Name:tutorial-network Version:0.0.1 Command succeeded
Â
⇒ Create Peer Admin Access Card
⇠"yo" Command to Generate Business Network
2021-02-04, ∼1352🔥, 0💬
Popular Posts:
How to validate the id_token signature received from Azure AD v2.0 authentication response? You can ...
How to Install Docker Desktop 2.5.0 on Windows 10? You can follow this tutorial to Install Docker De...
What is EPUB 2.0 Metadata "dc:creator" and "dc:contributor" elements? EPUB 2.0 Metadata "dc:creator"...
What is EPUB 2.0 Metadata "dc:publisher" and "dc:rights" elements? EPUB 2.0 Metadata "dc:publisher" ...
How to use the "set-variable" Policy Statement to create custom variables for an Azure API service o...