You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Users with the global admin role can mark any
export as a global export. Global exports are
automatically imported into all projects, and
their imports cannot be deleted.
```shell
$ dstack export create global-export --gateway shared-gateway --global
NAME FLEETS GATEWAYS IMPORTERS
global-export - shared-gateway *
```
Only promoting an export to global requires the
global admin role. Regular project admins can add
or remove resources, remove global status, or
delete the export.
Copy file name to clipboardExpand all lines: mkdocs/docs/concepts/exports.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -114,6 +114,23 @@ Export my-export deleted
114
114
115
115
Use `-y` to skip the confirmation prompt.
116
116
117
+
### Global exports
118
+
119
+
Users with the global admin role can mark any export as a global export. Global exports are automatically imported into all projects, and their imports cannot be deleted.
Only promoting an export to global requires the global admin role. Regular project admins can add or remove resources, remove global status, or delete the export.
131
+
132
+
</div>
133
+
117
134
## Access imported resources
118
135
119
136
From the importer project's perspective, use `dstack import list` (or simply `dstack import`) to list all imports in the project — i.e., all exports from other projects that this project has been granted access to:
0 commit comments