JetBrains Cadence CLI
Reason this release was yanked:
obsolete
Project description
Cadence CLI
Install
pip install jetbrains-cadence
This will create a cadence script in your current environment.
Completions
To enable completions, run:
bash
echo 'eval "$(_CADENCE_COMPLETE=bash_source cadence)"' >> ~/.bashrc
zsh
echo 'eval "$(_CADENCE_COMPLETE=zsh_source cadence)"' >> ~/.zshrc
Set Server Endpoint
You can switch endpoint with
CADENCE_SERVER_URL='test.jetbrains'
Login
cadence login
or
Setup token manually
Go to api.cadence.jetbrains.com | Profile Icon | Profile | Access Tokens
Create a new access token with 'Permission scope' set to '<Same as current user>'.
Now login with
cadence login --browserless
Or add this access token to your environment via
export CADENCE_TOKEN=<...>
Run
cadence execution start --preset 'path/to/config' --project-id 'your-project-id'
See status
cadence execution status --project-id 'your-project-id' --execution-id 'your-execution-id'
Stop
cadence execution stop --project-id 'your-project-id' --execution-id 'your-execution-id'
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file jetbrains_cadence-0.0.2.tar.gz.
File metadata
- Download URL: jetbrains_cadence-0.0.2.tar.gz
- Upload date:
- Size: 15.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.3 CPython/3.12.4 Darwin/24.3.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6fe0f6b58d136488e36e8cb593b868db48c5f7dc1432af9473c39df987dac322
|
|
| MD5 |
a41dd20e192fca76d2a92d0d23b4be4e
|
|
| BLAKE2b-256 |
38bffb7ef96734a194db552943a65a84dac431f5483230bd797c11a3c55d50db
|
File details
Details for the file jetbrains_cadence-0.0.2-py3-none-any.whl.
File metadata
- Download URL: jetbrains_cadence-0.0.2-py3-none-any.whl
- Upload date:
- Size: 26.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.3 CPython/3.12.4 Darwin/24.3.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
54c5d6295ba1e1a14508e5f988e7c61d58521b949691a5047e4a9f5028e92791
|
|
| MD5 |
e38813e4e56e26a27d6325692ac1710f
|
|
| BLAKE2b-256 |
8919feff803e1567ac0bc5e2ce183c17e433dcce7f3f1f6d43b98fac58ebda7e
|