Packaging: Replacing references to embassy-sdk with start-sdk (#481)

Updates this page: https://docs.start9.com/latest/developer-docs/packaging
This commit is contained in:
Jadi
2023-08-18 18:14:13 +03:30
committed by GitHub
parent 39cb0e46dc
commit 6ef3b3a7da

View File

@@ -186,8 +186,8 @@ Dependencies - Required
.. code-block:: .. code-block::
embassy-sdk init start-sdk init
embassy-sdk --version start-sdk --version
- Deno (an optional component for more advanced SDK features) - A simple, modern and secure runtime for JavaScript and TypeScript that uses V8 and is built in Rust. It is used to enable the scripting API portion of the SDK. - Deno (an optional component for more advanced SDK features) - A simple, modern and secure runtime for JavaScript and TypeScript that uses V8 and is built in Rust. It is used to enable the scripting API portion of the SDK.
@@ -340,13 +340,13 @@ Building the final ``s9pk`` artifact depends on the existence of the files liste
.. code-block:: .. code-block::
embassy-sdk pack start-sdk pack
- Verify the ``s9pk`` (replace PKG_ID with your package identifier): - Verify the ``s9pk`` (replace PKG_ID with your package identifier):
.. code-block:: .. code-block::
embassy-sdk verify s9pk PKG_ID.s9pk start-sdk verify s9pk PKG_ID.s9pk
The verification step will provide details about missing files, or fields in the service manifest file. The verification step will provide details about missing files, or fields in the service manifest file.
@@ -380,8 +380,8 @@ Testing
.. code-block:: .. code-block::
embassy-cli auth login start-cli auth login
embassy-cli package install <PACKAGE_ID_REPLACE_ME>.s9pk start-cli package install <PACKAGE_ID_REPLACE_ME>.s9pk
.. figure:: /_static/images/dev/nc-install.png .. figure:: /_static/images/dev/nc-install.png
@@ -442,13 +442,13 @@ Glossary
`service` - open software applications that run on StartOS `service` - open software applications that run on StartOS
`package` - the composed set of a Docker image, a service manifest, and service instructions, icon, and license, that are formatted into a file with the `s9pk` extension using `embassy-sdk` `package` - the composed set of a Docker image, a service manifest, and service instructions, icon, and license, that are formatted into a file with the `s9pk` extension using `start-sdk`
`wrapper` - the project repository that "wraps" the upstream project, and includes additionally necessary files for building and packaging a service for eOS `wrapper` - the project repository that "wraps" the upstream project, and includes additionally necessary files for building and packaging a service for eOS
`scripts` - a set of developer APIs that enable advanced configuration options for services `scripts` - a set of developer APIs that enable advanced configuration options for services
`embassy-sdk` - the Software Development Toolkit used to package and verify services for StartOS `start-sdk` - the Software Development Toolkit used to package and verify services for StartOS
`open source software` - computer software that is released under a license in which the copyright holder grants users the rights to use, study, change, and distribute the software and its source code to anyone and for any purpose `open source software` - computer software that is released under a license in which the copyright holder grants users the rights to use, study, change, and distribute the software and its source code to anyone and for any purpose