Autoinstall tasks
See original GitHub issueHi,
I’ve created a task mrm-task-yarnhook
to make installation of yarnhook
a one-liner. (Awesome project by the way!) But when I try to see if it works, I’m getting a confusing error message.
Task “yarnhook” not found.
We’ve tried these locations:
- /Users/fatih/dotfiles/mrm/yarnhook/index.js
- /Users/fatih/.mrm/yarnhook/index.js
- “yarnhook” in the default mrm tasks
- npm install -g mrm-task-yarnhook
- npm install -g yarnhook
Reading the sharing tasks doc page, I would expect mrm
to find mrm-task-yarnhook
automatically. It seems like this task must be included in default tasks or must be globally installed, which would make installation more than one line.
I wonder if mrm
can automatically find the task using npm
, which would be very useful. Otherwise it would be nice to update the documentation to make this clear. In that case, would it be okay to add mrm-task-yarnhook
to the default task set?
Best
Issue Analytics
- State:
- Created 3 years ago
- Comments:12 (5 by maintainers)
Top Results From Across the Web
Automated Server Installs Config File Reference - Ubuntu
A list of shell commands to invoke as soon as the installer starts, in particular before probing for block and network devices. The...
Read more >The autoinstall control program for connections - IBM
The autoinstall control program is invoked at installation for APPC single- and parallel-session connections initiated by a BIND. The autoinstall control ...
Read more >AutoInstall Using DHCP for LAN Interfaces - Cisco
The following tasks describe how to configure a Cisco routing device to function as a DHCP server and provide the desired information to...
Read more >How-To: Make Ubuntu Autoinstall ISO with Cloud-init
Note: I have a "task" reminder to revisit this auto-install stuff for Ubuntu 22.04. I wasn't completely happy with the mess I had...
Read more >Show Status Window During AutoInstall - Ivanti
Show Status Window During AutoInstall. Section: AutoInstaller. Description: By default, Ivanti DSM displays the status window during installation (progress ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Fixed by #99
I might suggest renaming this issue “Autoinstall tasks”. And sounds great!