You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Will create a new empty file if no file exists at that path.
Will update the timestamps of a file if it already exists.
For our secrets touch command we need to support these two actions while working with normal file paths and secret paths. It should also support multiple paths for touching multiple files. Wild cards are supported as well but will not create files.
So we have two levels of functionality.
Create files.
Update file access times without modifying contents.
I don't know if we want to include updating the files access times. Most of the commands complexity will come from that.
Specification
touch
serves two purposesFor our
secrets touch
command we need to support these two actions while working with normal file paths and secret paths. It should also support multiple paths for touching multiple files. Wild cards are supported as well but will not create files.So we have two levels of functionality.
I don't know if we want to include updating the files access times. Most of the commands complexity will come from that.
Additional context
Related #32
Tasks
secrets touch
command.The text was updated successfully, but these errors were encountered: