adobe / aio-cli-plugin-runtime

Adobe I/O Runtime plugin for the Adobe I/O CLI
https://www.adobe.io
Apache License 2.0
15 stars 31 forks source link

Feat. Support for --copy flag on create action. #255

Closed florind-ens closed 2 years ago

florind-ens commented 2 years ago

Description

Related Issue

https://github.com/adobe/aio-cli-plugin-runtime/issues/134

Motivation and Context

How Has This Been Tested?

Given aio context:

  1. Create a new action file.
  2. run aio runtime action create actionName index.js
  3. run aio runtime action create newActionName --copy actionName

Expected:

Screenshots (if appropriate):

Types of changes

Checklist:

codecov[bot] commented 2 years ago

Codecov Report

Merging #255 (3886992) into master (ad9a7f9) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #255   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           65        65           
  Lines         1663      1674   +11     
  Branches       315       316    +1     
=========================================
+ Hits          1663      1674   +11     
Impacted Files Coverage Δ
src/commands/runtime/action/create.js 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update ad9a7f9...3886992. Read the comment docs.