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

oclif pack tarballs with patched oclif #735

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

netmilk
Copy link
Contributor

@netmilk netmilk commented Jan 22, 2025

The end-game is to install $ apify CLI in any Dockerfile with a one-liner:

RUN curl -o- https://raw.githubusercontent.com/apify/apify-cli/latest/install.sh | bash

Installable from https://github.com/netmilk/apify-cli/releases/tag/experimental with:

#!/bin/bash

echo "Installing CLI"
filename="apify-v0.21.0-bab56ce-linux-x64.tar.gz"
url="https://github.com/netmilk/apify-cli/releases/download/experimental/"
file_url="$url$filename"
echo "Downloading: $file_url"
curl -L -O $file_url
tar zxf $filename -C /opt
ln -s /opt/apify/bin/apify /usr/bin/apify
rm $filename

echo "Uname: $(uname -a)"

netmilk and others added 2 commits January 22, 2025 11:46
…-cli/tmp/apify

BOO BOO update
BOO BOO addDep with patched oclif
@netmilk netmilk changed the title oclif: gathering workspace for apify to /Users/netmilk/projects/apify… oclif pack tarballs with patched oclif Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant