nucleus-python-client icon indicating copy to clipboard operation
nucleus-python-client copied to clipboard

add deploy cli

Open ivan-khomyakov-sc opened this issue 3 years ago • 0 comments

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 avatar Mar 15 '22 18:03 ivan-khomyakov-sc