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

add deploy cli #258

Open
wants to merge 10 commits into
base: hmi-release
Choose a base branch
from
Open

add deploy cli #258

wants to merge 10 commits into from

Conversation

ivan-khomyakov-sc
Copy link

@ivan-khomyakov-sc ivan-khomyakov-sc commented Mar 15, 2022

Expected:
scale-launch bundles list

Reality:
LAUNCH_API_KEY="scaleint_<>|61b10518ed7fef001dd26869" poetry run scale-launch bundles list
Because:

  1. Need to set the variable to get the credentials
  2. poetry run runs the local script. You'd need to pip install the package to use scale-launch directly

Currently supported:
scale-launch bundles list
scale-launch bundles get [bundle_name] with "pretty print"
scale-launch bundles delete [bundle_name]
scale-launch endpoints list
scale-launch endpoints delete [endpoint_name]

@ivan-khomyakov-sc ivan-khomyakov-sc changed the base branch from master to hmi-release March 15, 2022 18:58
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