nucleus-python-client
nucleus-python-client copied to clipboard
add deploy cli
Expected:
scale-launch bundles list
Reality:
LAUNCH_API_KEY="scaleint_<>|61b10518ed7fef001dd26869" poetry run scale-launch bundles list
Because:
- Need to set the variable to get the credentials
poetry runruns the local script. You'd need to pip install the package to usescale-launchdirectly
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]