Commands for managing Julep projects and resources
julep
CLI is a comprehensive command-line interface for interacting with the Julep platform.
Following are the available commands.
julep auth
command is used to authenticate your Julep CLI. This will prompt you to enter your API key and save it to the configuration file.Example:julep init
command is used to initialize a new Julep project using a predefined template. You can check the list of available templates in our library.julep run
command is used to execute a task.julep agents
are used to manage your agents.
julep agents create
command is used to create a new agent.
Note: When creating an agent, the agent doesn’t get automatically imported to the project. You can run julep import --agent --id <agent-id>
to import the agent to the project.
julep tasks create
command is used to create a new task.julep tools create
command is used to create a new tool.julep assistant
command that launches an interactive prompt for generating commands from plain language. This feature is still under development.julep --version
or julep -v
command displays the current version of the Julep CLI.src/
julep.yaml
to version controljulep-lock.json
to version control--json
flag for machine-readable output--quiet
for scripting and automationjulep.yaml
clean and well-organizedjulep-lock.json
to track remote state and relationshipssrc/
julep sync
regularly to keep local and remote states in sync--json
output before applying updatesjulep assistant
--force
flags cautiously--force-local
, --force-remote
) as they can override remote or local state.