Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(file-management): added 'create', 'delete' and 'move' file commands #118

Merged
merged 11 commits into from
Sep 28, 2020

Conversation

YuryShkoda
Copy link
Member

Issue

closes #73

Intent

Add file management commands.

Checks

  • Code is formatted correctly (npm run lint:fix).
  • Any new functionality has been unit tested.
  • All unit tests are passing (npm test).
    image
  • All CI checks are green.
  • JSDoc comments have been added or updated.

README.md Outdated Show resolved Hide resolved
src/sasjs-folder/move.js Outdated Show resolved Hide resolved
src/sasjs-folder/remove.js Outdated Show resolved Hide resolved
src/utils/config-utils.js Show resolved Hide resolved
@YuryShkoda YuryShkoda changed the title Issue 73 feat(file-management): added 'create', 'delete' and 'move' file commands Sep 28, 2020
@YuryShkoda YuryShkoda merged commit 5393b73 into main Sep 28, 2020
@YuryShkoda YuryShkoda deleted the issue-73 branch September 28, 2020 13:17
@krishna-acondy
Copy link
Contributor

🎉 This PR is included in version 1.13.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ability to manage folders from CLI
3 participants