Skip to content

Commit

Permalink
docs(flags): add hasExportScript flag
Browse files Browse the repository at this point in the history
  • Loading branch information
prplwtf authored Nov 23, 2023
1 parent 2033713 commit e795d24
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/pages/documentation/flags.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,11 @@ Right before the installation completes, extensions with this flag will be able
`hasRemovalScript` <span class="badge bg-primary-subtle text-primary-emphasis rounded-pill">Developer branch</span>\
Right before starting the extension removal process, extensions with this flag will be able to run a shell script to undo some changes Blueprint isn't able to. This script must be called "remove.sh" and be in the root of your data directory.

`hasExportScript` <span class="badge bg-primary-subtle text-primary-emphasis rounded-pill">Developer branch</span>\
In the middle of the export process, extensions with this flag will be able to run a shell script to automate additional changes for distribution. This script must be called "export.sh" and be in the root of your data directory, but is not included in the exported extension.

<br/>

##### Developer flags
`developerIgnoreInstallScript`\
Ignore the custom extension installation script when installing your extension through developer commands.
Ignore the custom extension installation script when installing your extension through developer commands.

0 comments on commit e795d24

Please sign in to comment.