profile
๐ค AI-Generated Content
This documentation was generated with AI assistance and is still being audited. Some, or potentially a lot, of this information may be inaccurate. Learn more.
wrknv.cli.commands.profile
¶
Profile Commands¶
Commands for managing workenv profiles.
Classes¶
Functions¶
profile_delete
¶
Delete a profile.
Source code in wrknv/cli/commands/profile.py
profile_export
¶
Export a profile to a file.
Source code in wrknv/cli/commands/profile.py
profile_group
¶
profile_import
¶
Import a profile from a file.
Source code in wrknv/cli/commands/profile.py
profile_list
¶
List available profiles.
Source code in wrknv/cli/commands/profile.py
profile_load
¶
Load and apply a profile.
Source code in wrknv/cli/commands/profile.py
profile_save
¶
Save current tool versions as a profile.
Source code in wrknv/cli/commands/profile.py
profile_show
¶
Show profile details.