Azion CLI link
Link
The linking process adapts the project so it’s linked to Azion and can be deployed as an edge application. It creates the necessary configurations for future build and deployment of the application on the edge.
Usage
Output
Confirm the linking of the project to Azion:
Enter the desired name for your edge application:
Choose a preset:
Now, the application will be linked to Azion. Different processes occur based on the selected preset, so you need to answer the interactions that are presented.
Choose if you want to run the application locally or not:
Optional flags
auto
The --auto
option can be informed, but it isn’t mandatory. If informed, the entire flow of the command runs without interruptions.
name
The --name
option can be specified, but it isn’t mandatory. If it isn’t informed, the name of your project will be autogenerated.
mode
The --mode
option can be specified, but it isn’t mandatory. The expected values are deliver
and compute
.
preset
The --preset
option can be specified, but it isn’t mandatory. The expected values are:
- Angular
- Astro
- Docusaurus
- Eleventy
- Emscripten
- Gatsby
- Hexo
- Html
- Hugo
- Javascript
- Jekyll
- Next
- React
- Rustwasm
- Svelte
- Typescript
- Vitepress
- Vue
remote
The --remote
flag, followed by a link to a git repository, specifies the project to be cloned and linked to an edge application during the process.
package-manager
The --package-manager
option allows you to specify the package manager to use. Example: npm
, yarn
, pnpm
. If not informed, the package manager will be set automatically based on package-lock.json
or yarn.lock
. If none of these files are found, then npm
is default.
help
The --help
option displays more information about the link
command.
Learn how to link and deploy projects on Azion Edge Platform. Watch the video below: