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
cadence CLI uses click for its command line interface. click can automatically generate completion files for bash, fish, and zsh which can either be generated and sourced each time your shell is started or, generated once, save to a file and sourced from there. The latter version is much more efficient.
To enable shell completions:
bash
echo 'eval "$(_CADENCE_COMPLETE=bash_source cadence)"' >> ~/.bashrc
zsh
echo 'eval "$(_CADENCE_COMPLETE=zsh_source cadence)"' >> ~/.zshrc
fish
echo 'eval (env _KHAL_COMPLETE=fish_source khal)"' >> ~/.config/fish/completions/khal.fish
Getting Started
cadence login
If you want to use Cadence CLI in the non-interactive environment, you can create the token manually and pass it via CADENCE_TOKEN environment variable
Start the execution from YAML config
cadence execution start --preset path/to/config.yaml
This will print the ID of the started execution.
See the execution status
cadence execution status <YOUR-EXECUTION-ID>
Stop the execution
cadence execution stop <YOUR-EXECUTION-ID>
More commands
Get information about the execution as a JSON
cadence execution info <YOUR-EXECUTION-ID>
List executions
cadence execution list
Options:
--offset INTEGER [default: 0]
--count INTEGER [default: 50]
--all List all executions. Count and offset are ignored
--json / --table Output format [default: table]
View execution logs
cadence execution logs <YOUR-EXECUTION-ID>
Open terminal
cadence execution terminal <YOUR-EXECUTION-ID>
Download data
cadence execution download <YOUR-EXECUTION-ID>
Options:
--to DIRECTORY [required]
--inputs Include inputs
--no-outputs Exclude outputs
Workspace management
Display information about the current workspace:
cadence workspace
See available workspaces:
cadence workspace list
Set workspace:
cadence workspace set <YOUR-WORKSPACE-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-1.0.2.tar.gz.
File metadata
- Download URL: jetbrains_cadence-1.0.2.tar.gz
- Upload date:
- Size: 17.3 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 |
8a4510c7c48b208a0d7b8952be46a11d304bf1acf93632d4d494b11e85a2a20a
|
|
| MD5 |
da555dd83891469b88a00b91f9ed93b7
|
|
| BLAKE2b-256 |
7a574aeb0d36c2c7754531171ade6c2ce5ae83b410600588f9c697ed12650bcd
|
File details
Details for the file jetbrains_cadence-1.0.2-py3-none-any.whl.
File metadata
- Download URL: jetbrains_cadence-1.0.2-py3-none-any.whl
- Upload date:
- Size: 28.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 |
e50246b7def6469cba807ee4d191678d298c8d47b37b07d0a71e3eefcf1bdf36
|
|
| MD5 |
c62a030059321f8441d75dee568e4bfc
|
|
| BLAKE2b-256 |
2ae052b3a9b11d2c991ddcfc242f5addb3e8f5b4112092020529fc4fcd383c46
|