Skip to content

Commit 77db067

Browse files
authored
Publicize Apps (#4524)
1 parent f370106 commit 77db067

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/Apps/Apps.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ using TOML, UUIDs
1111
using Dates
1212
import Pkg.Registry
1313

14+
public add, rm, status, update, develop
15+
1416
app_env_folder() = joinpath(first(DEPOT_PATH), "environments", "apps")
1517
app_manifest_file() = joinpath(app_env_folder(), "AppManifest.toml")
1618
julia_bin_path() = joinpath(first(DEPOT_PATH), "bin")

src/Pkg.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export PackageSpec
2020
export PackageMode, PKGMODE_MANIFEST, PKGMODE_PROJECT
2121
export UpgradeLevel, UPLEVEL_MAJOR, UPLEVEL_MINOR, UPLEVEL_PATCH
2222
export PreserveLevel, PRESERVE_TIERED_INSTALLED, PRESERVE_TIERED, PRESERVE_ALL_INSTALLED, PRESERVE_ALL, PRESERVE_DIRECT, PRESERVE_SEMVER, PRESERVE_NONE
23-
export Registry, RegistrySpec
23+
export Registry, RegistrySpec, Apps
2424

2525
public activate, add, build, compat, develop, free, gc, generate, instantiate,
2626
pin, precompile, readonly, redo, rm, resolve, status, test, undo, update, why

0 commit comments

Comments
 (0)