This website requires JavaScript.
Explore
Help
Register
Sign In
lksz
/
PowerShell_Scripts
Watch
1
Star
0
Fork
You've already forked PowerShell_Scripts
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
c8b9f5d2dc
PowerShell_Scripts
/
docker
/
_.package.json
11 lines
119 B
JSON
Raw
Normal View
History
Unescape
Escape
Introducing Packages Major Overhaul with Breaking Changes split into packaged, default behavior moved into 'base' package each package has a json package description file with criteria for loading Modified Setup-Profile to refer to 'base' package path for auto loading moved Linux aliases and command to 'base.linux' package created 'docker' package to address docker supported systems modified Get-MyScripts, Edit-MyScripts and Reload-MyScripts accordingly. Dropped -System and sys.*, package json conditions will take care of it. Supplied command to create/edit package json files: - New-MyPackage - Add-PackageCondition - Set-MyPackage
2020-11-25 05:46:33 +00:00
{
"package"
:
{
"Condition"
:
[
{
package defintion improvements Added CmdletExists and AppExeExists conditions Cleanup of existing package description files
2021-04-16 17:07:00 +00:00
"AppExeExists"
:
"docker"
Introducing Packages Major Overhaul with Breaking Changes split into packaged, default behavior moved into 'base' package each package has a json package description file with criteria for loading Modified Setup-Profile to refer to 'base' package path for auto loading moved Linux aliases and command to 'base.linux' package created 'docker' package to address docker supported systems modified Get-MyScripts, Edit-MyScripts and Reload-MyScripts accordingly. Dropped -System and sys.*, package json conditions will take care of it. Supplied command to create/edit package json files: - New-MyPackage - Add-PackageCondition - Set-MyPackage
2020-11-25 05:46:33 +00:00
}
]
,
"Name"
:
"docker"
}
}