Releases: scottdware/panco
June 2023 Release
- Renamed the
panco policy modify
command topanco policy edit
- Added the ability to create a custom URL category to the
objects
command. You can also add/remove URLs from a custom category. - Updated the output on the console when API timeouts happen - less noise, more streamlined.
- Added the ability to import/export/edit a Decryption policy.
- Other minor improvements and fixes.
December 2022 Release
- Added new command
modify
to thepolicy
option. This allows you to modify a policy, similar to using theimport
command on a rule base, however, this uses the Palo Alto APIedit
function vsset
.
PLEASE read the documentation on how this differs from the set
API action - https://panco.dev/policy_modify.html
November 2022 Release
- Added command which generates CSV templates for object and policy importing.
- Formatting fixes
September 2022 Release
Minor fixes and improvements
February 2022 Release
This release contains the following changes:
- Option to add/remove URL entries for a custom URL category object.
- Added a slight delay in processing for all of the bulk options (import/export).
October 2021 Release
This release contains the following changes:
- Added an option to specify certain rules only when exporting a policy, instead of all of them.
- Changed the default rulebase location for exporting/importing a policy from
post
topre
.
July 2021 Release
This release introduces a new command:
panco objects cli
- which takes the same CSV file you use for importing/creating objects, and allows you to convert it to commands you can use to paste into the CLI.
- Fixed an issue where the
location
flag wasn't being displayed on the help command underpanco policy export
- For policy importing/exporting, the
location
flag is now required. - Passwords are now prompted for and input is hidden, thus more secure.
Visit https://panco.dev for complete documentation!
June Release
This release was a few months in the making - lots of nice changes:
panco
has a new documentation site - visit https://panco.dev!
- Command structure has changed. Instead of certain flag options, they are now subcommands. For example:
OLD: panco objects --action import
NEW: panco objects import <flags>
Please use the --help
flag on any command to see the format. Also visit https://panco.dev for the full detailed changes.
- You can now import/export three types of policies: Security, NAT and Policy-Based Forwarding
- You can now remove service objects from a service group
- Find duplicate address and service objects and generate an Excel file with the results
- New command -
userid
which allows you to perform user-ID based functions:- Sub command
login
allows you to login/logout users and manually map them to an IP address - Sub command
tag
allows you to dynamically tag an IP address for use in a dynamic address group
- Sub command
- New
policy
commandhitcount
which allows you to export the hit count data on Security, NAT or Policy-Based Forwarding rules
Download panco
for your OS below!
March Release
This release has a few minor changes:
- Ability to group rules (Security and NAT) by tags using the
--action groupbytag
flag in thepolicy
command. - Tags are now exported when choosing to export objects. You can also import/create tags as well.
February Update #1
In this release, the following changes have been made:
- You can now import and export NAT rules, by specifying the
--xlate
or-x
flag with thepolicy
command. - The
provision
command has been renamed toconfig
. All the same functionality remains, and now you can also export a configuration from a device using the source type ofexport
(e.g.:--source export
).