
Research
/Security News
9 Malicious NuGet Packages Deliver Time-Delayed Destructive Payloads
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.
@adobe/aio-cli-plugin-app-files
Advanced tools
Basic working repo structure for Adobe teams to use as a starting point for their own plugins, and available as a github template to the @adobe github org.
Basic working repo structure for Adobe teams to use as a starting point for their own plugins, and available as a github template to the @adobe github org.
git clone, npm igit add .git commit -m 'A new begining'Click 'Clone or Download' and download a zip
extract it to a directory on your machine
if you cloned, delete the hidden .git folder
run git init
make some changes to names of things readme, ...
git add .
git commit -m 'A new begining'
Create the new empty repo here on github
grab the remote url
git remote add origin new-repo-urlgit push origin masterFirefly app file storage commands for the Adobe I/O CLI
$ aio plugins:install -g @adobe/aio-cli-plugin-app-files
$ # OR
$ aio app files --help
aio app:filesaio app:files:delete FILEaio app:files:get PATHaio app:files:listaio app:files:write FILEPATH [DATA]aio app:stateaio app:state:delete KEYaio app:state:get KEYaio app:state:listaio app:state:set KEY VALUEaio app:filesExecute app file commands
USAGE
$ aio app:files
OPTIONS
-v, --verbose Verbose output
--version Show version
ALIASES
$ aio app:files
aio app:files:delete FILEDelete files in file storage
USAGE
$ aio app:files:delete FILE
ARGUMENTS
FILE file path to delete
OPTIONS
-v, --verbose Verbose output
--version Show version
ALIASES
$ aio app:files:delete
EXAMPLE
$ aio app files delete some-file.txt
aio app:files:get PATHGet details for files in file storage
USAGE
$ aio app:files:get PATH
ARGUMENTS
PATH file path to get
OPTIONS
-v, --verbose Verbose output
--version Show version
ALIASES
$ aio app:files:get
EXAMPLE
$ aio app files get some-file.txt
aio app:files:listList files in file storage
USAGE
$ aio app:files:list
OPTIONS
-j, --json output json data
-l, --list output a formatted list
-p, --path=path [default: /] file path to list
ALIASES
$ aio app:files:list
EXAMPLE
$ aio app files list
aio app:files:write FILEPATH [DATA]Get details for files in file storage
USAGE
$ aio app:files:write FILEPATH [DATA]
ARGUMENTS
FILEPATH file path to write to
DATA data to write to the file, or path to a src file
OPTIONS
-f, --src=src file path for src
ALIASES
$ aio app:files:write
EXAMPLE
$ aio app files get some-file.txt
aio app:stateExecute app state commands
USAGE
$ aio app:state
OPTIONS
-v, --verbose Verbose output
--version Show version
ALIASES
$ aio app:state
aio app:state:delete KEYdelete key+value from state store
USAGE
$ aio app:state:delete KEY
ARGUMENTS
KEY state key to delete
OPTIONS
-v, --verbose Verbose output
--version Show version
ALIASES
$ aio app:state:delete
$ aio app:state:del
EXAMPLE
$ aio app state delete some-key
aio app:state:get KEYGet values for keys in state store
USAGE
$ aio app:state:get KEY
ARGUMENTS
KEY state key to get
OPTIONS
-v, --verbose Verbose output
--version Show version
ALIASES
$ aio app:state:get
EXAMPLE
$ aio app state get some-key
aio app:state:listList keys in store
USAGE
$ aio app:state:list
OPTIONS
-v, --verbose Verbose output
--version Show version
ALIASES
$ aio app:state:list
$ aio app:state:ls
EXAMPLE
$ aio app state list
aio app:state:set KEY VALUEset value for key in state store
USAGE
$ aio app:state:set KEY VALUE
ARGUMENTS
KEY state key to set
VALUE value to set
OPTIONS
-t, --ttl=ttl [default: 86400] time to live, expiry in seconds, default is 24 hours, -1 for no expiry
ALIASES
$ aio app:state:set
EXAMPLE
$ aio app state set some-key "Some value"
Contributions are welcomed! Read the Contributing Guide for more information.
This project is licensed under the Apache V2 License. See LICENSE for more information.
FAQs
Basic working repo structure for Adobe teams to use as a starting point for their own plugins, and available as a github template to the @adobe github org.
The npm package @adobe/aio-cli-plugin-app-files receives a total of 2 weekly downloads. As such, @adobe/aio-cli-plugin-app-files popularity was classified as not popular.
We found that @adobe/aio-cli-plugin-app-files demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 77 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.